/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Svg Background Printing - begin
   ========================================================================== */
/* ==========================================================================
   Svg Background Printing - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.eona-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

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

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

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

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

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

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  width: auto;
  height: auto;
  right: 39px;
  bottom: 110px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1041;
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

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

#qodef-back-to-top .qodef-back-to-top-icon svg {
  width: 21.7px;
  height: 40.9px;
  color: #000;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

#qodef-back-to-top .qodef-back-to-top-icon svg polyline {
  fill: none;
  stroke: #4d4d4d;
  stroke-width: 2px;
}

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

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

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

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Blog List Centered styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--centered {
  padding: 0 13%;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item .qodef-e-title {
  margin: 0 0 41px 0;
  text-align: center;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt {
  margin: 0;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.has-post-thumbnail .qodef-e-media {
  margin-bottom: 41px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--first {
  margin: 0;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--first .qodef-e-info.qodef-info--bottom {
  margin-bottom: 10px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--first .qodef-e-content {
  text-align: center;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--first .qodef-e-content .qodef-e-text > p:first-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 5px 5px 0;
  font-family: "Cuprum";
  font-size: 72px;
  line-height: 0.85em;
  font-style: italic;
  color: #000;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image, .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--half .qodef-e-media-image {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image img, .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--half .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image:hover img, .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--half .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default.qodef-active-hover .qodef-e-media-image img, .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--half.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-info.qodef-info--bottom {
  margin-top: 44px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-info.qodef-info--bottom {
  margin-bottom: 80px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-read-more {
  margin: 0 auto;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-excerpt:first-letter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 5px 5px 0;
  font-family: "Cuprum";
  font-size: 72px;
  line-height: .9em;
  font-style: italic;
  color: #000;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:last-child .qodef-e-info.qodef-info--bottom {
  margin-bottom: 44px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:before, .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:after {
  content: '';
  display: block;
  margin-bottom: 70px;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:after {
  margin-bottom: 51px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:first-child:before {
  display: none;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-item--default:last-child:after {
  display: none;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half {
  width: 50%;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half.has-post-thumbnail .qodef-e-media {
  margin-bottom: 34px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-info.qodef-info--top {
  margin-bottom: 9px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-info.qodef-info--bottom {
  margin-top: 24px;
  margin-bottom: 45px;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-title {
  margin: 0 0 17px 0;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-excerpt {
  text-align: center;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-excerpt:first-letter {
  margin: 0;
  position: inherit;
  display: inherit;
  float: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

.qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half .qodef-e-read-more {
  margin: 0 auto;
}

/* ==========================================================================
   Blog List Simple Advanced styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-title {
  margin: 0;
}

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-title a {
  color: inherit;
}

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

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

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

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-media-image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 174px;
  margin: 0 41px 0 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-media-image {
    width: 154px;
    margin: 0 24px 0 0;
  }
}

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-title {
  margin: 0;
  text-transform: uppercase;
}

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

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

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-media-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin: 0 17px 1px 0;
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

/* ==========================================================================
   Blog List standard alternating styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--first .qodef-e-title {
  margin: 0 0 14px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--first .qodef-e-info.qodef-info--bottom {
  margin-top: 31px;
  margin-bottom: 89px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-title {
  margin: 0 0 19px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-info.qodef-info--bottom {
  margin-top: 29px;
  margin-bottom: 90px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default .qodef-e-excerpt:first-letter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 5px 5px 0;
  font-family: "Cuprum";
  font-size: 72px;
  line-height: .9em;
  font-style: italic;
  color: #000;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item.qodef-item--default:last-child .qodef-e-info.qodef-info--bottom {
  margin-bottom: 44px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page.has-post-thumbnail .qodef-e-media {
  width: auto;
  float: left;
  margin-right: 34px;
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page.has-post-thumbnail .qodef-e-content {
  width: 50%;
  float: left;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-info.qodef-info--top {
  margin-bottom: 8px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-info.qodef-info--bottom {
  margin-top: 29px;
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-title {
  font-family: "Cuprum";
  font-size: 38px;
  line-height: 1.053em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-excerpt:first-letter {
  margin: 0;
  position: inherit;
  display: inherit;
  float: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)):last-child .qodef-e-inner {
  padding-bottom: 79px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-media, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-media {
  width: auto;
  float: left;
  margin-right: 34px;
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-content, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-content {
  width: 50%;
  float: left;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-inner, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-info.qodef-info--top, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-info.qodef-info--top {
  margin-bottom: 8px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-info.qodef-info--bottom, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-info.qodef-info--bottom {
  margin-top: 24px;
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-title, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-title {
  font-family: "Cuprum";
  font-size: 38px;
  line-height: 1.053em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 29px;
}

.qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-excerpt:first-letter, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-excerpt:first-letter {
  margin: 0;
  position: inherit;
  display: inherit;
  float: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

/* ==========================================================================
   Blog List Standard Overlay styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default .qodef-blog-item .qodef-e-content {
  padding: 0 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  bottom: 26px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  white-space: nowrap;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item {
  padding: 0 11px;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item .qodef-e-content {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s;
  -o-transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s;
  transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s;
  transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s, -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.4s;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item .qodef-e-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .3s ease-in-out .7s;
  -o-transition: .3s ease-in-out .7s;
  transition: .3s ease-in-out .7s;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  -webkit-transition: .3s ease-in-out .75s;
  -o-transition: .3s ease-in-out .75s;
  transition: .3s ease-in-out .75s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item.swiper-slide-active .qodef-e-content, .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item.swiper-slide-duplicate-active .qodef-e-content {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item.swiper-slide-active .qodef-e-content > *, .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default.qodef-swiper-container.qodef-col-num--1 .qodef-blog-item.swiper-slide-duplicate-active .qodef-e-content > * {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .swiper-wrapper {
  margin-left: 10.2%;
}

@media only screen and (min-width: 769px) {
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item {
    width: auto !important;
  }
}

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

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-content {
  left: 31px;
  bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-info.qodef-info--top {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 8px;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  color: #fff;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
  color: #fff;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-title {
  margin: 0 0 24px 0;
  color: #fff;
}

.qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative .qodef-blog-item .qodef-e-title:hover a {
  color: currentColor;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item {
  margin: 0;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item.has-post-thumbnail .qodef-e-media {
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item .qodef-e-content {
  position: absolute;
  width: auto;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-top: 20px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  color: #1b1b1b;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
  color: #1b1b1b;
}

.qodef-blog.qodef-item-layout--standard-overlay .qodef-blog-item .qodef-e-title {
  margin: 0 0 26px 0;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

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

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 {
  margin: 0 0 46px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-title {
  margin: 0 0 19px 0;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 5px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  margin-top: 45px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 0;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item .qodef-e-excerpt:first-letter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 5px 5px 0;
  font-family: "Cuprum";
  font-size: 72px;
  line-height: .9em;
  font-style: italic;
  color: #000;
}

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

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

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

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-standard.has-post-thumbnail .qodef-e-media {
  margin-bottom: 20px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-standard .qodef-e-info.qodef-info--top {
  margin-bottom: 5px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-standard .qodef-e-info.qodef-info--bottom {
  margin-top: 24px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-standard .qodef-e-title {
  margin: 0 0 12px 0;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-blog-item.format-standard .qodef-e-excerpt {
  margin: 10px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-author-info .qodef-m-social-icons a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}

#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: 36px 0 0;
  padding: 0 0 51px;
  border-bottom: 1px solid #f2f2f2;
}

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

#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: inline-block;
  min-height: 100px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__title,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__date {
  display: block;
  padding-left: 117px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__title {
  margin: 19px 0 0 0;
  text-transform: uppercase;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__date {
  margin: 5px 0 0 0;
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--next img {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__title,
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__date {
  display: block;
  padding-right: 117px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__title {
  margin: 19px 0 0 0;
  text-transform: uppercase;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__date {
  margin: 5px 0 0 0;
}

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

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-content-bottom .qodef-content-full-width {
  padding: 0 4px;
}

/* ==========================================================================
   #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: black;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  /* smaller than header, bigger than content */
}

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

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

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

#qodef-fullscreen-area .qodef-header-logo-link {
  position: absolute;
  top: 35px;
  left: 26px;
}

#qodef-fullscreen-area .qodef-header-logo-link .qodef--main,
#qodef-fullscreen-area .qodef-header-logo-link .qodef--dark,
#qodef-fullscreen-area .qodef-header-logo-link .qodef--light {
  display: none;
}

#qodef-fullscreen-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 860px;
  margin: 0 auto;
}

#qodef-fullscreen-area-inner .qodef-widget-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
  padding-left: 11%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: .4s ease .3s;
  -o-transition: .4s ease .3s;
  transition: .4s ease .3s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area-inner .qodef-widget-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#qodef-fullscreen-area-inner .qodef-widget-holder .widget.qodef-social-text {
  margin-top: 6px;
}

nav.qodef-fullscreen-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
}

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

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

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

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

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

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

nav.qodef-fullscreen-menu > ul > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.qodef-fullscreen-menu-animate--in nav.qodef-fullscreen-menu > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

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

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

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

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

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

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

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

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

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

nav.qodef-fullscreen-menu > ul > li > a {
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
}

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

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

nav.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

nav.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, nav.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

nav.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 0;
  margin-top: -1px;
}

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

nav.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  padding: 8px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  color: #bababa;
  padding-right: 0;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

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

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

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

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.qodef-fullscreen-menu-opener .qodef-open-icon {
  position: relative;
  visibility: visible;
}

.qodef-fullscreen-menu-opener .qodef-close-icon {
  position: absolute;
  top: 0;
  left: 7px;
  visibility: hidden;
  color: #fff;
}

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

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

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

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack .qodef-close-icon {
  left: -11px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span {
  position: relative;
}

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

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span > *,
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon svg {
  width: 31px;
  height: 21px;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon svg line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 30;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon svg line:nth-child(3) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon svg line:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon:hover svg line {
  stroke-dashoffset: -60;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-close-icon svg {
  width: 17px;
  height: auto;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-close-icon svg line {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: stroke-dashoffset 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-close-icon svg line:nth-child(2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-close-icon:hover svg line {
  stroke-dashoffset: -44;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon,
.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack .qodef-side-area-opener-icon {
  color: #fff;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon > *,
.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon path {
  fill: #fff;
  stroke: #fff;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-open-icon,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack .qodef-side-area-opener-icon {
  color: #000;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon > *,
.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon path {
  fill: #000;
  stroke: #000;
}

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

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

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

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

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

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

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

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

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

.qodef-header--light #qodef-page-header .qodef-header-navigation > ul > li > a:hover,
.qodef-header--dark #qodef-page-header .qodef-header-navigation > ul > li > a:hover {
  color: #dbb570;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Logo style - end */
/* Centered header style - start */
.qodef-header--centered #qodef-page-header {
  height: 192px;
}

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

.qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px 0;
}

.qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link img {
  width: auto;
}

.qodef-header--centered #qodef-page-header-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  min-height: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f2f2f2;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f2f2f2;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper.qodef-border-top-disabled {
  border-top: none;
}

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

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-header-navigation > ul > li:last-child {
  padding-right: 24px;
}

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

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

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

/* Centered header style - end */
/* Divided header style - start */
.qodef-header--divided #qodef-page-header #qodef-page-header-inner {
  background-color: #fff;
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  margin: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.qodef-header--divided #qodef-page-header .qodef-divided--right > nav > ul > li:first-child {
  padding-left: 0;
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation > ul > li:last-child {
  padding-right: 28px;
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-header--divided #qodef-page-header-inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Divided header style - end */
/* Minimal header layout style - start */
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}

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

/* Minimal header layout style - end */
/* Standard header layout style - start */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-widget-holder {
  margin-left: 8px;
}

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

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

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

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

.qodef-header-standard--left #qodef-page-header-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
  margin-left: auto;
  margin-right: 8px;
}

#qodef-page-header-inner .qodef-header-navigation > ul > li:last-child {
  padding-right: 24px;
}

/* Standard header layout style - end */
/* ==========================================================================
   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: 52px;
  background-color: #000;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link {
  height: 33.33% !important;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
  -webkit-animation: qode-fade-in .25s 0.6s linear both;
          animation: qode-fade-in .25s 0.6s linear both;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
  height: 33.33%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .widget {
  margin: 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-social-share {
  color: #fff;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  left: -3px;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown {
  bottom: -8px;
  left: -4px;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li {
  text-align: center;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  left: -360px;
  padding: 52px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 308px;
  z-index: -1;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder .widget {
  margin: 0 !important;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link {
  display: none;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

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

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

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
  left: 52px;
  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: 52px;
}

/* ==========================================================================
   Vertical Sliding Menu Opener styles
   ========================================================================== */
.qodef-vertical-sliding-menu-opener.qodef-opener-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  height: 33.33%;
}

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

.qodef-vertical-sliding-menu-opener.qodef-opener-icon .qodef-open-icon {
  visibility: visible;
}

.qodef-vertical-sliding-menu-opener.qodef-opener-icon .qodef-close-icon {
  visibility: hidden;
}

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-vertical-sliding-menu-opener--icon-pack {
  font-size: 35px;
}

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

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

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-vertical-sliding-menu-opener--svg-path span {
  position: relative;
}

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

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-vertical-sliding-menu-opener--svg-path span > *,
.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-vertical-sliding-menu-opener--svg-path span path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  height: 19px;
}

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

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  -webkit-transition: color .2s ease-out 0s, -webkit-transform .2s ease .1s;
  transition: color .2s ease-out 0s, -webkit-transform .2s ease .1s;
  -o-transition: transform .2s ease .1s, color .2s ease-out 0s;
  transition: transform .2s ease .1s, color .2s ease-out 0s;
  transition: transform .2s ease .1s, color .2s ease-out 0s, -webkit-transform .2s ease .1s;
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  display: none;
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
  color: #bababa;
}

.qodef-header--light:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-line {
  background-color: #fff;
}

.qodef-header--light:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--icon-pack .qodef-side-area-opener-icon {
  color: #fff;
}

.qodef-header--light:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--svg-path .qodef-side-menu-icon > *,
.qodef-header--light:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--svg-path .qodef-side-menu-icon path {
  fill: #fff;
  stroke: #fff;
}

.qodef-header--dark:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--predefined .qodef-line {
  background-color: #000;
}

.qodef-header--dark:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--icon-pack .qodef-side-area-opener-icon {
  color: #000;
}

.qodef-header--dark:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--svg-path .qodef-side-menu-icon > *,
.qodef-header--dark:not(.qodef-vertical-sliding-menu--opened) .qodef-vertical-sliding-menu-opener.qodef-opener-icon.qodef-source--svg-path .qodef-side-menu-icon path {
  fill: #000;
  stroke: #000;
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--dynamic:before {
  opacity: 1 !important;
  -webkit-transition-delay: .4s !important;
       -o-transition-delay: .4s !important;
          transition-delay: .4s !important;
}

/* ==========================================================================
   Vertical Sliding navigation style
   ========================================================================== */
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 30px;
  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: 0;
  padding: 0;
  position: relative;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li > a {
  font-size: 14px;
}

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
  -webkit-transform: translateZ(0);
          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 {
  padding: 14px 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a .qodef-menu-item-text:after {
  content: '';
  width: calc(100% - 1px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  padding: 5px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  color: #bababa;
  padding-right: 0;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

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

.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: 0;
  padding-right: 0;
  color: #ffffff;
}

.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:last-child > a {
  padding-bottom: 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.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;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  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;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
}

/* ==========================================================================
   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: 10px;
  width: calc(100% - 20px);
}

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

.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;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 100;
}

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

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

.qodef-sticky-search-holder {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 50;
}

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

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

.qodef-header-sticky-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 24px;
}

.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--right .qodef-header-sticky-inner .qodef-header-navigation {
  margin-right: 25px;
}

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

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

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

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

#qodef-top-area-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  min-height: 30px;
}

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

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

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

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

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

#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  padding: 0 24px;
}

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

#qodef-top-area .widget p, #qodef-top-area .widget a {
  font-family: "Cuprum";
  font-style: italic;
  font-size: 13px;
}

#qodef-top-area .widget .qodef-icon-list-item .qodef-icon-holder {
  margin-right: 8px;
}

#qodef-top-area .widget .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 13px;
}

#qodef-top-area .widget .qodef-icon-list-item .qodef-e-title {
  vertical-align: baseline;
}

#qodef-top-area .widget.widget_nav_menu ul li {
  display: inline-block;
  margin: 0 10px;
}

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

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

#qodef-top-area .widget.qodef-social-text .qodef-social-text-link {
  line-height: 1em;
}

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

#qodef-top-area .widget.widget_text {
  margin: 0;
}

#qodef-top-area .widget:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

#qodef-top-area .widget:last-child:after {
  content: none;
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* Logo style - start */
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

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

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

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

/* Logo style - end */
#qodef-page-mobile-header #qodef-page-mobile-header-inner {
  background-color: #fff;
}

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-lines .qodef-m-line {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

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

#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-page-mobile-header .qodef-mobile-header-opener.qodef--opened.qodef-source--predefined .qodef-m-lines .qodef-m-line {
  background-color: #000;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--1 {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--3 {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Standard header layout style - start */
.qodef-mobile-header--minimal #qodef-page-mobile-header #qodef-page-mobile-header-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.qodef-mobile-header--minimal #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-fullscreen-menu-opener {
  margin-left: 20px;
  margin-right: 0;
}

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

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

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

.qodef-fullscreen-menu--opened .qodef-fullscreen-area .qodef-header-logo-link {
  display: none;
}

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

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

.qodef-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
  vertical-align: middle;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: -3px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
}

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

.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 .qodef-drop-down-second-inner {
  padding: 0 24px;
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #bababa;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 38px 0 42px;
  margin: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  padding: 0 2.9% 0 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner > ul > li > a {
  font-family: "Cuprum";
  font-size: 16px;
  font-style: italic;
  line-height: 1.75em;
  letter-spacing: 0.025em;
  color: #fff;
}

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

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

.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;
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  height: 19px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

/* ==========================================================================
   #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;
  margin-top: -10%;
}

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

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

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

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

@media only screen and (max-width: 1024px) {
  .qodef-parallax.qodef-parallax--custom .qodef-parallax-bg-image-holder {
    height: 100%;
  }
  .qodef-parallax.qodef-parallax--custom .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-parallax:not(.qodef-parallax--custom) .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
    max-width: unset;
    height: 100%;
  }
}

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

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

.qodef-contact-form-7 .qodef-cf7-subscribe input[type="email"] {
  margin-bottom: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #919191;
  padding: 3px 30px;
}

.qodef-contact-form-7 .qodef-cf7-subscribe button {
  position: absolute;
  font-family: Linearicons-Free;
  background: none;
  color: #bababa;
  padding: 0;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-contact-form-7 .qodef-cf7-subscribe .wpcf7-not-valid-tip {
  margin-top: 5px;
  position: absolute;
  width: 100%;
  display: inline-block;
  left: 0;
  bottom: -39px;
}

.qodef-contact-form-7 .qodef-cf7-subscribe + div.wpcf7-response-output {
  margin: 1em 0;
  position: absolute;
  left: 0;
  top: 50px;
}

.qodef-contact-form-7 .qodef-cf7-subscribe + div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #fff;
}

/* ==========================================================================
   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 {
  position: relative;
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1 !important;
}

.qodef-instagram-list .sbi_photo_wrap a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.qodef-instagram-list .sbi_photo_wrap a:after {
  color: white;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .2s ease-in-out .1s;
  -o-transition: .2s ease-in-out .1s;
  transition: .2s ease-in-out .1s;
  position: absolute;
}

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

.qodef-instagram-list .sbi_photo_wrap a:hover:before {
  opacity: .5;
}

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

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

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

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--micro #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 4px 0 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-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--micro.qodef--no-bottom-space {
  margin-bottom: -4px;
}

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

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--micro #sb_instagram #sbi_images > .sbi_item {
  padding: 0 2px !important;
  margin: 0 0 4px !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;
}

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

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

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

/* ==========================================================================
   Product List shortcode styles
   ========================================================================== */
@media only screen and (min-width: 480px) {
  .qodef-woo-product-list .swiper-button-prev {
    left: -53px !important;
  }
  .qodef-woo-product-list .swiper-button-next {
    right: -53px !important;
  }
}

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

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_eona_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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener-count {
  font-size: 12px;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #000;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  will-change: transform;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  z-index: 10000;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown.qodef--empty-cart .qodef-m-dropdown-inner {
  width: 235px;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 395px;
  padding: 25px;
  background-color: black;
}

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

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

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

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

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #55524f;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  padding-top: 0;
  border-top: none;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:last-child {
  border-bottom: 1px solid #55524f;
}

.qodef-woo-dropdown-cart .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin-right: 19px;
}

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

.qodef-woo-dropdown-cart .qodef-e-title {
  margin: -6px 0 5px;
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
}

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

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

.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 8px 0 0;
  font-family: "Cuprum";
  font-size: 16px;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-price .woocommerce-Price-currencySymbol {
  margin-left: 5px;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 4px 0 0;
  font-size: 14px;
  color: #bababa;
}

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

.qodef-woo-dropdown-cart .qodef-e-remove svg line {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 21;
  stroke-dashoffset: 0;
  -webkit-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-woo-dropdown-cart .qodef-e-remove svg line:nth-child(3) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-woo-dropdown-cart .qodef-e-remove svg line:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover svg line {
  stroke-dashoffset: -42;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
  display: inline-block;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
  font-family: "Cuprum";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

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

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

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 8px 46px 9px;
  font-size: 12px;
  line-height: 1.5em;
  padding: 8px 29px 9px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  width: 47.7%;
  text-align: center;
  text-transform: lowercase;
  overflow: hidden;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.e-cart {
  margin-right: 11px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

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

.qodef-woo-dropdown-cart .qodef-m-action-link:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

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

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  max-height: 100vh;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

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

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

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

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  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;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  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;
}

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

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

/* Clients list shortcode style - end */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e .qodef-e-logo {
  width: auto;
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s ease 0s;
  -o-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .3s ease 0s;
  -o-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e:hover .qodef-e-logo {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e:hover .qodef-e-hover-logo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over.qodef-hover-animations--disabled .qodef-e:hover .qodef-e-logo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over.qodef-hover-animations--disabled .qodef-e:hover .qodef-e-hover-logo {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* Clients list shortcode style - end */
.single-portfolio .qodef-page-content-section.qodef-grid-item {
  margin: 0 !important;
}

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

.qodef-portfolio-single .qodef-portfolio-content .qodef-section-title .qodef-m-caption {
  margin: 0 0 15px 0;
}

.qodef-portfolio-single .qodef-portfolio-content .qodef-section-title .qodef-m-title {
  margin-bottom: 25px;
}

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

.qodef-portfolio-single .qodef-portfolio-subtitle {
  margin: 0 0 13px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 7px;
}

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

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

.qodef-portfolio-single .qodef-portfolio-info h5 {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  display: inline-block;
  min-width: 116px;
  padding-right: 5px;
  margin: 0;
  color: #000;
}

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

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

.qodef-portfolio-single .qodef-portfolio-info .qodef-portfolio-social-share a, .qodef-portfolio-single .qodef-portfolio-info .qodef-portfolio-social-share span {
  color: #fff;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-portfolio-social-share a:hover, .qodef-portfolio-single .qodef-portfolio-info .qodef-portfolio-social-share span:hover {
  color: #919191;
}

.qodef-portfolio-single .qodef-portofolio-categories .qodef-portfolio-category:after,
.qodef-portfolio-single .qodef-portofolio-tags .qodef-portfolio-tag:after {
  content: ",";
  margin: 0 3px 0 0;
}

.qodef-portfolio-single .qodef-portofolio-categories .qodef-portfolio-category:last-child:after,
.qodef-portfolio-single .qodef-portofolio-tags .qodef-portfolio-tag:last-child:after {
  display: none;
}

.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a, .qodef-portfolio-single .qodef-portfolio-info span {
  display: inline-block;
  color: #919191;
}

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

.qodef-porfolio-single-layout--gallery-big .qodef-e-content .qodef-grid-item,
.qodef-porfolio-single-layout--images-big .qodef-e-content .qodef-grid-item,
.qodef-porfolio-single-layout--masonry-big .qodef-e-content .qodef-grid-item {
  margin-top: 40px !important;
}

.qodef-porfolio-single-layout--gallery-small .qodef-media,
.qodef-porfolio-single-layout--images-small .qodef-media,
.qodef-porfolio-single-layout--masonry-small .qodef-media {
  margin-right: 29px;
}

.qodef-porfolio-single-layout--gallery-small .qodef-portfolio-info,
.qodef-porfolio-single-layout--images-small .qodef-portfolio-info,
.qodef-porfolio-single-layout--masonry-small .qodef-portfolio-info {
  margin-top: 48px;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-list .qodef--load-more {
  margin-top: 35px;
}

.qodef-portfolio-list .swiper-button-next svg,
.qodef-portfolio-list .swiper-button-prev svg {
  width: 31px;
  height: 59px;
}

.qodef-portfolio-list .swiper-button-next svg polyline,
.qodef-portfolio-list .swiper-button-prev svg polyline {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
}

.qodef-portfolio-list .swiper-button-next:before, .qodef-portfolio-list .swiper-button-next:after,
.qodef-portfolio-list .swiper-button-prev:before,
.qodef-portfolio-list .swiper-button-prev:after {
  content: none;
}

.qodef-portfolio-list .swiper-button-prev {
  left: 37px !important;
}

.qodef-portfolio-list .swiper-button-next {
  right: 37px !important;
}

.qodef-portfolio-list .swiper-pagination-bullets {
  position: relative;
  bottom: 0 !important;
}

@media only screen and (min-width: 481px) {
  .qodef-portfolio-list.qodef-swiper-container.qodef-auto-col-width article {
    width: auto !important;
  }
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen {
  margin-bottom: 0;
}

@media only screen and (min-width: 481px) {
  .qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article {
    width: auto !important;
  }
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner {
  height: 100%;
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner .qodef-e-image {
  height: 100%;
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner .qodef-e-image .qodef-e-media-image {
  height: 100%;
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner .qodef-e-image .qodef-e-media-image a {
  height: 100%;
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner .qodef-e-image .qodef-e-media-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen.qodef-fullscreen-padding article {
  padding: 60px 0;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-image img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.010em;
  font-style: italic;
  color: #9c9c9c;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a:not(:last-child):after {
  content: ',';
}

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

.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image {
  overflow: hidden;
}

.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e.qodef-active-hover .qodef-e-media-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
  position: relative;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.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 .qodef-e-content-inner {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .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 .qodef-e-content-inner * {
  z-index: 1;
}

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

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.010em;
  font-style: italic;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a:not(:last-child):after {
  content: ',';
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content {
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-info-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-title a,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-info-category a {
  color: #fff;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-title:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-title a:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e-content .qodef-e-info-category a:hover {
  color: #bababa;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e:hover .qodef-e-content {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e:hover .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.15s;
  -o-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.15s;
  transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.15s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in-invert .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  -webkit-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.2s;
  transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.2s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
  background-color: rgba(255, 255, 255, 0.82);
  opacity: 0;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title a,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category a {
  color: #000;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title a:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category a:hover {
  color: #2d2d2d;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1;
  clip-path: inset(10px);
  -webkit-clip-path: inset(10px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
  transition: opacity 0.2s ease-out, -webkit-clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
  -o-transition: clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.2s ease-out;
  transition: clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.2s ease-out;
  transition: clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.2s ease-out, -webkit-clip-path 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.25s;
  -o-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.25s;
  transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.25s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  -webkit-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.3s;
  -o-transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.3s;
  transition: 0.3s cubic-bezier(0.62, 0.15, 0, 0.6) 0.3s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content {
  height: auto;
  background-color: rgba(0, 0, 0, 0.72);
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-clip-path 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-content-inner {
  padding: 26px 29px 23px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-info-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .3s ease-in-out .2s;
  -o-transition: .3s ease-in-out .2s;
  transition: .3s ease-in-out .2s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-info-category {
  -webkit-transition: .3s ease-in-out .25s;
  -o-transition: .3s ease-in-out .25s;
  transition: .3s ease-in-out .25s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-title a,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-info-category a {
  color: #fff;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-title:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-title a:hover,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e-content .qodef-e-info-category a:hover {
  color: #bababa;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e:hover .qodef-e-content {
  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-on .qodef-e:hover .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-on .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
  margin: 80px 0 -5px;
  padding: 25px 3.7% 0;
}

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

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

#qodef-single-portfolio-navigation .qodef-m-nav span {
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-icon-linear-icons {
  font-size: 12px;
  position: relative;
  top: 2px;
}

#qodef-single-portfolio-navigation .qodef-m-nav .lnr-chevron-left {
  margin-right: 15px;
}

#qodef-single-portfolio-navigation .qodef-m-nav .lnr-chevron-right {
  margin-left: 15px;
}

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

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

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

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

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

#qodef-single-portfolio-navigation .qodef-m-nav:hover {
  color: #000;
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover span {
  color: #000;
}

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

#qodef-single-portfolio-navigation .qodef-m-nav-label,
#qodef-single-portfolio-navigation .qodef--overview {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  text-transform: lowercase;
}

.qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
  padding-right: 9%;
}

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

.qodef-porfolio-single-layout--gallery-small .qodef-portfolio-single-item .qodef-portfolio-info {
  border-top: 1px solid #f2f2f2;
  margin-top: 9px !important;
  padding-top: 43px;
}

.qodef-porfolio-single-layout--gallery-small .qodef-portfolio-single-item #qodef-single-portfolio-navigation {
  margin-top: 100px;
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media .qodef-popup-item {
  display: block;
  margin-bottom: 10px;
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
  padding-right: 9%;
}

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

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

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

.qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-portfolio-info {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 9px !important;
  padding-top: 43px;
}

.qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item #qodef-single-portfolio-navigation {
  margin-top: 100px;
}

.qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
  padding-right: 9%;
}

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

.qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item #qodef-single-portfolio-navigation {
  margin-top: 102px;
}

.qodef-porfolio-single-layout--masonry-small .qodef-portfolio-single-item .qodef-portfolio-info {
  border-top: 1px solid #f2f2f2;
  margin-top: 9px !important;
  padding-top: 43px;
}

.qodef-porfolio-single-layout--masonry-small .qodef-portfolio-single-item #qodef-single-portfolio-navigation {
  margin-top: 100px;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container {
  margin-bottom: 40px;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
  width: auto;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-prev {
  width: 22px !important;
  height: 41px !important;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-next:before, .qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-next:after,
.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-prev:before,
.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-prev:after {
  content: none;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-next {
  right: 27px !important;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container .swiper-button-prev {
  left: 27px !important;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container svg {
  width: 22px;
  height: 41px;
}

.qodef-portfolio-single-slider.qodef-media.qodef-swiper-container svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linejoin: round;
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 3px !important;
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
  padding-right: 9%;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  color: #7d7d7d;
  margin: -22px 0 17px 0;
}

.qodef-team-list .qodef-e-title {
  margin: 16px 0 21px 0;
}

.qodef-team-list .qodef-team-member-social-icons {
  margin: -9px 0 11px 0;
}

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

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

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content > * {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: calc(100% - 66px);
  bottom: 28px;
  left: 33px;
  background-color: rgba(255, 255, 255, 0.93);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  text-align: center;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-clip-path 0.5s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-role {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .3s ease-in-out .3s;
  -o-transition: .3s ease-in-out .3s;
  transition: .3s ease-in-out .3s;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-role {
  -webkit-transition: .3s ease-in-out .35s;
  -o-transition: .3s ease-in-out .35s;
  transition: .3s ease-in-out .35s;
}

/* Testimonials list shortcode style - start */
.qodef-testimonials-list .qodef-swiper-container {
  margin: 0 7%;
}

.qodef-testimonials-list .qodef-swiper-container .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-testimonials-list .qodef-m-tagline {
  display: block;
  margin-bottom: 6px;
  padding: 0 16%;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.015em;
  color: #fff;
  font-style: italic;
}

.qodef-testimonials-list .qodef-e-inner {
  padding: 0 16%;
}

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

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

.qodef-testimonials-list .qodef-e-text {
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  display: block;
  margin: 0 0 19px;
  font-size: 18px;
  line-height: 1.58em;
  font-style: normal;
}

.qodef-testimonials-list .qodef-e-author {
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-style: normal;
}

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

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

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

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

.qodef-testimonials-list.qodef-indent-author.qodef-content-alignment--left .qodef-e-author {
  margin: 0 0 10px 50px;
}

.qodef-testimonials-list.qodef-indent-author.qodef-content-alignment--right .qodef-e-author {
  margin: 0 50px 10px 0;
}

.swiper-button-next.testimonials svg,
.swiper-button-prev.testimonials svg {
  width: 21.7px;
  height: 40.9px;
  color: #000;
}

.swiper-button-next.testimonials svg polyline,
.swiper-button-prev.testimonials svg polyline {
  fill: none;
  stroke: currentColor;
}

.swiper-button-next.testimonials:before,
.swiper-button-prev.testimonials:before {
  content: none;
}

.swiper-button-next.testimonials.light svg,
.swiper-button-prev.testimonials.light svg {
  color: #fff;
}

/* Testimonials list shortcode style - end */
.qodef-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-review-rating .qodef-rating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.qodef-review-rating label {
  margin: 0 10px 0 0;
}

.qodef-review-rating .qodef-comment-rating-box {
  margin: 0;
}

.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  overflow: hidden;
}

.qodef-review-rating .qodef-star-rating:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  z-index: -1;
  content: "\e031";
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: "ElegantIcons";
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qodef-review-rating .qodef-star-rating.active:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "\e033\e033\e033\e033\e033";
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: "ElegantIcons";
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 {
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: #000;
  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 under header - start
========================================================================== */
@-webkit-keyframes search_under_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes search_under_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes search_under_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes search_under_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.qodef-search-under {
  position: absolute;
  right: 0;
  top: 100%;
  width: 370px;
  padding: 29px 29px 35px;
  margin: 0;
  background-color: #000;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
}

.qodef-search-under--fadeout .qodef-search-under {
  -webkit-animation: search_under_fade_out .3s ease both;
          animation: search_under_fade_out .3s ease both;
}

.qodef-search-under--fadein .qodef-search-under {
  -webkit-animation: search_under_fade_in .3s ease both;
          animation: search_under_fade_in .3s ease both;
  z-index: 99;
  -webkit-transition: z-index 0s ease .3s;
  -o-transition: z-index 0s ease .3s;
  transition: z-index 0s ease .3s;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-under,
body:not(.qodef-header--sticky-display) .qodef-header-sticky .qodef-search-under {
  display: none;
}

.qodef-search-under .qodef-form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.qodef-search-under .qodef-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.qodef-search-under--opened .qodef-search-under .qodef-line {
  width: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
  -o-transition: width 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
  transition: width 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s;
}

.qodef-search-under input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #bababa;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: 0;
}

.qodef-search-under input[type="text"]:focus {
  color: #bababa;
}

.qodef-search-under input[type="text"]::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-under input[type="text"]::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-under input[type="text"]:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-under input[type="text"]::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-under input[type="text"]::placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-under .qodef-search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-search-under .qodef-search-submit:hover {
  color: #fff;
  background-color: #000;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--icon-pack {
  font-size: 23px;
  line-height: 1em;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--icon-pack * {
  display: block;
  line-height: inherit;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--icon-pack *:before {
  display: block;
  line-height: inherit;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--svg-path > * {
  vertical-align: middle;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--svg-path > *,
.qodef-search-under .qodef-search-submit.qodef-search-submit--svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-search-under .qodef-search-submit.qodef-search-submit--predefined {
  font-size: 20px;
}

/* ==========================================================================
# Search under header - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
a.qodef-search-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 1;
  color: #000;
}

.qodef-skin--light a.qodef-search-opener {
  color: #fff;
}

a.qodef-search-opener .qodef-search-opener-inner {
  display: block;
}

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

a.qodef-search-opener .qodef-search-opener-inner > *:before {
  display: block;
  line-height: inherit;
}

a.qodef-search-opener.qodef-search-opener--predefined {
  top: -3px;
}

a.qodef-search-opener.qodef-search-opener--predefined svg {
  width: 18px;
  height: 18px;
}

a.qodef-search-opener.qodef-search-opener--predefined svg line,
a.qodef-search-opener.qodef-search-opener--predefined svg circle,
a.qodef-search-opener.qodef-search-opener--predefined svg path {
  fill: none;
  stroke: currentColor;
}

a.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > * {
  vertical-align: middle;
}

a.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > *,
a.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper path {
  fill: currentColor;
  stroke: currentColor;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px 0 0;
  padding: 17px 15px 17px 19px;
  color: #000;
  border: 1px solid #f2f2f2;
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out;
  cursor: pointer;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
  padding-right: 10px;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 0;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #dbb570;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  border-color: transparent;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active:after {
  width: 100%;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 27px 36px 36px;
  margin: -1px 0 0 0;
  border: 1px solid #f2f2f2;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.qodef-banner .qodef-m-subtitle {
  font-family: "Cuprum";
  margin: 0;
  letter-spacing: 0;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #000;
  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;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-banner:hover .qodef-m-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px;
}

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

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

.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 13px 0 0;
  z-index: 2;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button.qodef-layout--filled {
  color: #000;
  background-color: #fff;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
}

.qodef-button.qodef-size--small {
  padding: 8px 46px 9px;
  font-size: 12px;
  line-height: 1.5em;
}

.qodef-button.qodef-size--large {
  padding: 13px 68px 15px;
  font-size: 16px;
  line-height: 1.563em;
}

.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}

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

.qodef-button.qodef-layout--outlined {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  overflow: hidden;
}

.qodef-button.qodef-layout--outlined:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-button.qodef-layout--outlined:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.qodef-button.qodef-layout--outlined:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
}

.qodef-button.qodef-layout--textual.qodef-size--large {
  font-size: 16px;
  line-height: 1.563em;
}

.qodef-button.qodef-layout--textual.qodef-size--normal {
  font-size: 14px;
  line-height: 1.5em;
}

.qodef-button.qodef-layout--textual.qodef-size--small {
  font-size: 12px;
  line-height: 1.5em;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.qodef-button.qodef-layout--textual .qodef-m-text:before, .qodef-button.qodef-layout--textual .qodef-m-text:after {
  content: '';
  width: calc(100% - 1px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-text:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-button.qodef-layout--textual .qodef-m-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
}

.qodef-button.qodef-layout--textual:hover {
  color: #000;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.2s;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-e-read-more .qodef-button.qodef-layout--textual {
  font-size: 16px;
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner, .qodef-call-to-action.qodef-layout--standard.qodef-style--custom .qodef-m-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}

.qodef-countdown.qodef-countdown--light.qodef-layout--simple .qodef-label {
  color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 42px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: "Cuprum";
  font-size: 80px;
  line-height: 1em;
  font-weight: 400;
  color: #dbb570;
  margin-bottom: 22px;
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: HenriDidot,serif;
  font-size: 80px;
  line-height: 1em;
  font-weight: 400;
  color: #dbb570;
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  margin: 22px 0 17px;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
  position: relative;
  margin: 0;
}

.qodef-custom-font.qodef-alignment--left {
  text-align: left;
}

.qodef-custom-font.qodef-alignment--center {
  text-align: center;
}

.qodef-custom-font.qodef-alignment--right {
  text-align: right;
}

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

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 5px 5px 0;
  font-family: "Cuprum";
  font-size: 72px;
  line-height: 0.9em;
  font-style: italic;
  color: #000;
}

.qodef-dropcaps .qodef-m-text {
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  color: #fff;
  background-color: #000;
}

.qodef-dropcaps.qodef-alignment--left .qodef-m-text {
  text-align: left;
}

.qodef-dropcaps.qodef-alignment--center .qodef-m-text {
  text-align: center;
}

.qodef-dropcaps.qodef-alignment--right .qodef-m-text {
  text-align: right;
}

.qodef-dropcaps.qodef-alignment--justify .qodef-m-text {
  text-align: justify;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

.qodef-dropcaps + .wpb_text_column p {
  margin: 0;
}

/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}

.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map .qodef-m-map img {
  max-width: none;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
  display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 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_eona_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_eona_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_eona_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-subtitle {
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 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: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #000;
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}

.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}

.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}

.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}

.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_eona_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_eona_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_eona_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_eona_core_icon {
  margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery.qodef-swiper-container:not(.qodef-active-zoom) .swiper-button-prev svg polyline,
.qodef-image-gallery.qodef-swiper-container:not(.qodef-active-zoom) .swiper-button-next svg polyline {
  stroke-width: 2;
}

.qodef-swiper-fix .qodef-image-gallery.qodef-swiper-container.qodef-side-cut {
  width: calc(100% + 4px);
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper {
  overflow: hidden;
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper > a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper > a:after {
  content: '';
  display: block;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) > a {
  pointer-events: none;
}

.qodef-image-gallery.qodef-swiper-container.qodef-side-cut .qodef-image-wrapper:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) > a:after {
  opacity: 0.25;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom {
  padding: 55px 0;
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide {
  text-align: center;
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide.swiper-slide-active img, .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide.swiper-slide-duplicate-active img {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-prev {
  left: 8px !important;
}

.qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-next {
  right: 8px !important;
}

/* ==========================================================================
   Image Marquee Standard 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;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content {
    display: none;
  }
}

.qodef-image-marquee .qodef-m-content.qodef-marquee-mobile {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: none;
}

@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef-marquee-mobile {
    display: block;
  }
}

.qodef-image-marquee .qodef-m-content.qodef-marquee-mobile .qodef-m-image {
  background-size: cover !important;
}

.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
}

.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}

@-webkit-keyframes qodef-move-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@keyframes qodef-move-marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}

@-webkit-keyframes qodef-move-marquee-copy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
}

@keyframes qodef-move-marquee-copy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

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

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text .qodef-m-image img {
  -webkit-box-shadow: 0 0 17.1px 0.9px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 17.1px 0.9px rgba(0, 0, 0, 0.09);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-image-with-text .qodef-m-image:hover img {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
  margin: 5px 0 31px;
}

.qodef-image-with-text .qodef-m-subtitle {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  margin: 17px 0 0;
}

/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-numbered-text.qodef-alignment--center {
  text-align: center;
}

.qodef-numbered-text.qodef-alignment--center .qodef-m-number {
  position: relative;
  display: inline-block;
  font-size: 128px;
  line-height: 0.6;
  margin-bottom: 32px;
  left: -20px;
}

.qodef-numbered-text.qodef-alignment--center .qodef-m-number:after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: -9px;
}

.qodef-numbered-text.qodef-alignment--center .qodef-m-title {
  margin: 0 0 12px 0;
}

.qodef-numbered-text.qodef-alignment--center > .qodef-m-text {
  margin: 0 0 17px 0;
}

.qodef-numbered-text.qodef-alignment--left {
  text-align: left;
}

.qodef-numbered-text.qodef-alignment--left .qodef-m-number {
  font-size: 112px;
  line-height: 0.7;
}

.qodef-numbered-text.qodef-alignment--left > .qodef-m-text,
.qodef-numbered-text.qodef-alignment--left .qodef-m-title,
.qodef-numbered-text.qodef-alignment--left .qodef-button {
  position: relative;
  top: -29px;
  padding-left: 29px;
}

.qodef-numbered-text.qodef-alignment--left .qodef-button {
  padding-left: 29px !important;
}

.qodef-numbered-text.qodef-alignment--left .qodef-m-title {
  margin-top: 0;
  margin-bottom: 14px;
}

.qodef-numbered-text .qodef-m-number {
  font-family: 'HenriDidot', serif;
  color: #dbb570;
}

/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 8px;
}

.qodef-pricing-table.qodef-status--featured {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.qodef-pricing-table .qodef-m-inner {
  background-color: #fafafa;
}

.qodef-pricing-table .qodef-m-title {
  border-bottom: 1px solid #dcdcdc;
}

.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 38px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-value,
.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
  font-family: 'HenriDidot', serif;
  font-weight: 400;
  color: #fff;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-value {
  font-size: 80px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
  margin-right: 12px;
  font-size: 40px;
  line-height: 1.3;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-label {
  margin: 49px 0 1px 13px;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: capitalize;
}

.qodef-pricing-table .qodef-m-content {
  margin: 42px 0 0;
}

.qodef-pricing-table .qodef-m-content p {
  margin: 19px 0;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  color: #000;
  margin-bottom: 8px;
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}

.qodef-pricing-table .qodef-m-content ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 25px 0 50px;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
  display: block;
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Cuprum";
  font-size: 50px;
}

.qodef-progress-bar .qodef-m-title {
  margin: 23px 0 0;
  letter-spacing: 0;
  text-align: center;
}

.qodef-progress-bar .qodef-m-text {
  margin: 14px 0 0;
  text-align: center;
}

.qodef-progress-bar.qodef-layout--circle .qodef-m-inner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 95%;
  height: 95%;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}

.qodef-progress-bar.qodef-layout--circle .qodef-m-title {
  margin: -11px 0 0;
  z-index: 0;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .progressbar {
  position: relative;
}

.qodef-progress-bar.qodef-layout--line .progressbar:after {
  content: '';
  margin-top: 1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f2f2f2;
}

.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
  position: relative;
}

.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -31px;
  right: 0;
  width: auto;
  height: auto;
  font-family: "Cuprum";
  font-size: 16px;
  letter-spacing: 0.010em;
  color: #000;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 8px;
  letter-spacing: 0.010em;
  text-align: left;
  color: #000;
}

/* ==========================================================================
   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--left .qodef-m-subtitle {
  padding-left: 57px;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title.qodef-alignment--right .qodef-m-subtitle {
  padding-right: 57px;
}

.qodef-section-title .qodef-m-caption {
  margin: 0 0 6px 0;
}

.qodef-section-title .qodef-m-title {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 9px;
}

.qodef-section-title .qodef-m-subtitle {
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  display: block;
  margin: 10px 0 11px 0;
}

.qodef-section-title .qodef-m-separator {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #000;
  margin: 14px 0 16px 0;
}

.qodef-section-title .qodef-m-text {
  margin: 0;
}

.qodef-section-title .qodef-m-button {
  margin-top: 48px;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-caption,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-title,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-subtitle,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-text {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-separator {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left .qodef-m-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(1) {
  -webkit-transition-delay: 0.16667s;
       -o-transition-delay: 0.16667s;
          transition-delay: 0.16667s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(2) {
  -webkit-transition-delay: 0.33333s;
       -o-transition-delay: 0.33333s;
          transition-delay: 0.33333s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(4) {
  -webkit-transition-delay: 0.66667s;
       -o-transition-delay: 0.66667s;
          transition-delay: 0.66667s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(5) {
  -webkit-transition-delay: 0.83333s;
       -o-transition-delay: 0.83333s;
          transition-delay: 0.83333s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left > *:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-separator {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-caption,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-title,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-subtitle,
.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-text {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--left.qodef-appear .qodef-m-button {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right .qodef-m-caption,
.qodef-section-title.qodef-appear-animation.qodef-alignment--right .qodef-m-title,
.qodef-section-title.qodef-appear-animation.qodef-alignment--right .qodef-m-subtitle {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right .qodef-m-separator {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right .qodef-m-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right > *:nth-child(1) {
  -webkit-transition-delay: 0.16667s;
       -o-transition-delay: 0.16667s;
          transition-delay: 0.16667s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right > *:nth-child(2) {
  -webkit-transition-delay: 0.33333s;
       -o-transition-delay: 0.33333s;
          transition-delay: 0.33333s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right > *:nth-child(4) {
  -webkit-transition-delay: 0.66667s;
       -o-transition-delay: 0.66667s;
          transition-delay: 0.66667s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right > *:nth-child(5) {
  -webkit-transition-delay: 0.83333s;
       -o-transition-delay: 0.83333s;
          transition-delay: 0.83333s;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right.qodef-appear .qodef-m-separator {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right.qodef-appear .qodef-m-caption,
.qodef-section-title.qodef-appear-animation.qodef-alignment--right.qodef-appear .qodef-m-title,
.qodef-section-title.qodef-appear-animation.qodef-alignment--right.qodef-appear .qodef-m-subtitle {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.qodef-section-title.qodef-appear-animation.qodef-alignment--right.qodef-appear .qodef-m-button {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.qodef-section-title.qodef-separator-animation .qodef-m-separator {
  -webkit-transition: 0.6s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: 0.6s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: 0.6s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--left .qodef-m-separator {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--left.qodef-appear .qodef-m-separator {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--center .qodef-m-separator {
  clip-path: inset(0 100% 0 100%);
  -webkit-clip-path: inset(0 100% 0 100%);
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--center.qodef-appear .qodef-m-separator {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--right .qodef-m-separator {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-section-title.qodef-separator-animation.qodef-alignment--right.qodef-appear .qodef-m-separator {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

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

.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_eona_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_eona_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_eona_core_separator {
  margin-bottom: 0;
}

.elementor-widget-sidebar .widget.widget_eona_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-tabs.qodef--init {
  visibility: visible;
}

.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-right: 10%;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  z-index: 2;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-following-border {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dbb570;
  z-index: 1;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #f2f2f2;
  border-bottom: none;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 10px;
}

.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;
  padding-left: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 100px;
  font-family: "Cuprum";
  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:after {
  content: '\00b7';
  display: inline-block;
  padding: 0 28px;
  color: #000;
}

.qodef-text-marquee .qodef-m-text--1 {
  color: #000;
}

.qodef-text-marquee .qodef-m-text--2 {
  color: #000;
}

.qodef-text-marquee .qodef-m-text--3 {
  color: #000;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button .qodef-m-play {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button .qodef-m-play.qodef--has-img {
  position: absolute;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  width: 185px;
  height: 185px;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
  margin-left: 15px;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
a.qodef-side-area-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #000;
}

.qodef-skin--light a.qodef-side-area-opener {
  color: #fff;
}

.qodef-skin--light a.qodef-side-area-opener:hover {
  color: #fff;
}

a.qodef-side-area-opener .qodef-side-area-opener-icon {
  display: block;
}

a.qodef-side-area-opener:hover {
  color: #000;
}

a.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon {
  font-size: 35px;
}

a.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon * {
  display: block;
  line-height: inherit;
}

a.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon *:before {
  display: block;
  line-height: inherit;
}

a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon > * {
  vertical-align: middle;
}

a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon > *,
a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon path {
  fill: currentColor;
  stroke: currentColor;
}

a.qodef-side-area-opener.qodef-side-area-opener--predefined svg {
  width: 19px;
  height: 17px;
}

a.qodef-side-area-opener.qodef-side-area-opener--predefined svg line {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 18;
  stroke-dashoffset: 0;
  -webkit-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

a.qodef-side-area-opener.qodef-side-area-opener--predefined svg line:nth-child(3) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

a.qodef-side-area-opener.qodef-side-area-opener--predefined svg line:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

a.qodef-side-area-opener.qodef-side-area-opener--predefined:hover svg line {
  stroke-dashoffset: -36;
}

.qodef-header--light a.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon, .qodef-header--light a.qodef-side-area-opener.qodef-side-area-opener--predefined {
  color: #fff;
}

.qodef-header--light a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon > *,
.qodef-header--light a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon path {
  fill: #fff;
  stroke: #fff;
}

.qodef-header--dark a.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon, .qodef-header--dark a.qodef-side-area-opener.qodef-side-area-opener--predefined {
  color: #000;
}

.qodef-header--dark a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon > *,
.qodef-header--dark a.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon path {
  fill: #000;
  stroke: #000;
}

#qodef-side-area {
  position: fixed;
  top: 0;
  right: -445px;
  width: 445px;
  height: 100%;
  min-height: 100%;
  padding: 7.9% 48px 65px;
  background-color: black;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: left;
}

#qodef-side-area #qodef-side-area-close {
  position: absolute;
  top: 71px;
  right: 23px;
  display: block;
  z-index: 1000;
  color: #fff;
}

.admin-bar #qodef-side-area #qodef-side-area-close {
  top: 68px;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack {
  font-size: 35px;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack * {
  display: block;
  line-height: inherit;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack *:before {
  display: block;
  line-height: inherit;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > * {
  vertical-align: middle;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path > *,
#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path path {
  fill: currentColor;
  stroke: currentColor;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined svg {
  width: 19px;
  height: 17px;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined svg line {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
  -webkit-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined svg line:nth-child(2) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined:hover svg line {
  stroke-dashoffset: -44;
}

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

#qodef-side-area.qodef-content-alignment-center {
  text-align: center;
}

#qodef-side-area.qodef-content-alignment-right {
  text-align: right;
}

#qodef-side-area.qodef-content-alignment-left {
  text-align: left;
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}

/* ==========================================================================
# 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 8px 0 0;
  color: #000;
  font-family: "Cuprum";
  font-size: 18px;
  line-height: 1.278em;
  font-weight: 800;
  letter-spacing: 0.015em;
  color: #1b1b1b;
  font-size: 16px;
}

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

.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.qodef-social-share li a {
  font-size: 20px;
}

.qodef-social-share li.qodef-facebook-share a:hover,
.qodef-social-share li.qodef-twitter-share a:hover,
.qodef-social-share li.qodef-linkedin-share a:hover,
.qodef-social-share li.qodef-tumblr-share a:hover,
.qodef-social-share li.qodef-pinterest-share a:hover,
.qodef-social-share li.qodef-vk-share a:hover {
  color: #bababa;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #000;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0;
  font-style: italic;
  color: inherit;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
     transition-delay: 0.25s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
     transition-delay: 0.35s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown-opener {
  opacity: 0;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
  color: inherit;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
  -o-transition: opacity .2s ease-out, visibility .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out;
  font-family: "Cuprum";
  font-style: italic;
  font-size: 17px;
  color: #000;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover {
  color: #bababa !important;
}

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

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  height: 25px;
  line-height: 25px;
  width: 36px;
  text-align: left;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
  bottom: -25px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
  bottom: -50px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
  bottom: -75px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
  bottom: -100px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
  bottom: -125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
  bottom: -150px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
  bottom: -175px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown {
  bottom: -2px;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li {
  height: 25px;
  line-height: 25px;
  width: 36px;
  text-align: left;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(1) {
  top: -25px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(2) {
  top: -50px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(3) {
  top: -75px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(4) {
  top: -100px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(5) {
  top: -125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(6) {
  top: -150px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--top .qodef-social-share-dropdown li:nth-child(7) {
  top: -175px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: -2px;
  left: -10px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px / 3);
  padding: 7px 0;
}

.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: -2px;
  right: -10px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px / 3);
  padding: 7px 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list li {
  margin-right: 15px;
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text {
  background-color: #000;
  padding: 17px 32px 13px;
}

.qodef-social-share.qodef-layout--text li {
  margin-right: 6px;
}

.qodef-social-share.qodef-layout--text li a {
  font-family: "Cuprum";
  font-style: italic;
  font-size: 16px;
  color: #fff;
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}

.qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover,
.qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover,
.qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover,
.qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover,
.qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover,
.qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #bababa;
}

.qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #fff;
  top: -3px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #bababa;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover,
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #bababa;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #bababa;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover,
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #bababa;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #bababa;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover,
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #bababa;
}

/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  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;
  -webkit-animation: qode-atom-shrink 4.5s infinite linear;
          animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  -webkit-animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
          animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
          animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
          animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  -webkit-animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
          animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
          animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  -webkit-animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
          animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-clock 8s infinite steps(8);
          animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-animation: qode-clock-1 1s ease-in infinite;
          animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: qode-clock-2 1s ease-in infinite;
          animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: qode-clock-3 1s ease-in infinite;
          animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  -webkit-animation: qode-clock-4 1s ease-in infinite;
          animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  -webkit-animation: qode-cube 1.2s infinite ease-in-out;
          animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: qode-double-pulse 2s infinite ease-in-out;
          animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

#qodef-page-spinner.qodef-layout--eona.qodef-init svg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#qodef-page-spinner.qodef-layout--eona.qodef-animate-line .qodef-preloader-line {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

#qodef-page-spinner.qodef-layout--eona.qodef-animate-holder .qodef-m-holder {
  -webkit-animation: qodef-animate-holder 10s infinite cubic-bezier(0.59, 0.02, 0.17, 0.95);
          animation: qodef-animate-holder 10s infinite cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

#qodef-page-spinner.qodef-layout--eona .qodef-m-spinner,
#qodef-page-spinner.qodef-layout--eona .qodef-m-eona,
#qodef-page-spinner.qodef-layout--eona .qodef-m-holder {
  background-color: inherit;
}

#qodef-page-spinner.qodef-layout--eona .qodef-m-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

#qodef-page-spinner.qodef-layout--eona svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

#qodef-page-spinner.qodef-layout--eona svg path {
  fill: currentColor;
}

#qodef-page-spinner.qodef-layout--eona .qodef-preloader-line {
  display: block;
  width: calc(100% + 2px);
  height: 5px;
  background-color: inherit;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  clip-path: inset(0 100% 0 100%);
  -webkit-clip-path: inset(0 100% 0 100%);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

@-webkit-keyframes qodef-animate-holder {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  20% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  70% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  80% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  90% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes qodef-animate-holder {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  20% {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  60% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  70% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  80% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  90% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1500ms);
          animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1500ms);
          animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1500ms);
          animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1400ms);
          animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1400ms);
          animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1400ms);
          animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1400ms);
          animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1300ms);
          animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1300ms);
          animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1300ms);
          animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
          animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  -webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
          animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  -webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
          animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  -webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
          animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  -webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
          animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
          animation: qode-mitosis-invert 2s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  -webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
          animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  -webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
          animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  -webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
          animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  -webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
          animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s forwards;
          animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s .3s forwards;
          animation: qode-fade-in 1s .3s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  -webkit-animation: qode-scaleout 1s infinite ease-in-out;
          animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: qode-ball-fall 1.5s ease infinite both;
          animation: qode-ball-fall 1.5s ease infinite both;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
  -webkit-animation-delay: calc((100ms) - 300ms);
          animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  -webkit-animation-delay: calc((200ms) - 300ms);
          animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  -webkit-animation-delay: calc((300ms) - 300ms);
          animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
          animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  -webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
          animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  -webkit-animation-delay: calc((200ms) - 1300ms);
          animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  -webkit-animation-delay: calc((400ms) - 1300ms);
          animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  -webkit-animation-delay: calc((500ms) - 1300ms);
          animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  -webkit-animation: qode-rotate-circles 2s infinite linear;
          animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: qode-bounce 2s infinite ease-in-out;
          animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  -webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
          animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  -webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
          animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  -webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
          animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  -webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
          animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
          animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px;
  opacity: 0;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99);
}

.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  color: #000000;
}

.qodef-sp-holder .qodef-sp-close:hover {
  color: #919191;
}

.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;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}

.qodef-sp-holder .qodef-sp-prevent-label {
  font-size: 13px;
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: -webkit-transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96), -webkit-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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.qodef-page-title .qodef-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 24px;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  color: #ababab;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  color: #bababa;
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
  color: #bababa;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '/';
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-caption {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  margin: 0 0 10px 0;
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  font-family: "Cuprum";
  font-size: 18px;
  line-height: 1.278em;
  font-weight: 800;
  letter-spacing: 0.015em;
  color: #1b1b1b;
  margin: 10px 0 0;
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}

.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}

.widget.qodef-social-text {
  display: inline-block;
  width: auto;
  padding: 12px 32px;
  background-color: #000;
}

.widget.qodef-social-text .qodef-social-text-link {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  margin-right: 9px;
  letter-spacing: 0;
  color: #fff;
}

.widget.qodef-social-text .qodef-social-text-link:last-child {
  margin: 0;
}

/* ==========================================================================
   Blog List Centered responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--centered {
    padding: 0 10%;
  }
  .qodef-blog.qodef-item-layout--centered.qodef-col-num--1 .qodef-blog-item.qodef-grid-item.qodef-item--half {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--centered {
    padding: 0;
  }
}

/* ==========================================================================
   Blog List Simple Advanced responsive styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-blog.qodef-item-layout--simple-advanced .qodef-blog-item .qodef-e-media-image {
    width: 100%;
    margin: 0 0 41px 0;
  }
}

/* ==========================================================================
   Blog List standard alternating styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page.has-post-thumbnail .qodef-e-media {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 34px;
  }
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page.has-post-thumbnail .qodef-e-content {
    width: 100%;
    float: none;
  }
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:not(:nth-child(4n + 1)):not(:nth-child(4n + 4)).qodef-item--first-page .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-media, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-media {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 34px;
  }
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-content, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page).has-post-thumbnail .qodef-e-content {
    width: 100%;
    float: none;
  }
  .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n):not(.qodef-item--first-page) .qodef-e-inner, .qodef-blog.qodef-item-layout--standard-alternating.qodef-col-num--1 .qodef-blog-item:nth-child(4n - 1):not(.qodef-item--first-page) .qodef-e-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-default .qodef-blog-item .qodef-e-content {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item {
    height: auto;
  }
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-inner,
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-media,
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-media-image,
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-media-image > a {
    height: 100%;
  }
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-media-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .swiper-wrapper {
    margin-left: 0;
  }
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-content {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-info.qodef-info--top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .qodef-blog.qodef-item-layout--standard-overlay.qodef-overlay-style-alternative.qodef-swiper-container.qodef-auto-col-width .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    text-align: center;
  }
}

/* ==========================================================================
   Blog List responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--standard .qodef-blog-item > .qodef-e-inner {
    padding-bottom: 20px;
  }
  .qodef-blog.qodef-item-layout--standard .qodef-blog-item:last-child > .qodef-e-inner {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 {
    margin: 0 0 9px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-blog-item.format-quote .qodef-e-quote-text {
    max-width: 100%;
  }
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-author-info .qodef-m-content {
    margin-top: 15px;
  }
  #qodef-author-info .qodef-m-social-icons {
    margin-bottom: 34px;
  }
}

/* ==========================================================================
   Single Post Navigation responsive styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  #qodef-single-post-navigation .qodef-m-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev img {
    position: relative;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__title,
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav__date {
    padding-left: 0;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--next {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--next img {
    position: relative;
  }
  #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__title,
  #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav__date {
    padding-right: 0;
  }
}

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

/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--gallery-small .qodef-media,
  .qodef-porfolio-single-layout--images-small .qodef-media,
  .qodef-porfolio-single-layout--masonry-small .qodef-media {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen .swiper-wrapper {
    height: 100vh !important;
  }
  .qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article {
    height: 100vh !important;
  }
  .qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen article .qodef-e-inner .qodef-e-image .qodef-e-media-image img {
    width: 100%;
  }
  .qodef-portfolio-list.qodef-swiper-container.qodef-fullscreen.qodef-fullscreen-padding article {
    padding: 0;
  }
}

/* ==========================================================================
   Single Post Navigation responsive styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  #qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label {
    display: none;
  }
  #qodef-single-portfolio-navigation .qodef--overview {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 0 !important;
  }
  .qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--gallery-small .qodef-portfolio-single-item .qodef-col--4 {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 0 !important;
  }
  .qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-col--4 {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 0 !important;
  }
  .qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--masonry-small .qodef-portfolio-single-item .qodef-col--4 {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 0 !important;
  }
  .qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-grid-item.qodef-col--9 {
    padding-right: 0;
  }
}

/* Testimonials list shortcode responsive style - start */
@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-inner {
    padding: 0;
  }
  .swiper-button-prev.testimonials {
    left: 10px !important;
  }
  .swiper-button-next.testimonials {
    right: 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-testimonials-list .qodef-e-inner {
    padding: 0 0 40px;
  }
}

/* Testimonials list shortcode responsive style - end */
/* ==========================================================================
   Banner shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-banner .qodef-m-title {
    text-align: center;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-call-to-action.qodef-style--custom {
    padding: 0 !important;
  }
}

/* ==========================================================================
   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%;
  }
  .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 53px;
    margin-bottom: 11px;
  }
  .qodef-countdown.qodef-layout--simple .qodef-label {
    font-size: 14px;
  }
}

/* ==========================================================================
   Dropcaps shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-dropcaps.qodef-alignment--left .qodef-m-text {
    text-align: center;
  }
}

/* ==========================================================================
   Icon With Text shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-icon-with-text.qodef-layout--before-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    margin-right: 0;
  }
  .qodef-icon-with-text.qodef-layout--before-content .qodef-m-content {
    margin-top: 15px;
    text-align: center;
  }
  .qodef-icon-with-text.qodef-layout--before-content .qodef-m-subtitle {
    margin-left: 0;
  }
}

/* ==========================================================================
   Image Gallery shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-prev {
    left: -5px !important;
  }
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-next {
    right: -5px !important;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-prev {
    left: 75px !important;
  }
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-next {
    right: 75px !important;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide.swiper-slide-active img, .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-slide.swiper-slide-duplicate-active img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-prev {
    left: 2px !important;
  }
  .qodef-image-gallery.qodef-swiper-container.qodef-active-zoom .swiper-button-next {
    right: 2px !important;
  }
}

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

/* ==========================================================================
   Image With Text shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-image-with-text .qodef-m-content {
    padding: 0 !important;
  }
}

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

/* ==========================================================================
   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: 1024px) {
  .qodef-section-title .qodef-m-title {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-section-title.qodef-alignment--left .qodef-m-subtitle {
    padding-left: 25px;
  }
  .qodef-section-title.qodef-alignment--right .qodef-m-subtitle {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 9px 15px 9px 0;
    display: inline-block;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    position: absolute;
    background-color: #dbb570;
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation .qodef-following-border {
    display: none !important;
  }
  .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;
    border-bottom: 1px solid #f2f2f2;
  }
  .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;
  }
}

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