/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
   .makao-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none;
  }
  
  .qodef-align-all-elements > * {
    display: inline-block;
  }
  
  .qodef-align-all-elements br {
    display: none;
  }
  
  .qodef-align-all-elements.qodef-inline-flex-centered {
    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-page-footer-bottom-area .qodef-align-all-elements a:hover {
    color: #45AE52;
  }
  
  .qodef-align-all-elements .qodef-custom-font {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 500;
    color: #000 !important;
  }
  
  .qodef-align-all-elements .qodef-custom-font:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-align-all-elements .qodef-custom-font:hover {
    color: #000;
  }
  
  .qodef-align-all-elements .qodef-custom-font:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-absolute-text {
    pointer-events: none;
  }
  
  @media only screen and (min-width: 1279px) and (max-width: 1440px) {
    .qodef-header--vertical.qodef-content-grid-1300 section.qodef-elementor-content-grid > .elementor-container {
      width: 950px;
      max-width: 950px;
    }
  }
  
  .qodef-header--vertical-sliding rs-layer-wrap a:not(.qodef-button):hover {
    color: #45AE52 !important;
  }
  
  .single-product .swiper-button-next, .single-product .swiper-button-prev {
    color: #666;
  }
  
  body #yith-quick-view-modal .qodef-woo-ratings {
    display: inline-block;
    vertical-align: middle;
    width: 27%;
    margin-bottom: 1px;
  }
  
  body #yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: inline-block;
    vertical-align: middle;
    color: #666;
  }
  
  body #yith-quick-view-modal .price {
    margin: 8px 0 0;
  }
  
  body #yith-quick-view-modal .button {
    padding: 12px 36px;
  }
  
  body #yith-quick-view-modal .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(225deg, #45AE52 35%, #45AE52 35%, rgba(65, 110, 93, 0.5), rgba(65, 110, 93, 0.5), rgba(8, 66, 44, 0.5));
    background: linear-gradient(225deg, #45AE52 35%, #45AE52 35%, rgba(65, 110, 93, 0.5), rgba(65, 110, 93, 0.5), rgba(8, 66, 44, 0.5));
    background-position: 100% 50%;
    background-size: 300% 300%;
    z-index: -1;
    -webkit-transition: background-position .5s ease-out, opacity 0s ease-out .5s;
    -o-transition: background-position .5s ease-out, opacity 0s ease-out .5s;
    transition: background-position .5s ease-out, opacity 0s ease-out .5s;
    opacity: 0;
  }
  
  body #yith-quick-view-modal .button:hover:after {
    opacity: 1;
    background-position: 1% 50%;
    -webkit-transition: opacity 0s ease-out 0s, background-position .5s ease-out;
    -o-transition: opacity 0s ease-out 0s, background-position .5s ease-out;
    transition: opacity 0s ease-out 0s, background-position .5s ease-out;
  }
  
  body.single-product .select2-container--default .select2-selection--single {
    width: 192px;
  }
  
  body.single-product .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 47px;
  }
  
  @media all and (max-width: 320px) {
    body #yith-quick-view-modal .button {
      padding: 12px 23px;
    }
  }
  
  .qodef-custom-links a:hover {
    color: #45AE52 !important;
  }
  
  label {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
  }
  
  rs-layer .gm-style-iw-d #bodyContent p {
    color: #444;
    margin-bottom: 10px;
  }
  
  .single-post .comment-form .form-submit button {
    padding: 13px 57px;
  }
  
  .single-post #qodef-page-comments-form .comment-form-cookies-consent {
    margin: 9px 0 29px;
  }
  
  .single-post #qodef-page-comments-form .comment-form-cookies-consent label {
    margin-top: 4px;
  }
  
  @media only screen and (max-width: 480px) {
    .single-post #qodef-page-comments-form .comment-form-cookies-consent label {
      margin-top: -2px;
    }
  }
  
  body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  
  .qodef-capsed-word {
    font-style: italic;
    text-transform: uppercase;
  }
  
  .qodef-layout--borders-animated-others .qodef-top-border,
  .qodef-layout--borders-animated-others .qodef-right-border,
  .qodef-layout--borders-animated-others .qodef-bottom-border,
  .qodef-layout--borders-animated-others .qodef-left-border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .qodef-layout--borders-animated-others .qodef-top-border,
  .qodef-layout--borders-animated-others .qodef-bottom-border {
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .qodef-layout--borders-animated-others .qodef-right-border,
  .qodef-layout--borders-animated-others .qodef-left-border {
    width: 1px;
    height: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-layout--borders-animated-others .qodef-initial-border {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .qodef-layout--borders-animated-others .qodef-top-border {
    top: 2px;
    right: 2px;
  }
  
  .qodef-layout--borders-animated-others .qodef-bottom-border {
    left: 2px;
    bottom: 2px;
  }
  
  .qodef-layout--borders-animated-others .qodef-right-border {
    bottom: 2px;
    right: 2px;
  }
  
  .qodef-layout--borders-animated-others .qodef-left-border {
    left: 2px;
    top: 2px;
  }
  
  .qodef-layout--borders-animated-others:hover .qodef-top-border,
  .qodef-layout--borders-animated-others:hover .qodef-bottom-border {
    width: calc(100% - 4px);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-layout--borders-animated-others:hover .qodef-right-border,
  .qodef-layout--borders-animated-others:hover .qodef-left-border {
    height: calc(100% - 4px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  @media only screen and (max-width: 1024px) {
    section.qodef-elementor-content-grid.qodef-responsive-no-grid > .elementor-container {
      width: 860px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    section.qodef-elementor-content-grid.qodef-responsive-no-grid > .elementor-container {
      width: 660px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    section.qodef-elementor-content-grid.qodef-responsive-no-grid > .elementor-container {
      width: 347px;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .qodef-custom-image-holder .elementor-column-wrap .elementor-row .elementor-inner-column:first-child .elementor-column-wrap {
      padding-right: 10.5px !important;
    }
    .qodef-custom-image-holder .elementor-column-wrap .elementor-row .elementor-inner-column:last-child .elementor-column-wrap {
      padding-left: 10.5px !important;
    }
  }
  
  /* ==========================================================================
     King Composer global styles
     ========================================================================== */
  .kc-elm.qodef-shortcode .fa,
  .kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  
  .kc-elm.qodef-shortcode .fa:before,
  .kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit;
  }
  
  .kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
  }
  
  .kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit;
  }
  
  /* ==========================================================================
     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;
  }
  
  /* ==========================================================================
  # Age Verification default style
  ========================================================================== */
  #qodef-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #333;
    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;
  }
  
  #qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  
  #qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%;
  }
  
  #qodef-age-verification-modal .qodef-m-logo img {
    display: block;
  }
  
  #qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px;
  }
  
  #qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff;
  }
  
  #qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: #45AE52;
  }
  
  #qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb;
  }
  
  #qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px;
  }
  
  #qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px;
  }
  
  #qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e;
  }
  
  #qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e;
  }
  
  .qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  
  /* ==========================================================================
     #Back to Top styles - start
     ========================================================================== */
  #qodef-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
  }
  
  #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%;
    font-size: 20px;
    color: #fff;
    background-color: #45AE52;
    border: 1px solid #45AE52;
    overflow: hidden;
    -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-back-to-top .qodef-back-to-top-icon * {
    position: relative;
    display: block;
    line-height: inherit;
    z-index: 1;
  }
  
  #qodef-back-to-top .qodef-top-border,
  #qodef-back-to-top .qodef-right-border,
  #qodef-back-to-top .qodef-bottom-border,
  #qodef-back-to-top .qodef-left-border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  #qodef-back-to-top .qodef-top-border,
  #qodef-back-to-top .qodef-bottom-border {
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  #qodef-back-to-top .qodef-right-border,
  #qodef-back-to-top .qodef-left-border {
    width: 1px;
    height: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  #qodef-back-to-top .qodef-initial-border {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  #qodef-back-to-top .qodef-top-border {
    top: 2px;
    right: 2px;
  }
  
  #qodef-back-to-top .qodef-bottom-border {
    left: 2px;
    bottom: 2px;
  }
  
  #qodef-back-to-top .qodef-right-border {
    bottom: 2px;
    right: 2px;
  }
  
  #qodef-back-to-top .qodef-left-border {
    left: 2px;
    top: 2px;
  }
  
  #qodef-back-to-top:hover .qodef-top-border,
  #qodef-back-to-top:hover .qodef-bottom-border {
    width: calc(100% - 4px);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  #qodef-back-to-top:hover .qodef-right-border,
  #qodef-back-to-top:hover .qodef-left-border {
    height: calc(100% - 4px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  #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 Metro styles
     ========================================================================== */
  .qodef-blog.qodef-item-layout--metro {
    margin: 0;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
    margin-bottom: 0;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(51, 51, 51, 0.12);
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
    position: relative;
    z-index: 3;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-title {
    color: #fff;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
    color: inherit;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
    color: #fff;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
    margin-bottom: 0;
  }
  
  .qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
    z-index: 2;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    content: '\45';
    font-family: 'ElegantIcons';
    font-size: 72px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    border: 3px solid #fff;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
    content: '\e006';
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    content: '\45';
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
    content: '\e027';
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 68px;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-icon-elegant-icons {
    right: 84px;
    font-size: 144px;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 68px 87px;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
    font-size: 582px;
  }
  
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
    margin: 20px 0 4px;
  }
  
  .qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  /* ==========================================================================
     Blog List Minimal styles
     ========================================================================== */
  .qodef-blog.qodef-item-layout--minimal article .qodef-info--top {
    margin-bottom: 1px;
  }
  
  .qodef-blog.qodef-item-layout--minimal article .qodef-e-excerpt {
    margin: 17px 0 0;
    line-height: 25px;
  }
  
  .qodef-blog.qodef-item-layout--minimal article .qodef-info--bottom {
    margin-top: 10px;
  }
  
  /* ==========================================================================
     Blog List Simple styles
     ========================================================================== */
  .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    margin: 0 18px 0 0;
  }
  
  .qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
    margin-top: 3px;
  }
  
  .qodef-page-sidebar-section .qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
    margin: 0;
  }
  
  /* ==========================================================================
     Blog List styles
     ========================================================================== */
  .qodef-blog.qodef-item-layout--standard article.qodef-active-hover .qodef-e-media-image a img {
    -webkit-transform: scale(1.05) translateX(5px);
        -ms-transform: scale(1.05) translateX(5px);
            transform: scale(1.05) translateX(5px);
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-media-image a {
    overflow: hidden;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-media-image a img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -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);
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-media-image a:hover img {
    -webkit-transform: scale(1.05) translateX(5px);
        -ms-transform: scale(1.05) translateX(5px);
            transform: scale(1.05) translateX(5px);
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-text .qodef-e-title-link:hover {
    color: currentColor;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-media {
    margin-bottom: 34px;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-info--top {
    margin-bottom: 2px;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-excerpt {
    margin: 13px 0 0;
    line-height: 25px;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-info--bottom {
    margin-top: 24px;
  }
  
  .qodef-blog.qodef-item-layout--standard article .qodef-e-inner > .qodef-e-media-image {
    margin-bottom: 24px;
  }
  
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-m-pagination {
    margin-top: 52px;
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-m-pagination {
      margin-bottom: 30px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-m-pagination {
      margin-bottom: 40px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef-m-pagination {
      margin-bottom: 56px;
    }
  }
  
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 38px;
  }
  
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 38px;
  }
  
  .qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 38px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-m-pagination.qodef--load-more {
    margin-top: -1px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-info--top {
    margin-bottom: 6px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-info--bottom {
    margin-top: 23px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 97px 37px 87px 37px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-icon-elegant-icons {
    right: 40px;
    font-size: 140px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 105px 37px 92px 33px;
  }
  
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
    font-size: 540px;
  }
  
  .qodef-blog.qodef-item-layout--standard.qodef-layout--masonry.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    margin: 0 0 67px;
  }
  
  /* ==========================================================================
     Author Info styles
     ========================================================================== */
  #qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 25px;
    background-color: #fafafa;
    padding: 20px 30px 28px 30px;
    border: 1px solid #ababab;
  }
  
  #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: 25px;
  }
  
  #qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
    display: block;
  }
  
  #qodef-author-info .qodef-m-image img {
    border-radius: 100%;
  }
  
  #qodef-author-info .qodef-m-author {
    margin: 0;
  }
  
  #qodef-author-info .qodef-m-email {
    margin: 5px 0 0;
  }
  
  #qodef-author-info .qodef-m-description {
    margin: 10px 0 0;
    line-height: 1.8em;
  }
  
  #qodef-author-info .qodef-m-social-icons {
    margin-top: 13px;
  }
  
  #qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .2em;
  }
  
  #qodef-author-info .qodef-m-social-icons a:hover {
    color: #45AE52;
  }
  
  #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: 56px 0 75px;
  }
  
  #qodef-single-post-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;
    margin-height: 25px;
  }
  
  #qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #qodef-single-post-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit;
  }
  
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: -3px;
  }
  
  #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-linear-icons {
    margin-right: 9px;
  }
  
  #qodef-single-post-navigation .qodef-m-nav.qodef--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    right: -3px;
    margin-left: auto;
    text-align: right;
  }
  
  #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-linear-icons {
    margin-left: 9px;
  }
  
  #qodef-single-post-navigation .qodef-icon-elegant-icons {
    font-size: 30px;
  }
  
  #qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
  }
  
  /* ==========================================================================
     #Footer styles - start
     ========================================================================== */
  .no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  /* ==========================================================================
     #Footer styles - end
     ========================================================================== */
  /* ==========================================================================
     Full Screen Menu styles
     ========================================================================== */
  #qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #45AE52;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    /* smaller than header, bigger than content */
  }
  
  #qodef-fullscreen-area .qodef-content-grid {
    height: 100%;
  }
  
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%;
  }
  
  .qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    -webkit-animation: qode-fade-in .25s linear;
            animation: qode-fade-in .25s linear;
    opacity: 1;
    visibility: visible;
  }
  
  .qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    -webkit-animation: qode-fade-out .25s linear;
            animation: qode-fade-out .25s linear;
    opacity: 0;
    visibility: hidden;
  }
  
  #qodef-fullscreen-area .qpdef-fullscreen-menu-background-image {
    position: absolute;
    bottom: 0;
    margin-left: 49%;
  }
  
  #qodef-fullscreen-area .qpdef-fullscreen-menu-background-image img {
    display: block;
  }
  
  #qodef-fullscreen-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  
  .qodef-fullscreen-menu {
    position: relative;
    top: 0;
    text-align: left;
    width: auto;
    margin-left: 568px;
  }
  
  .qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .qodef-fullscreen-menu ul li.qodef--hide-link > a {
    cursor: default;
  }
  
  .qodef-fullscreen-menu ul.sub-menu {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
    -o-transition: 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
    transition: 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-fullscreen-menu ul.sub-menu.qodef-opened {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  
  .qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px;
  }
  
  .qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none;
  }
  
  .qodef-fullscreen-menu > ul {
    width: 100%;
  }
  
  .qodef-fullscreen-menu > ul > li {
    text-align: left;
    margin: 27px 0;
    -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 0;
    visibility: hidden;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li {
    -webkit-animation: qodef-show-menu-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-menu-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu > ul > li:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .qodef-fullscreen-menu > ul > li > .qodef-drop-down-second {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;
  }
  
  .qodef-fullscreen-menu > ul > li > a {
    font-family: Recoleta;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.28em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    text-transform: none;
  }
  
  .qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
    position: relative;
  }
  
  .qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 0;
    height: 1px;
    background-color: #c0cabf;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-fullscreen-menu > ul > li > a:hover {
    color: #45AE52;
    color: #fff;
  }
  
  .qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
    color: #fff;
  }
  
  .qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
    padding: 0 0 5px;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding-right: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #497262;
    font-size: 16px;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
    padding-left: 0;
    padding-right: 0;
    color: #45AE52;
    color: #fff;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
    left: 0;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text {
    white-space: nowrap;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
    padding-left: 0;
    padding-right: 0;
    color: #45AE52;
    color: #fff;
  }
  
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
    left: 0;
  }
  
  @-webkit-keyframes qodef-show-menu-elements {
    0% {
      -webkit-transform: translateX(-5%);
              transform: translateX(-5%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  @keyframes qodef-show-menu-elements {
    0% {
      -webkit-transform: translateX(-5%);
              transform: translateX(-5%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  /* ==========================================================================
     Full Screen Menu Opener styles
     ========================================================================== */
  .qodef-fullscreen-menu-opener.qodef-opener-icon.qodef-source--icon-pack * {
    vertical-align: middle;
  }
  
  .qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .qodef-fullscreen-menu-opener.qodef-source--svg-path:hover > *,
  .qodef-fullscreen-menu-opener.qodef-source--svg-path:hover svg *,
  .qodef-fullscreen-menu-opener.qodef-source--svg-path:hover path {
    stroke: #497262;
  }
  
  .qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-m-icon.qodef--close {
    top: 6px;
    right: 0;
    left: auto;
  }
  
  .qodef-fullscreen-menu-opener .qodef-opener-label,
  .qodef-fullscreen-menu-opener .qodef-fullscreen-close-text {
    padding-right: 6px;
    color: currentColor;
    padding-top: 4px;
    color: #333;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  
  .qodef-fullscreen-menu-opener .qodef-fullscreen-close-text {
    color: #fff;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
    visibility: hidden;
  }
  
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    visibility: visible;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .qodef-fullscreen-menu--opened #qodef-page-header,
  .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden;
  }
  
  .qodef-fullscreen-menu--opened .qodef-header-logo-link,
  .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
  .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
  .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    visibility: visible;
  }
  
  .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1;
  }
  
  .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
    opacity: 0;
  }
  
  /* ==========================================================================
     Header common styles
     ========================================================================== */
  .qodef-header--light #qodef-page-header .qodef-header-navigation > ul > li > a {
    color: #fff !important;
  }
  
  .qodef-header--dark #qodef-page-header .qodef-header-navigation > ul > li > a {
    color: #000 !important;
  }
  
  #qodef-page-header .qodef-widget-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-left: 0;
  }
  
  #qodef-page-header .qodef-widget-holder .widget {
    margin: 0 3px;
  }
  
  #qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0;
  }
  
  #qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0;
    margin-left: 14px;
  }
  
  #qodef-page-header .qodef-widget-holder .widget:last-child > div {
    margin-right: 0;
  }
  
  #qodef-page-header div[id^="monster-widget-placeholder"],
  #qodef-page-header div[id^="woo-monster-widget-placeholder"] {
    display: none;
  }
  
  #qodef-page-header-inner.qodef-content-grid {
    padding: 0;
  }
  
  /* ==========================================================================
  # Logo default style
  ========================================================================== */
  #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1;
  }
  
  #qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0;
  }
  
  #qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    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;
  }
  
  /* ==========================================================================
     Header layout styles
     ========================================================================== */
  .qodef-header--centered #qodef-page-header {
    height: 134px;
  }
  
  .qodef-header--centered #qodef-page-header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link {
    margin: 37px 0 16px;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper:not(.qodef-content-grid) {
    width: 100%;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper.qodef-content-grid .qodef-widget-holder .qodef-woo-dropdown-cart {
    padding: 0 1px;
  }
  
  .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%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
    margin-left: 0;
  }
  
  .qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
    margin: 0 24px;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-widget-holder {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-widget-holder {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
    }
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-widget-holder:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-widget-holder:first-child > div:first-child {
    margin-left: 0;
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-header-navigation {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-header-navigation {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
  }
  
  .qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-header-navigation .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  /* ==========================================================================
     Header layout styles
     ========================================================================== */
  .qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
  }
  
  .qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px;
  }
  
  /* ==========================================================================
     Header layout styles
     ========================================================================== */
  .qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
  }
  
  .qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto;
  }
  
  .qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto;
  }
  
  .qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px;
  }
  
  .qodef-browser--ms-explorer .qodef-header-sticky-inner .qodef-header-navigation {
    margin-top: -32px;
  }
  
  /* ==========================================================================
     Vertical Sliding layout styles
     ========================================================================== */
  .qodef-header--vertical-sliding.qodef-browser--edge #qodef-page-header-inner .qodef-header-logo-link, .qodef-header--vertical-sliding.qodef-browser--ms-explorer #qodef-page-header-inner .qodef-header-logo-link {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  
  @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: 92px;
  }
  
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0;
  }
  
  .qodef-header--vertical-sliding #qodef-page-header-inner .qodef-header-logo-link {
    position: absolute;
    left: 25px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-top: 40px;
  }
  
  .qodef-header--vertical-sliding.qodef-only-main-logo .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link {
    -webkit-animation: none !important;
            animation: none !important;
  }
  
  .qodef-header--vertical-sliding.qodef-only-main-logo .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link {
    display: none !important;
  }
  
  .qodef-header--vertical-sliding .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%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder {
    -webkit-animation: qode-fade-in 0.25s 0.6s linear both;
            animation: qode-fade-in 0.25s 0.6s linear both;
  }
  
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area:last-child {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
  }
  
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #ffffff;
    left: -433px;
    padding-left: 92px;
    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: 341px;
    z-index: -1;
  }
  
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-vertical-sliding-widget-holder {
    margin-right: 92px;
  }
  
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  
  .qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-header-logo-link,
  .qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-vertical-sliding-widget-holder {
    -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: 0;
    visibility: visible;
  }
  
  .qodef-header--vertical-sliding.admin-bar #qodef-page-header,
  .qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px;
  }
  
  .qodef-header--vertical-sliding #qodef-page-outer,
  .qodef-header--vertical-sliding #qodef-page-footer {
    padding-left: 92px;
  }
  
  /* ==========================================================================
     Vertical Sliding Menu Opener styles
     ========================================================================== */
  .qodef-opener-icon.qodef-vertical-sliding-menu-opener {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  
  .qodef-opener-icon.qodef-vertical-sliding-menu-opener svg line {
    stroke: currentColor;
  }
  
  .qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 20px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
    top: 50%;
    left: 50%;
    font-size: 23px;
  }
  
  .qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon {
    visibility: hidden;
  }
  
  .qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close {
    visibility: visible;
  }
  
  .qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1;
  }
  
  .qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
    opacity: 0;
  }
  
  /* ==========================================================================
     Vertical Sliding navigation style
     ========================================================================== */
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 20px;
    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--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 {
    margin: 15px 0;
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > 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 > ul > li > a {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    color: #333;
    font-weight: 700;
  }
  
  .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: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover {
    color: #45AE52;
  }
  
  .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%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 10px 0 0;
    margin-bottom: -3px;
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 3px;
  }
  
  .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;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding-right: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444;
    font-size: 14px;
    margin: 9px 0;
  }
  
  .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: #45AE52;
  }
  
  .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.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.menu-item-has-children > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a {
    color: #333;
    position: relative;
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.menu-item-has-children > a:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a:after {
    position: absolute;
    top: -2px;
    display: inline-block;
    font-family: Linearicons-Free;
    content: "\e876";
    color: #333;
    margin-left: 6px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.menu-item-has-children > a .qodef-menu-item-text:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:before {
    opacity: 1;
  }
  
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.qodef-menu-item--open > a:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    top: -1px;
  }
  
  .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;
  }
  
  /* ==========================================================================
     Header layout styles
     ========================================================================== */
  @media only screen and (min-width: 1367px) and (max-width: 1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
      width: 1100px;
    }
  }
  
  @media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
      width: 960px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
      width: 768px;
    }
  }
  
  @media only screen and (min-width: 1367px) and (max-width: 1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
      width: 1100px;
    }
  }
  
  @media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
      width: 960px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
      width: 768px;
    }
  }
  
  @media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
      width: 1100px;
    }
  }
  
  @media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
      width: 960px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
      width: 768px;
    }
  }
  
  @media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
      width: 960px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
      width: 768px;
    }
  }
  
  .qodef-header--vertical.qodef-browser--edge #qodef-page-header-inner .qodef-header-logo-link, .qodef-header--vertical.qodef-browser--ms-explorer #qodef-page-header-inner .qodef-header-logo-link {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  
  .qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 289px;
    height: 100%;
  }
  
  .qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    height: auto;
  }
  
  .qodef-header--vertical #qodef-page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 40px 40px 49px;
    border-right: 1px solid #ddd;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-header-logo-link {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 46px 0 12px;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-one .widget_makao_core_woo_dropdown_cart {
    height: auto;
    margin: 0 0 -6px;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-one .qodef-woo-dropdown-cart {
    padding: 52px 0 0;
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-one .qodef-woo-dropdown-cart {
      padding: 0;
    }
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-one .qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    display: none;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-two .widget {
    margin: 0;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-two .widget p {
    margin: 7px 0 10px 0;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder-two .widget p.qodef-custom-font {
    margin: 0;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qpdef-vertical-header-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qpdef-vertical-header-widgets .qodef-vertical-widget-holder-one .widget_text {
    font-size: 13px;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
    display: block;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget {
    margin: 0 0 15px;
  }
  
  .qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget:last-child {
    margin-bottom: 0;
  }
  
  .qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px);
  }
  
  .qodef-header--vertical #qodef-page-outer,
  .qodef-header--vertical #qodef-page-footer {
    padding-left: 289px;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-outer,
    .qodef-header--vertical #qodef-page-footer {
      padding-left: 0;
    }
  }
  
  /* ==========================================================================
     Header Vertical navigation style - begin
     ========================================================================== */
  .qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: 46px;
    margin-bottom: 65px;
    z-index: 100;
    width: 100%;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 1px 0;
    margin: 0;
  }
  
  .qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
    color: #fff !important;
  }
  
  .qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
    color: #000 !important;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
    cursor: default;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 3.636em;
    font-weight: 700;
    position: relative;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a .qodef-menu-item-text:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: calc(100% - 3px);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 1;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover .qodef-menu-item-text:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
    padding: 6px 0;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul {
    padding-left: 3px;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding-right: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444;
    font-size: 14px;
    margin: 4px 0 3px 0;
  }
  
  .qodef-header--vertical .qodef-header-vertical-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 .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
    padding-left: 0;
    padding-right: 0;
    color: #45AE52;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
    left: 0;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.menu-item-has-children > a:before {
    font-family: Linearicons-Free;
    content: "\e876";
    position: absolute;
    display: block;
    right: -20px;
    line-height: 1em;
    top: 2px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.qodef-menu-item--open > a:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    margin-top: 2px;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900;
  }
  
  .qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  
  /* ==========================================================================
     Header Vertical navigation style - end
     ========================================================================== */
  /* ==========================================================================
     Fixed header styles
     ========================================================================== */
  .qodef-header--fixed-display #qodef-top-area,
  .qodef-header--fixed-display #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .qodef--boxed.qodef-header--fixed-display #qodef-top-area, .qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px);
  }
  
  .qodef-header--fixed-display.admin-bar #qodef-top-area,
  .qodef-header--fixed-display.admin-bar #qodef-page-header {
    top: 32px;
  }
  
  /* ==========================================================================
  # Sticky Header default style
  ========================================================================== */
  .qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    -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;
    border-bottom: 1px solid #efefef;
  }
  
  .qodef-header--sticky-display .qodef-header-sticky {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  
  .admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
  }
  
  .qodef-header-sticky-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 40px;
  }
  
  .qodef-header-sticky-inner .qodef-header-navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .qodef-header-sticky-inner.qodef-content-grid {
    padding: 0;
  }
  
  .qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto;
  }
  
  .qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto;
  }
  
  #qodef-page-header .qodef-header-sticky .qodef-header-logo-link img {
    width: 50%;
  }
  
  /* ==========================================================================
     Top area style - begin
     ========================================================================== */
  #qodef-top-area {
    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: 40px;
    padding: 0 40px;
    background-color: #45AE52;
    z-index: 101;
    /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
  }
  
  #qodef-top-area .qodef-e-title-text {
    font-size: 13px;
  }
  
  #qodef-top-area .qodef-search-form-button > span {
    font-family: simple-line-icons;
  }
  
  #qodef-top-area .qodef-search-form-button > span:before {
    content: "\e090";
  }
  
  #qodef-top-area .qodef-widget-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  
  #qodef-top-area .qodef-widget-holder.qodef-top-area-left {
    margin-right: auto;
  }
  
  #qodef-top-area .qodef-widget-holder.qodef-top-area-right {
    margin-left: auto;
  }
  
  #qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px;
  }
  
  #qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0;
  }
  
  #qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0;
  }
  
  #qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  
  #qodef-top-area .widget .textwidget > *,
  #qodef-top-area .widget .widget p {
    margin: 0;
  }
  
  #qodef-top-area div[id^="monster-widget-placeholder"],
  #qodef-top-area div[id^="woo-monster-widget-placeholder"] {
    display: none;
  }
  
  /* ==========================================================================
     Top area style - end
     ========================================================================== */
  /* ==========================================================================
     Map styles
     ========================================================================== */
  #qodef-multiple-map-notice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: #45AE52;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .qodef-map-marker-holder {
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    z-index: 10;
  }
  
  .qodef-map-marker-holder.qodef-active {
    z-index: 500;
  }
  
  .qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3EBEB4;
  }
  
  .qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51A69E;
  }
  
  .qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block;
  }
  
  .qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3EBEB4;
  }
  
  .qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51A69E;
  }
  
  .qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  
  .qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto;
  }
  
  .qodef-map-marker-holder .qodef-map-marker svg path {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
  }
  
  .qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3EBEB4;
  }
  
  .qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51A69E;
  }
  
  .qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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);
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  
  .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
    color: #45AE52;
  }
  
  /* cluster marker - begin */
  .qodef-cluster-marker {
    width: 50px;
    height: auto;
  }
  
  .qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
    fill: #3EBEB4;
  }
  
  .qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
    fill: #51A69E;
  }
  
  .qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative;
  }
  
  .qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333;
  }
  
  .qodef-cluster-marker svg {
    width: 100%;
    height: auto;
  }
  
  .qodef-cluster-marker svg path {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
  }
  
  /* noUiSlider - begin */
  .qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
  }
  
  .qodef-places-geo-radius .qodef-range-slider-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  
  .qodef-places-geo-radius .noUi-target {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 10px;
  }
  
  .qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-connect,
  .qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: #45AE52;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: #45AE52;
    cursor: pointer;
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km';
  }
  
  .qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  .qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize;
  }
  
  .qodef-places-geo-radius [disabled].noUi-target,
  .qodef-places-geo-radius [disabled].noUi-handle,
  .qodef-places-geo-radius [disabled] .noUi-handle {
    cursor: not-allowed !important;
  }
  
  #qodef-page-mobile-header {
    background-color: #fff;
  }
  
  .qodef-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 .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;
  }
  
  /* ==========================================================================
     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 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  #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%);
  }
  
  #qodef-page-mobile-header .qodef-mobile-header-opener {
    margin-left: 0;
  }
  
  #qodef-page-mobile-header .qodef-widget-holder .widget.widget_makao_core_woo_dropdown_cart {
    margin: 0;
  }
  
  #qodef-page-mobile-header .qodef-widget-holder .widget.widget_makao_core_woo_dropdown_cart > .qodef-woo-dropdown-cart {
    padding-right: 0;
  }
  
  /* ==========================================================================
     Mobile Header styles
     ========================================================================== */
  .qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
  }
  
  .qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    cursor: default;
  }
  
  .qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none;
  }
  
  /* ==========================================================================
     Mobile header layout styles
     ========================================================================== */
  .qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
  }
  
  .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px;
  }
  
  .qodef-fullscreen-menu--opened {
    overflow-y: hidden;
  }
  
  .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1;
  }
  
  .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
    opacity: 0;
  }
  
  /* Standard header layout style - start */
  .qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
  }
  
  /* Standard header layout style - end */
  /* ==========================================================================
     Navigation Menu styles
     ========================================================================== */
  .qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit;
  }
  
  .qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: -30px;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10;
    -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: 20;
  }
  
  .qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    border: 1px solid #efefef;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 4px;
    background-color: #45AE52;
  }
  
  .qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    width: 100vw;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid),
  .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 25px;
    margin: -2px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
    width: 100%;
    padding: 0 2px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding-right: 0;
    margin: 5px 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #333;
    font-weight: 500;
    font-size: 16px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a .qodef-menu-item-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
    padding-top: 1px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0;
    overflow: hidden;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding-right: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #666;
    font-size: 14px;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
    padding-left: 0;
    padding-right: 0;
    color: #45AE52;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
    left: 0;
  }
  
  .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover {
    color: #333;
  }
  
  body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px;
  }
  
  /* ==========================================================================
     Opener icon styles
     ========================================================================== */
  .qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  
  .qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
    margin-bottom: 1px;
  }
  
  .qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 15px;
  }
  
  .qodef-opener-icon .qodef-m-icon.qodef--open {
    font-size: 23px;
  }
  
  .qodef-opener-icon.qodef-source--icon-pack {
    font-size: 23px;
  }
  
  .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 svg *,
  .qodef-opener-icon.qodef-source--svg-path span path {
    fill: currentColor;
    stroke: currentColor;
    -webkit-transition: stroke .2s ease-out;
    -o-transition: stroke .2s ease-out;
    transition: stroke .2s ease-out;
  }
  
  .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
  }
  
  .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: top .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, -webkit-transform .3s ease;
    -o-transition: top .3s ease, transform .3s ease;
    transition: top .3s ease, transform .3s ease;
    transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease;
  }
  
  .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 8px;
  }
  
  .qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 17px;
  }
  
  .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,
  .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon .qodef-opener-label {
    color: #fff !important;
  }
  
  .qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined {
    color: #000 !important;
  }
  
  /* ==========================================================================
     #Parallax Background styles - start
     ========================================================================== */
  .qodef-parallax {
    position: relative;
    /* set height for parallax item px, vh, % etc. */
    width: 100%;
    overflow: hidden;
  }
  
  .qodef-parallax.elementor-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;
  }
  
  .qodef-browser--edge .qodef-parallax-img-holder,
  .qodef-browser--ms-explorer .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1;
  }
  
  @media only screen and (max-width: 1024px) {
    .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-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .qodef-browser--ms-explorer .qodef-parallax-img-wrapper {
    height: 135%;
  }
  
  .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-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;
  }
  
  /* ==========================================================================
     Instagram List shortcode styles
     ========================================================================== */
  .qodef-instagram-list {
    position: relative;
  }
  
  .elementor-editor-active .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
    height: 0 !important;
  }
  
  .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
  }
  
  .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
    display: inline-block !important;
  }
  
  .qodef-instagram-list #sb_instagram #sbi_images > .sbi_item a {
    opacity: 1 !important;
  }
  
  .qodef-instagram-list #sb_instagram #sbi_images > .sbi_item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }
  
  .qodef-instagram-list #sb_instagram #sbi_images > .sbi_item a:hover:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
  }
  
  .qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0;
  }
  
  .qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
  }
  
  .qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -5px;
  }
  
  .qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important;
  }
  
  .qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
  }
  
  .qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -10px;
  }
  
  .qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important;
  }
  
  .qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
  }
  
  .qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -15px;
  }
  
  .qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important;
  }
  
  .qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
  }
  
  .qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -20px;
  }
  
  .qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important;
  }
  
  .qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  
  .qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -25px;
  }
  
  .qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important;
  }
  
  .qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
  }
  
  .qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
    width: auto;
    margin: 0 -40px;
  }
  
  .qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 40px !important;
    margin: 0 0 80px !important;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: calc(50% + 7.5px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: calc(33.33333% + 10px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(25% + 11.25px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: calc(20% + 12px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc(16.66667% + 12.5px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_7 #sbi_images .sbi_item {
    width: calc(14.28571% + 12.85714px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: calc(12.5% + 13.125px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: calc(11.11111% + 13.33333px);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
    width: calc(10% + 13.5px);
  }
  
  @media only screen and (min-width: 1281px) {
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_2 #sbi_images .sbi_item:nth-child(n+3) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_2 #sbi_images .sbi_item:nth-child(2n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(n+4) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_3 #sbi_images .sbi_item:nth-child(3n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(n+5) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(4n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(n+6) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(5n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(n+7) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(6n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_7 #sbi_images .sbi_item:nth-child(n+8) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_7 #sbi_images .sbi_item:nth-child(7n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-child(n+9) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_8 #sbi_images .sbi_item:nth-child(8n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(n+10) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(9n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_10 #sbi_images .sbi_item:nth-child(n+11) {
      margin-top: 100px !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.sbi_col_10 #sbi_images .sbi_item:nth-child(10n + 1) {
      margin-left: 0 !important;
    }
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram.qodef-appear #sbi_images > .sbi_item:nth-child(even) {
    -webkit-transform: translateY(-52px);
        -ms-transform: translateY(-52px);
            transform: translateY(-52px);
    -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);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images {
    padding: 0 !important;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item:not(:first-child) {
    margin-left: -15px !important;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item {
    position: relative;
    padding: 0 !important;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item:nth-child(even) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item a {
    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;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 'ElegantIcons';
    font-size: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item a:before {
    content: 'In';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 35px;
    font-family: brandon-grotesque, sans-serif;
    position: absolute;
    color: #fff;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .2em;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item a:hover:before, .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_item a:hover:after {
    opacity: 1;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images > .sbi_photo_wrap a {
    opacity: 1 !important;
  }
  
  .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images .sbi_photo_wrap a {
    opacity: 1 !important;
  }
  
  .qodef-instagram-list .qodef-instagram-center-info {
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 60px 71px 61px;
    background-color: #fff;
  }
  
  .qodef-instagram-list .qodef-instagram-center-info .qodef-instagram-ic-title {
    margin: 0 0 23px;
  }
  
  .qodef-instagram-list .qodef-instagram-center-info .qodef-instagram-ic-subtitle {
    margin: 55px 0 0;
  }
  
  .qodef-instagram-list .qodef-instagram-center-info .qodef-m-button {
    margin: 0 0 48px;
  }
  
  .qodef-instagram-list .qodef-instagram-center-info .qodef-m-button .qodef-button {
    padding: 13px 44px;
    color: #333;
  }
  
  /* ==========================================================================
     Instagram List shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Instagram List shortcode styles
     ========================================================================== */
  .qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    font-weight: 600 !important;
    margin: 0 4px 0 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink,
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    line-height: 1.58em;
    font-weight: 400;
    color: #444;
    margin-right: 4px;
    margin-left: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child,
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child {
    margin-right: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: 0;
    margin-top: -3px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0;
  }
  
  .qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both;
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  
  @media only screen and (min-width: 681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  
  @media only screen and (min-width: 769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  
  @media only screen and (min-width: 1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  
  @media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  
  @media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  
  @media only screen and (min-width: 1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (min-width: 1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  .qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
  }
  
  .qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0;
  }
  
  .qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
    padding: 0;
    margin: 0;
  }
  
  .qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
  }
  
  .qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px;
  }
  
  .qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
    padding: 0 5px;
    margin: 0 0 10px;
  }
  
  .qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
  }
  
  .qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px;
  }
  
  .qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  
  .qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
  }
  
  .qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px;
  }
  
  .qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
    padding: 0 15px;
    margin: 0 0 30px;
  }
  
  .qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
  }
  
  .qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px;
  }
  
  .qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
    padding: 0 20px;
    margin: 0 0 40px;
  }
  
  .qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  
  .qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px;
  }
  
  .qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
  
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
  }
  
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px;
  }
  
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 40px;
    margin: 0 0 80px;
  }
  
  /* ==========================================================================
     Instagram List shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Twitter List widget styles
     ========================================================================== */
  #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
  }
  
  #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
  }
  
  #qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
  }
  
  #qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
  }
  
  /* ==========================================================================
     Twitter List widget styles
     ========================================================================== */
  /* ==========================================================================
     Category with products styles
     ========================================================================== */
  .qodef-woo-category-with-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .qodef-woo-category-with-products.qodef-woo-category-image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .qodef-woo-category-with-products.qodef-woo-category-image-right .qodef-woo-category-holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 12.5px;
  }
  
  .qodef-woo-category-with-products.qodef-woo-category-image-right .qodef-woo-products-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 12.5px 0 0;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder {
    position: relative;
    width: 50%;
    margin: 0 12.5px 0 0;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-woo-category-holder-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .woocommerce-loop-category__title {
    margin: 0 0 7px;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .woocommerce-loop-category__title,
  .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-button.qodef-layout--textual {
    color: #fff;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-button.qodef-layout--textual {
    font-weight: 700;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-button.qodef-layout--textual:hover {
    color: #fff;
  }
  
  .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-button.qodef-layout--textual .qodef-m-text:before, .qodef-woo-category-with-products .qodef-woo-category-holder .qodef-button.qodef-layout--textual .qodef-m-text:after {
    border-color: #fff;
  }
  
  .qodef-woo-category-with-products .qodef-woo-products-holder {
    width: 50%;
    margin: 0 0 0 12.5px;
  }
  
  .qodef-woo-category-with-products .qodef-woo-products-holder .qodef-woo-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
  }
  
  .qodef-woo-category-with-products .qodef-woo-products-holder .qodef-woo-product:first-child {
    margin-right: 12.5px;
  }
  
  .qodef-woo-category-with-products .qodef-woo-products-holder .qodef-woo-product:last-child {
    margin-left: 12.5px;
  }
  
  /* ==========================================================================
     Product Categories List Info on Image styles
     ========================================================================== */
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image:not(.qodef-swiper-container) .qodef-product-categories-item a,
  .qodef-woo-product-list:not(.qodef-swiper-container) .qodef-product-categories-item a {
    overflow: hidden;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image:not(.qodef-swiper-container) .qodef-product-categories-item img,
  .qodef-woo-product-list:not(.qodef-swiper-container) .qodef-product-categories-item img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -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);
    will-change: transform;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image:not(.qodef-swiper-container) .qodef-product-categories-item:hover img,
  .qodef-woo-product-list:not(.qodef-swiper-container) .qodef-product-categories-item:hover img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .swiper-wrapper,
  .qodef-woo-product-list .swiper-wrapper {
    width: calc(100% + 1px);
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,
  .qodef-woo-product-list .product-category a {
    position: relative;
    display: block;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-item,
  .qodef-woo-product-list .product-category .qodef-product-categories-item {
    position: relative;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-info-holder,
  .qodef-woo-product-list .product-category .qodef-product-categories-info-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 26px 28px;
    padding: 19px 34px 28px;
    width: 330px;
    background-color: #fafafa;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-info-holder,
    .qodef-woo-product-list .product-category .qodef-product-categories-info-holder {
      width: 70%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-info-holder,
    .qodef-woo-product-list .product-category .qodef-product-categories-info-holder {
      padding: 19px 25px 28px;
    }
  }
  
  .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 {
    margin: 0 0 2px;
  }
  
  @media only screen and (max-width: 768px) {
    .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 {
      font-size: 26px;
      line-height: 1.346em;
      font-weight: 500;
      letter-spacing: 0;
      color: #333;
    }
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .qodef-button,
  .qodef-woo-product-list .product-category .qodef-button {
    font-weight: bold;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
  .qodef-woo-product-list .count {
    display: none;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .swiper-slide .qodef-product-categories-info-holder,
  .qodef-woo-product-list .swiper-slide .qodef-product-categories-info-holder {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    -o-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .swiper-slide:hover .qodef-product-categories-info-holder,
  .qodef-woo-product-list .swiper-slide:hover .qodef-product-categories-info-holder {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .swiper-button-next {
    right: 4.5% !important;
  }
  
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .swiper-button-prev {
    left: 4.5% !important;
  }
  
  /* ==========================================================================
     Product List styles
     ========================================================================== */
  .qodef-woo-product-list .swiper-wrapper {
    padding-top: 55px;
  }
  
  .qodef-woo-product-list .swiper-button-next,
  .qodef-woo-product-list .swiper-button-prev {
    top: 23px;
    color: #808080;
  }
  
  .qodef-woo-product-list .swiper-button-next svg,
  .qodef-woo-product-list .swiper-button-prev svg {
    width: 68px;
  }
  
  .qodef-woo-product-list .swiper-button-next:after,
  .qodef-woo-product-list .swiper-button-prev:after {
    font-size: 25px;
    content: "";
  }
  
  .qodef-woo-product-list .swiper-button-next:hover:after,
  .qodef-woo-product-list .swiper-button-prev:hover:after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  .qodef-woo-product-list .swiper-button-prev {
    left: auto !important;
    right: 30px !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  
  .qodef-woo-product-list .swiper-button-prev:hover {
    -webkit-transform: translateY(-50%) translateX(-3px);
        -ms-transform: translateY(-50%) translateX(-3px);
            transform: translateY(-50%) translateX(-3px);
  }
  
  .qodef-woo-product-list .swiper-button-next {
    right: -11px !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  
  .qodef-woo-product-list .swiper-button-next:hover {
    -webkit-transform: translateY(-50%) translateX(3px);
        -ms-transform: translateY(-50%) translateX(3px);
            transform: translateY(-50%) translateX(3px);
  }
  
  .qodef-woo-product-list .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  /* ==========================================================================
     Product List Info on Image styles
     ========================================================================== */
  @-webkit-keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-add-to-cart-wrapper > .button,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-add-to-cart-wrapper .added_to_cart {
    -webkit-animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.1s;
            animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.1s;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-add-to-cart-wrapper > .yith-wcqv-button {
    -webkit-animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
            animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-add-to-cart-wrapper > .qodef-woo-product-wishlist-holder {
    -webkit-animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.3s;
            animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.3s;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-add-to-cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 16px;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-add-to-cart-wrapper > * {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-add-to-cart-wrapper > *:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-price.price {
    margin: 11px 0 0;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-categories {
    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;
    text-align: center;
  }
  
  .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;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 5px !important;
    background: transparent !important;
    z-index: 3 !important;
    cursor: pointer !important;
    position: relative !important;
    border: 1px solid transparent !important;
    color: #333 !important;
    font-weight: 300;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:before,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:before {
    font-family: simple-line-icons !important;
    content: "\e035";
    font-size: 14px;
    display: block;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart.added,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button.added {
    display: none !important;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover {
    color: #45AE52 !important;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart {
    color: #45AE52;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:after {
    font-family: "linea-arrows-10" !important;
    content: "\e006";
    font-size: 15px;
    display: block;
    position: absolute;
    right: 1px;
    top: 10px;
    color: #45AE52;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button.product_type_external:before, .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button.product_type_simple:not(.add_to_cart_button):before {
    font-family: simple-line-icons !important;
    content: "\e090";
    font-size: 14px;
    display: block;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .yith-wcqv-button:before {
    font-family: simple-line-icons !important;
    content: "\e087";
    font-size: 17px;
    display: block;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder {
    margin-top: 20px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 5px !important;
    background: transparent !important;
    z-index: 3 !important;
    cursor: pointer !important;
    position: relative !important;
    border: 1px solid transparent !important;
    color: #333 !important;
    font-weight: 300;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder:hover .yith-wcwl-add-to-wishlist a span:before {
    color: #45AE52 !important;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist {
    margin: 0;
    z-index: 1;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist a span:before {
    font-family: simple-line-icons !important;
    content: "\e08a";
    font-size: 14px;
    display: block;
    color: #333;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i {
    margin-right: 0;
  }
  
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i:before,
  .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-wishlist-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i:before {
    font-family: FontAwesome !important;
    content: "\f004";
    color: #45AE52;
    font-size: 15px;
    display: block;
  }
  
  /* ==========================================================================
     WooCommerce DropDown Cart styles
     ========================================================================== */
  .widget_makao_core_woo_dropdown_cart {
    height: 100%;
  }
  
  #qodef-page-header .qodef-content-grid .qodef-woo-dropdown-cart {
    padding: 0 1px;
  }
  
  .qodef-woo-dropdown-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px;
  }
  
  .qodef-woo-dropdown-cart .qodef-woo-dropdown-cart-inner:after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-header--vertical .qodef-woo-dropdown-cart .qodef-woo-dropdown-cart-inner:after {
    bottom: 0;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
  }
  
  .qodef-header--vertical .qodef-woo-dropdown-cart .qodef-m-dropdown {
    left: 0;
    right: auto;
  }
  
  .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 .qodef-m-opener-icon {
    font-size: 14px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
    margin-left: 8px;
    color: #333;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    white-space: nowrap;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-opener span {
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-opener:hover span {
    color: #45AE52;
  }
  
  .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;
    -o-transition: .2s;
    transition: .2s;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-woo-dropdown-cart .qodef-m-dropdown {
      display: none;
    }
  }
  
  .qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 40px 31px;
    background-color: #fff;
    border: 1px solid #efefef;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-dropdown-inner:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 4px;
    background-color: #45AE52;
  }
  
  .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: #444;
  }
  
  #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #444;
  }
  
  #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #45AE52;
  }
  
  .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;
    margin-top: 20px;
  }
  
  .qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
    margin-top: 0;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 75px;
    height: 94px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-image a {
    width: 75px;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .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: 0;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-title a {
    color: #333;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-price {
    margin: 3px 0 0;
    color: #909090;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-quantity {
    margin: 3px 0 0;
  }
  
  .qodef-woo-dropdown-cart .qodef-e-remove {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 15px;
    line-height: 1;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-order-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 23px;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-order-details > * {
    margin: 0;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
    font-size: 16px;
    color: #333;
  }
  
  #qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #444;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 15px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-checkout {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    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;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background-color: #45AE52;
    border: none;
    margin-bottom: 11px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-checkout:hover {
    color: #fff;
    background: #45AE52;
    border: none;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    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;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-top-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-right-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-bottom-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-left-border {
    position: absolute;
    background-color: #333;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-initial-border {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(51, 51, 51, 0.3);
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-top-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-bottom-border {
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-right-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-left-border {
    width: 1px;
    height: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-top-border {
    top: 2px;
    right: 2px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-bottom-border {
    left: 2px;
    bottom: 2px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-right-border {
    bottom: 2px;
    right: 2px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart .qodef-left-border {
    left: 2px;
    top: 2px;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart:hover .qodef-top-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart:hover .qodef-bottom-border {
    width: calc(100% - 4px);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart:hover .qodef-right-border,
  .qodef-woo-dropdown-cart .qodef-m-action-link.e-cart:hover .qodef-left-border {
    height: calc(100% - 4px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .touchevents .qodef-woo-dropdown-cart {
    cursor: pointer;
  }
  
  .qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    max-height: 100vh;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
  
  .qodef-woo-dropdown-cart:hover .qodef-m-opener-count {
    color: #000 !important;
  }
  
  .qodef-woo-dropdown-cart:hover .qodef-woo-dropdown-cart-inner:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  /* ==========================================================================
     WooCommerce Side Area Cart styles
     ========================================================================== */
  .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 10px;
  }
  
  .qodef-woo-side-area-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
  }
  
  .qodef-woo-side-area-cart .qodef-m-opener {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  
  .qodef-woo-side-area-cart .qodef-m-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .admin-bar .qodef-woo-side-area-cart .qodef-m-content {
    top: 32px;
    height: calc(100vh - 32px);
  }
  
  .qodef-woo-side-area-cart .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000;
  }
  
  .qodef-woo-side-area-cart .qodef-m-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 50px;
  }
  
  .qodef-woo-side-area-cart .qodef-m-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  
  .qodef-woo-side-area-cart .qodef-m-item:first-child {
    margin-top: 0;
  }
  
  .qodef-woo-side-area-cart .qodef-e-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    margin-right: 20px;
  }
  
  .qodef-woo-side-area-cart .qodef-e-image a, .qodef-woo-side-area-cart .qodef-e-image img {
    display: block;
  }
  
  .qodef-woo-side-area-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px;
  }
  
  .qodef-woo-side-area-cart .qodef-e-title {
    margin: 0;
  }
  
  .qodef-woo-side-area-cart .qodef-e-price {
    margin: 3px 0 0;
  }
  
  .qodef-woo-side-area-cart .qodef-e-quantity {
    margin: 3px 0 0;
  }
  
  .qodef-woo-side-area-cart .qodef-e-remove {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 20px;
    line-height: 1;
  }
  
  .qodef-woo-side-area-cart .qodef-m-order-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
    padding: 0 50px;
  }
  
  .qodef-woo-side-area-cart .qodef-m-order-details > * {
    margin: 0;
  }
  
  .qodef-woo-side-area-cart .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .qodef-woo-side-area-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    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;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background-color: #45AE52;
    border: none;
  }
  
  .qodef-woo-side-area-cart .qodef-m-action-link:hover {
    color: #fff;
    background: #45AE52;
    border: none;
  }
  
  .qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
    right: 0;
    visibility: visible;
  }
  
  .qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002;
  }
  
  /* ==========================================================================
     WPBakery styles
     ========================================================================== */
  .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;
  }
  
  /* Clients list shortcode style - end */
  /* ==========================================================================
     Masonry gallery shortcode styles
     ========================================================================== */
  .qodef-masonry-gallery-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-masonry-gallery-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-masonry-gallery-list .qodef-e-media-image img {
    display: block;
  }
  
  .qodef-masonry-gallery-list .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .qodef-masonry-gallery-list .qodef-e-title {
    margin: 0;
  }
  
  .qodef-masonry-gallery-list .qodef-e-text {
    margin: 16px 0 0;
  }
  
  .qodef-masonry-gallery-list .qodef-e-button {
    margin: 21px 0 0;
  }
  
  .qodef-masonry-gallery-list .qodef-e-button a {
    position: relative;
    z-index: 2;
  }
  
  .qodef-masonry-gallery-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%;
  }
  
  /* ==========================================================================
     Masonry gallery shortcode variation styles
     ========================================================================== */
  .qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  /* ==========================================================================
     Masonry gallery shortcode variation styles
     ========================================================================== */
  .touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner {
    cursor: pointer;
  }
  
  .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
  }
  
  .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content {
    padding: 30px 40px;
    background-color: rgba(51, 51, 51, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  
  /* ==========================================================================
     Portfolio Single styles
     ========================================================================== */
  .qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 5px;
  }
  
  .qodef-portfolio-single .qodef-e-bottom-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin-top: 88px;
  }
  
  .qodef-portfolio-single.qodef-layout--images-small .qodef-e-bottom-line {
    margin-top: 105px;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info > *:last-child {
    margin-bottom: 0;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
    margin: 0 11px 5px 0;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info a:hover {
    color: #45AE52;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
    margin: 0;
    color: #909090;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    text-transform: none;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-social-share ul {
    vertical-align: bottom;
    margin-top: 9px;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-social-share ul li a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e h6 {
    margin: 0 !important;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
    content: ",";
    margin: 0 0 0 -8px;
    letter-spacing: 0;
  }
  
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
    display: none;
  }
  
  .qodef-portfolio-single .swiper-button-next:after {
    content: url(../img/arrow_right_light.svg);
  }
  
  .qodef-portfolio-single .swiper-button-prev:after {
    content: url(../img/arrow_left_light.svg);
  }
  
  /* ==========================================================================
     Portfolio List shortcode styles
     ========================================================================== */
  .qodef-portfolio-list .qodef-e-inner {
    position: relative;
  }
  
  .qodef-portfolio-list .qodef-e-image img {
    display: block;
  }
  
  .qodef-portfolio-list .qodef-e-title {
    margin: 0;
  }
  
  .qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px;
  }
  
  .qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden;
  }
  
  .qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%;
  }
  
  .qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
  }
  
  /* ==========================================================================
     Portfolio List shortcode variation styles
     ========================================================================== */
  .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 11px 0 26px;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom-out article .qodef-e-image {
    overflow: hidden;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom-out article .qodef-e-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -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);
    will-change: transform;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom-out article .qodef-e-image:hover img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom-out article.qodef-active-hover .qodef-e-image img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom-out article .qodef-e-content .qodef-e-title-link:hover {
    color: currentColor;
  }
  
  /* ==========================================================================
     Portfolio List shortcode variation styles
     ========================================================================== */
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    position: absolute;
    bottom: 9%;
    left: 4%;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner > a {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
    color: #fff;
    z-index: 1;
  }
  
  /* ==========================================================================
     Portfolio List shortcode variation hover styles
     ========================================================================== */
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
    overflow: hidden;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
    display: none;
  }
  
  .qodef-follow-info-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  
  .qodef-follow-info-holder.qodef-right {
    text-align: right;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  
  .qodef-follow-info-holder .qodef-follow-info-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .qodef-follow-info-holder .qodef-follow-info-title {
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #45AE52;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 8;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    padding: 3px 5px;
    margin-top: 4px;
  }
  
  .qodef-follow-info-holder .qodef-follow-info-category {
    display: inline-block;
    padding: 0 4px;
    background-color: #45AE52;
    white-space: nowrap;
    z-index: 9;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  
  .qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
    content: '/';
    margin: 0 2px 0 3px;
  }
  
  .qodef-follow-info-holder a {
    color: #fff;
  }
  
  .qodef-follow-info-holder.qodef-is-active {
    visibility: visible;
  }
  
  .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title,
  .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  
  .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  }
  
  .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  /* ==========================================================================
     Portfolio List shortcode variation styles
     ========================================================================== */
  .qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content-inner {
    border: 1px solid #45AE52;
  }
  
  .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-title {
    margin-bottom: 0;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-info-category a {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
    z-index: 1;
  }
  
  /* ==========================================================================
     Portfolio List shortcode variation hover styles
     ========================================================================== */
  .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  
  .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: .95;
  }
  
  /* ==========================================================================
     Related Portfolio Single Items styles
     ========================================================================== */
  #qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px;
  }
  
  /* ==========================================================================
     Single Post Navigation styles
     ========================================================================== */
  #qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 65px 0 3px;
  }
  
  #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;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-inner a img {
      display: none;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav > * {
    display: block;
    line-height: inherit;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav * {
    margin: 0;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav .qoded-navigation-text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav .qoded-navigation-text-holder .qodef-m-nav-label-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav .qoded-navigation-text-holder .qodef-m-nav-label-holder:hover > span {
    color: #45AE52;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav .qoded-navigation-text-holder .qodef-m-nav-label-holder .qodef-m-nav-label {
    line-height: 2.9em;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
    margin-right: 5px;
    margin-left: 6px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
      margin-left: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-post-title {
    margin-left: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-post-title {
      margin-left: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qoded-navigation-text-holder {
    margin-left: 10px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qoded-navigation-text-holder {
      margin-left: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
    margin-left: 5px;
    margin-right: 6px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
      margin-right: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qoded-navigation-text-holder {
    margin-right: 10px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qoded-navigation-text-holder {
      margin-right: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-post-title {
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-post-title {
      margin-right: 0;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
    font-size: 22px;
    color: #909090;
  }
  
  @media only screen and (max-width: 480px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
      display: none;
    }
  }
  
  #qodef-single-portfolio-navigation .qodef-m-nav-icon {
    font-size: 12px;
    line-height: 30px;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
    margin-top: 41px !important;
  }
  
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: 99px !important;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
      margin-top: 32px !important;
    }
  }
  
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
    margin-top: 85px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
    margin-right: 19px;
  }
  
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
    margin-top: 32px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
    margin-top: 31px !important;
  }
  
  .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: 89px !important;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
      margin-top: 32px !important;
    }
  }
  
  .qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none;
  }
  
  .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
    margin-top: 85px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
    margin-right: 19px;
  }
  
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 20px;
    float: none;
  }
  
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0;
  }
  
  .qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
    margin-top: 32px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
    margin-top: 50px !important;
  }
  
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: 101px !important;
  }
  
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 85px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
    margin-right: 45px;
  }
  
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
    margin-top: 43px !important;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
    margin-right: 19px;
  }
  
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
    margin-top: 32px !important;
  }
  
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-e-bottom-line {
    margin-top: 105px;
  }
  
  .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-prev:after,
  .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-next:after {
    color: #fff;
  }
  
  /* ==========================================================================
     Portfolio Single variation styles
     ========================================================================== */
  .qodef-portfolio-single-slider .swiper-slide {
    width: 100%;
  }
  
  .qodef-portfolio-single-slider .swiper-button-prev:after,
  .qodef-portfolio-single-slider .swiper-button-next:after {
    color: #fff;
  }
  
  .qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
    margin-top: 99px !important;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
      margin-top: 32px !important;
    }
  }
  
  .qodef-portfolio-single.qodef-layout--slider .qodef-grid-item:not(.qodef-portfolio-info) {
    margin-top: 41px;
  }
  
  /* ==========================================================================
     Team lists shortcode styles
     ========================================================================== */
  .qodef-team-list .qodef-e-role {
    margin: 0;
  }
  
  .qodef-team-list .qodef-e-title {
    margin: 2px 0 13px;
  }
  
  .qodef-team-list .qodef-team-member-social-icons {
    margin: 0;
  }
  
  .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--4 .qodef-e-content, .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--5 .qodef-e-content, .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--6 .qodef-e-content {
    margin: 22px 0 71px;
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--4 .qodef-e-content, .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--5 .qodef-e-content, .qodef-team-list.qodef-item-layout--info-below.qodef-col-num--6 .qodef-e-content {
      margin-bottom: 41px;
    }
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 32px 0 0;
    text-align: center;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-e-social {
    opacity: .95;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-network {
    -webkit-animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-elements 0.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-network:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-network:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-image:hover .qodef-team-member-social-network:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #45AE52;
    background-size: cover;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-network-label {
    margin: 0 0 6px;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-network {
    display: inline-block;
    width: 33px;
    height: 35px;
    margin: 0 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 35px;
    border: none;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-network:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 4px;
    height: 1px;
    background-color: #45AE52;
    width: calc(100% - 10px);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-network:hover {
    color: #000;
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-social .qodef-team-member-social-network:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-title {
    margin: 0;
  }
  
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1;
  }
  
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    z-index: -1;
  }
  
  /* ==========================================================================
     Testimonials list shortcode styles
     ========================================================================== */
  .qodef-testimonials-quote {
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  
  .qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:after {
    font-size: 13px;
  }
  
  .qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    bottom: 3px;
  }
  
  .qodef-testimonials-list .qodef-e-inner {
    padding: 12px 30px 40px;
    text-align: center;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-testimonials-list .qodef-e-inner {
      padding: 21px 0 40px;
    }
  }
  
  .qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px;
  }
  
  .qodef-testimonials-list .qodef-e-content {
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px;
  }
  
  .qodef-testimonials-list .qodef-e-text {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.44em;
  }
  
  .qodef-testimonials-list .qodef-e-author {
    margin: 0 0 57px;
  }
  
  .qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
    font-weight: 500;
    font-size: 26px;
  }
  
  .qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 35px !important;
  }
  
  .qodef-testimonials-list.qodef-skin--light .qodef-e-title,
  .qodef-testimonials-list.qodef-skin--light .qodef-e-text,
  .qodef-testimonials-list.qodef-skin--light .qodef-e-author {
    color: #fff;
  }
  
  .qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff;
  }
  
  .qodef-testimonials-list .swiper-wrapper .swiper-slide {
    opacity: 0;
    -webkit-transition: opacity .35s ease-out;
    -o-transition: opacity .35s ease-out;
    transition: opacity .35s ease-out;
  }
  
  .qodef-testimonials-list .swiper-wrapper .swiper-slide.swiper-slide-active, .qodef-testimonials-list .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1;
  }
  
  .qodef-testimonials-navigation .swiper-button-next,
  .qodef-testimonials-navigation .swiper-button-prev {
    top: 34px !important;
  }
  
  .qodef-testimonials-navigation .swiper-button-next:after,
  .qodef-testimonials-navigation .swiper-button-prev:after {
    font-size: 25px;
    color: #808080;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-testimonials-navigation .swiper-button-prev {
      -webkit-transform: translateX(-238%);
          -ms-transform: translateX(-238%);
              transform: translateX(-238%);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-testimonials-navigation .swiper-button-prev {
      -webkit-transform: translateX(-164%);
          -ms-transform: translateX(-164%);
              transform: translateX(-164%);
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-testimonials-navigation .swiper-button-prev {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-testimonials-navigation .swiper-button-next {
      -webkit-transform: translateX(238%);
          -ms-transform: translateX(238%);
              transform: translateX(238%);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-testimonials-navigation .swiper-button-next {
      -webkit-transform: translateX(164%);
          -ms-transform: translateX(164%);
              transform: translateX(164%);
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-testimonials-navigation .swiper-button-next {
      display: none;
    }
  }
  
  /* ==========================================================================
  # Search covers header - start
  ========================================================================== */
  @-webkit-keyframes cover_search_fade_out {
    0% {
      opacity: 1;
      visibility: visible;
      z-index: 100;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      z-index: 0;
    }
  }
  @keyframes cover_search_fade_out {
    0% {
      opacity: 1;
      visibility: visible;
      z-index: 100;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      z-index: 0;
    }
  }
  
  @-webkit-keyframes cover_search_fade_in {
    0% {
      opacity: 0;
      visibility: hidden;
      z-index: 100;
    }
    100% {
      opacity: 1;
      visibility: visible;
      z-index: 100;
    }
  }
  
  @keyframes cover_search_fade_in {
    0% {
      opacity: 0;
      visibility: hidden;
      z-index: 100;
    }
    100% {
      opacity: 1;
      visibility: visible;
      z-index: 100;
    }
  }
  
  .qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  
  .qodef-search-cover-form .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 70px;
  }
  
  .qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #45AE52;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0;
  }
  
  .qodef-search-cover-form .qodef-m-form-field:focus {
    color: #45AE52;
  }
  
  .qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .qodef-search-cover-form .qodef-m-form-field::-moz-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .qodef-search-cover-form .qodef-m-close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px;
  }
  
  .qodef-covers-search--fadeout .qodef-search-cover-form {
    -webkit-animation: cover_search_fade_out .3s ease both;
            animation: cover_search_fade_out .3s ease both;
  }
  
  .qodef-covers-search--fadein .qodef-search-cover-form {
    -webkit-animation: cover_search_fade_in .3s ease both;
            animation: cover_search_fade_in .3s ease both;
  }
  
  .qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
    display: none;
  }
  
  /* ==========================================================================
  # Search covers header - end
  ========================================================================== */
  /* ==========================================================================
  # Fullscreen search - start
  ========================================================================== */
  /* Fullscreen search general style - start
  ========================================================================== */
  .qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 100;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #333;
    line-height: 2em;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #333;
    background: none;
    border: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: #45AE52;
    background: none;
  }
  
  .qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    -webkit-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
    -o-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
    transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    -webkit-transition: width 0.5s ease .6s;
    -o-transition: width 0.5s ease .6s;
    transition: width 0.5s ease .6s;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #444;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  
  .admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #333;
  }
  
  .qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px;
  }
  
  .qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible;
  }
  
  /* Fullscreen search general style - end
  ========================================================================== */
  /* Fullscreen search fade style - start
  ========================================================================== */
  .qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_out .3s ease both;
            animation: fullscreen_search_fade_out .3s ease both;
  }
  
  .qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    -webkit-animation: fullscreen_search_fade_in .3s ease both;
            animation: fullscreen_search_fade_in .3s ease both;
  }
  
  @-webkit-keyframes fullscreen_search_fade_out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes fullscreen_search_fade_out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @-webkit-keyframes fullscreen_search_fade_in {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  
  @keyframes fullscreen_search_fade_in {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  
  /* Fullscreen search fade style - end
  ========================================================================== */
  /* ==========================================================================
  # Fullscreen search - end
  ========================================================================== */
  /* ==========================================================================
  # Search opener - begin
  ========================================================================== */
  .qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
  }
  
  .qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px;
  }
  
  /* ==========================================================================
  # 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;
    padding: 1px 25px 8px;
  }
  
  .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: 28px 0 0;
    padding: 16px 15px 12px 22px;
    background-color: #fafafa;
    border: 1px solid #ababab;
    -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 {
    color: #333;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center;
    margin: 0 0 7px;
  }
  
  .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;
    font-size: 22px;
    color: #333;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 16px 0 2px;
    margin: 0;
  }
  
  .qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .qodef-button.qodef-layout--borders-animated .qodef-initial-border {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20%;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content {
      padding: 0 5%;
    }
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button {
    width: auto;
    margin-bottom: 13px;
    margin-top: 30px;
    padding: 13px 44px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button .qodef-top-border,
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button .qodef-right-border,
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button .qodef-bottom-border,
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button .qodef-left-border {
    background-color: #fff;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-title {
    margin: 0;
    font-size: 70px;
    line-height: 1.07em;
    color: #fff;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-e-subtitle {
    margin: 0 0 9px;
    font-weight: 700;
    color: #fff;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 {
    overflow: visible;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide {
    position: relative;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide .qodef-m-slide-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide .qodef-e-title,
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide .qodef-e-subtitle,
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide .qodef-e-button {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-title,
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-subtitle, .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .qodef-e-title,
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .qodef-e-subtitle {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-button, .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .qodef-e-button {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-duplicate-active) img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -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);
  }
  
  .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide img {
    -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);
  }
  
  .qodef-advanced-image-gallery .swiper-pagination-bullets {
    bottom: 39px !important;
  }
  
  .qodef-advanced-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    color: #fff;
  }
  
  .qodef-advanced-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: #fff;
  }
  
  .qodef-advanced-image-gallery .swiper-button-next {
    right: 25px !important;
    content: url(../img/arrow_right_light.svg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  .qodef-advanced-image-gallery .swiper-button-next:hover {
    right: 20px !important;
  }
  
  .qodef-advanced-image-gallery .swiper-button-prev {
    left: 25px !important;
    content: url(../img/arrow_left_light.svg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  .qodef-advanced-image-gallery .swiper-button-prev:hover {
    left: 20px !important;
  }
  
  .qodef-advanced-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 13px;
  }
  
  .qodef-advanced-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet:before {
    bottom: 3px;
  }
  
  .qodef-alternating-banner.qodef-appear-animation .qodef-m-image,
  .qodef-alternating-banner.qodef-appear-animation .qodef-m-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
  }
  
  .elementor-editor-active .qodef-alternating-banner.qodef-appear-animation .qodef-m-image, .elementor-editor-active
  .qodef-alternating-banner.qodef-appear-animation .qodef-m-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  
  .qodef-alternating-banner.qodef-appear-animation.qodef-appear .qodef-ab-image-right .qodef-m-image {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-alternating-banner.qodef-appear-animation.qodef-appear .qodef-ab-image-right .qodef-m-content {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.3s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.3s;
  }
  
  .qodef-alternating-banner.qodef-appear-animation.qodef-appear .qodef-ab-image-left .qodef-m-image {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
  }
  
  .qodef-alternating-banner.qodef-appear-animation.qodef-appear .qodef-ab-image-left .qodef-m-content {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.5s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.5s;
  }
  
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-image,
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-content {
    width: calc(50% - 12px);
    position: relative;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-image {
    margin: 0 12.5px 0 0;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f7f7;
    text-align: center;
    margin: 0 0 0 12.5px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 35px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-title {
    margin: -5px 0 28px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-without-button .qodef-m-content-inner {
    padding: 37px 35px 34px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-without-button .qodef-m-title {
    margin-bottom: 0;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-subtitle {
    margin: 0;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-button {
    margin: 10px 0 0;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-button .qodef-button {
    color: #333;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-button .qodef-button.qodef-layout--outlined {
    padding: 9px 45px;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-button .qodef-button.qodef-layout--outlined {
      padding: 9px 21px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-button .qodef-button.qodef-layout--outlined {
      padding: 14px 46px;
    }
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 12.5px;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 12.5px 0 0;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-button a {
    color: #fff;
    padding: 14px 46px;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-button a {
      padding: 10px 23px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-button a {
      padding: 14px 46px;
    }
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-button a.qodef-layout--outlined {
    color: #333;
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-left .qodef-m-button a.qodef-layout--filled {
    color: #fff;
    padding: 14px 46px;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-left .qodef-m-button a.qodef-layout--filled {
      padding: 10px 23px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-left .qodef-m-button a.qodef-layout--filled {
      padding: 14px 46px;
    }
  }
  
  .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-without-button .qodef-ab-content-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ==========================================================================
     Pagination global styles
     ========================================================================== */
  .qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px);
    font-size: 32px;
    line-height: 1;
    color: #45AE52;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
    opacity: 1;
    z-index: 1;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0;
  }
  
  .qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
    opacity: 1;
    z-index: 1;
  }
  
  /* ==========================================================================
     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: Recoleta;
    margin: 0;
    opacity: .5;
    letter-spacing: 0;
  }
  
  .qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: #45AE52;
    margin: 0 0 10px;
    font-style: italic;
  }
  
  .qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
  }
  
  .qodef-banner .qodef-m-image img {
    display: block;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-image {
    overflow: hidden;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -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);
  }
  
  .qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
    -webkit-transform: scale(1.05) translateX(5px);
        -ms-transform: scale(1.05) translateX(5px);
            transform: scale(1.05) translateX(5px);
  }
  
  .qodef-banner.qodef-layout--link-button:hover .qodef-m-button .qodef-m-text:after {
    width: 100%;
    -webkit-transition: width 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
    -o-transition: width 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
    transition: width 0.5s cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0 33px;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-layout--textual:hover {
    background: transparent;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-m-text:before,
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-btn-text:before {
    border-color: currentColor;
    opacity: 50%;
  }
  
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-m-text:before, .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-m-text:after,
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-btn-text:before,
  .qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-btn-text:after {
    border-color: currentColor;
  }
  
  .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: brandon-grotesque, sans-serif;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    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: 14px 43px;
  }
  
  .qodef-button.qodef-size--small {
    padding: 5px 34px;
  }
  
  .qodef-button.qodef-size--large {
    padding: 12px 67px;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-top-border,
  .qodef-button.qodef-layout--borders-animated .qodef-right-border,
  .qodef-button.qodef-layout--borders-animated .qodef-bottom-border,
  .qodef-button.qodef-layout--borders-animated .qodef-left-border {
    position: absolute;
    background-color: #333;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-initial-border {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(51, 51, 51, 0.3);
  }
  
  .qodef-button.qodef-layout--borders-animated.qodef-layout--filled .qodef-top-border,
  .qodef-button.qodef-layout--borders-animated.qodef-layout--filled .qodef-right-border,
  .qodef-button.qodef-layout--borders-animated.qodef-layout--filled .qodef-bottom-border,
  .qodef-button.qodef-layout--borders-animated.qodef-layout--filled .qodef-left-border {
    background-color: #fff;
  }
  
  .qodef-button.qodef-layout--borders-animated.qodef-layout--filled .qodef-initial-border {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-top-border,
  .qodef-button.qodef-layout--borders-animated .qodef-bottom-border {
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-right-border,
  .qodef-button.qodef-layout--borders-animated .qodef-left-border {
    width: 1px;
    height: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-top-border {
    top: 2px;
    right: 2px;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-bottom-border {
    left: 2px;
    bottom: 2px;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-right-border {
    bottom: 2px;
    right: 2px;
  }
  
  .qodef-button.qodef-layout--borders-animated .qodef-left-border {
    left: 2px;
    top: 2px;
  }
  
  .qodef-button.qodef-layout--borders-animated:hover .qodef-top-border,
  .qodef-button.qodef-layout--borders-animated:hover .qodef-bottom-border {
    width: calc(100% - 4px);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-button.qodef-layout--borders-animated:hover .qodef-right-border,
  .qodef-button.qodef-layout--borders-animated:hover .qodef-left-border {
    height: calc(100% - 4px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .qodef-button.qodef-layout--textual .qodef-m-text,
  .qodef-button.qodef-layout--textual .qodef-btn-text {
    position: relative;
    padding: 1px 0;
  }
  
  .qodef-button.qodef-layout--textual .qodef-m-text:after,
  .qodef-button.qodef-layout--textual .qodef-btn-text:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #45AE52;
    width: 100%;
    -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;
  }
  
  .qodef-button.qodef-layout--textual.qodef-btn-hovered .qodef-m-text:after,
  .qodef-button.qodef-layout--textual.qodef-btn-hovered .qodef-btn-text:after {
    -webkit-animation: qodef-btn-textual-animation 0.75s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
            animation: qodef-btn-textual-animation 0.75s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
  }
  
  @-webkit-keyframes qodef-btn-textual-animation {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
    }
    50% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
    }
    51% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
  }
  
  @keyframes qodef-btn-textual-animation {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
    }
    50% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
    }
    51% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
  }
  
  .qodef-button.qodef-layout--textual.qodef-button-light {
    color: #fff;
  }
  
  .qodef-button.qodef-layout--textual.qodef-button-light .qodef-m-text:before {
    border-color: #fff;
    opacity: 30%;
  }
  
  .qodef-button.qodef-layout--textual.qodef-button-light .qodef-m-text:after {
    border-color: #fff;
  }
  
  .qodef-button.qodef-layout--filled {
    position: relative;
  }
  
  .qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #45AE52;
    border: none;
  }
  
  .qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background: #45AE52;
    border: none;
  }
  
  .qodef-button.qodef-layout--filled .qodef-m-text {
    position: relative;
    z-index: 1;
  }
  
  .qodef-button.qodef-layout--outlined {
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
  }
  
  .qodef-button.qodef-layout--outlined:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
  }
  
  .qodef-button.qodef-layout--textual {
    padding: 0 !important;
    font-size: 11px;
    color: #333;
    background-color: transparent;
    border: 0;
  }
  
  .qodef-button.qodef-layout--textual .qodef-m-text,
  .qodef-button.qodef-layout--textual .qodef-btn-text {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
  }
  
  .qodef-button.qodef-layout--textual:hover {
    color: #333;
  }
  
  /* ==========================================================================
     Call to Action shortcode styles
     ========================================================================== */
  .qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px;
  }
  
  .qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
    margin: 0;
  }
  
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  /* ==========================================================================
     Cards Gallery shortcode style - begin
     ========================================================================== */
  .qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
  }
  
  .qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-cards-gallery img {
    position: relative;
    display: block;
    -webkit-box-shadow: 3px 5px 15px 4px rgba(0, 0, 0, 0.07) !important;
            box-shadow: 3px 5px 15px 4px rgba(0, 0, 0, 0.07) !important;
  }
  
  .qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  .qodef-cards-gallery .qodef-m-card {
    position: absolute;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
  }
  
  .qodef-cards-gallery .qodef-m-card.qodef-animating {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
  }
  
  .qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0, 1);
    pointer-events: none;
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform;
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    -webkit-transform: translate(39%, -39%);
        -ms-transform: translate(39%, -39%);
            transform: translate(39%, -39%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    -webkit-transform: translate(31.2%, -31.2%);
        -ms-transform: translate(31.2%, -31.2%);
            transform: translate(31.2%, -31.2%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    -webkit-transform: translate(23.4%, -23.4%);
        -ms-transform: translate(23.4%, -23.4%);
            transform: translate(23.4%, -23.4%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    -webkit-transform: translate(15.6%, -15.6%);
        -ms-transform: translate(15.6%, -15.6%);
            transform: translate(15.6%, -15.6%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    -webkit-transform: translate(7.8%, -7.8%);
        -ms-transform: translate(7.8%, -7.8%);
            transform: translate(7.8%, -7.8%);
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer;
  }
  
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px !important;
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform;
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    -webkit-transform: translate(-39%, -39%);
        -ms-transform: translate(-39%, -39%);
            transform: translate(-39%, -39%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    -webkit-transform: translate(-31.2%, -31.2%);
        -ms-transform: translate(-31.2%, -31.2%);
            transform: translate(-31.2%, -31.2%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    -webkit-transform: translate(-23.4%, -23.4%);
        -ms-transform: translate(-23.4%, -23.4%);
            transform: translate(-23.4%, -23.4%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    -webkit-transform: translate(-15.6%, -15.6%);
        -ms-transform: translate(-15.6%, -15.6%);
            transform: translate(-15.6%, -15.6%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    -webkit-transform: translate(-7.8%, -7.8%);
        -ms-transform: translate(-7.8%, -7.8%);
            transform: translate(-7.8%, -7.8%);
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer;
  }
  
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px !important;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-2-items {
    padding-top: 5%;
    padding-right: 7.1%;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-2-items.qodef-orientation--right {
    padding-right: 0;
    padding-left: 7.2%;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-3-items {
    padding-top: 7%;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-4-items {
    padding-top: 9.33%;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-5-items {
    padding-top: 11.66%;
  }
  
  .qodef-cards-gallery.qodef-cards-gallery-6-items {
    padding-top: 14%;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden;
  }
  
  @-webkit-keyframes qodefCardAppearFromRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      opacity: 0;
      visibility: visible;
    }
    30% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes qodefCardAppearFromRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      opacity: 0;
      visibility: visible;
    }
    30% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
            animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  
  @-webkit-keyframes qodefCardAppearFromLeft {
    0% {
      visibility: visible;
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    30% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes qodefCardAppearFromLeft {
    0% {
      visibility: visible;
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    30% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
            animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  
  .no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  
  /* ==========================================================================
     Cards Gallery shortcode style - begin
     ========================================================================== */
  /* ==========================================================================
     Comparison Pricing Table shortcode styles
     ========================================================================== */
  .qodef-comparision-pricing-table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .qodef-comparision-pricing-table ul {
    list-style-type: none;
    margin: 0;
  }
  
  .qodef-comparision-pricing-table h1, .qodef-comparision-pricing-table h2, .qodef-comparision-pricing-table h3, .qodef-comparision-pricing-table h4, .qodef-comparision-pricing-table h5, .qodef-comparision-pricing-table h6, .qodef-comparision-pricing-table p {
    margin: 0;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table {
    border: 1px solid #ddd;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 112px;
    padding: 22px 30px;
    background-image: url("../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png");
    border-bottom: 1px solid #ddd;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-title {
    word-break: break-word;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li {
    padding: 22px 30px;
    border-bottom: 1px solid #ddd;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li:last-child {
    border-bottom: 0;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
    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;
    width: 100%;
    min-height: 112px;
    padding: 22px 30px;
    border-top: 1px solid #ddd;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-left-width: 0;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-table-head {
    padding-left: 15%;
    padding-right: 15%;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item {
    padding-left: 15%;
    padding-right: 15%;
  }
  
  .qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer {
    background-image: url("../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png");
  }
  
  .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
    width: 30%;
  }
  
  .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features {
    width: 40%;
  }
  
  .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
    width: 23.333%;
  }
  
  .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
    width: 30%;
  }
  
  /* ==========================================================================
     Comparison Pricing Table shortcode variation styles
     ========================================================================== */
  /* ==========================================================================
     Countdown shortcode styles
     ========================================================================== */
  .qodef-countdown .qodef-digit,
  .qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    color: #333;
  }
  
  .qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%;
  }
  
  .qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%;
  }
  
  .qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%;
  }
  
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%;
  }
  
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%;
  }
  
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%;
  }
  
  .qodef-countdown.qodef-countdown--light .qodef-digit,
  .qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
  }
  
  .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
  }
  
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 110px;
    line-height: 1em;
    font-weight: 400;
    font-family: Recoleta;
  }
  
  .qodef-countdown.qodef-layout--simple .qodef-label {
    margin: 33px 0 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.35em;
  }
  
  /* ==========================================================================
     Counter shortcode styles
     ========================================================================== */
  .qodef-counter.qodef-layout--simple {
    text-align: center;
  }
  
  .qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: Recoleta;
    font-size: 110px;
    line-height: 1em;
    color: #ababab;
    text-transform: uppercase;
    font-style: italic;
  }
  
  .qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 30px 0 0 0;
  }
  
  .qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
  }
  
  /* ==========================================================================
     Custom Font shortcode styles
     ========================================================================== */
  .qodef-custom-font {
    position: relative;
    margin: 0;
    text-align: center;
  }
  
  .qodef-custom-font.qodef-appear-animation {
    visibility: hidden;
  }
  
  .elementor-editor-active .qodef-custom-font.qodef-appear-animation {
    visibility: visible;
  }
  
  .qodef-custom-font.qodef-appear-animation.qodef-custom-font--animated {
    visibility: visible;
  }
  
  .qodef-custom-font.qodef-appear-animation.qodef-custom-font--animated .qodef-m-char {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    white-space: pre-wrap;
  }
  
  .qodef-custom-font.qodef-appear-animation.qodef-custom-font--animated .qodef-m-char.qodef--show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9);
    transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9);
    -o-transition: transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9), opacity 0.3s;
    transition: transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9), opacity 0.3s;
    transition: transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9), opacity 0.3s, -webkit-transform 1s cubic-bezier(0.23, 0.51, 0.15, 0.9);
  }
  
  .qodef-custom-font.qodef-appear-animation.qodef-custom-font--animated .qodef-m-char.qodef--empty-char {
    visibility: hidden;
  }
  
  /* ==========================================================================
     Dropcaps shortcode styles
     ========================================================================== */
  .qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 45px;
    line-height: 1.22em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
  }
  
  .qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
  }
  
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 1.346em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    color: #fff;
    background-color: #333;
  }
  
  .qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%;
  }
  
  /* ==========================================================================
     Frame Slider shortcode style - begin
     ========================================================================== */
  .qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px;
  }
  
  .qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    z-index: 100;
  }
  
  .qodef-frame-slider-holder .qodef-frame-slider-image img {
    width: 100%;
  }
  
  .qodef-frame-slider-holder .qodef-m-swiper {
    overflow: hidden;
  }
  
  .qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: calc(50% * 563 / 829);
  }
  
  .qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px !important;
  }
  
  /* ==========================================================================
     Frame Slider shortcode style - end
     ========================================================================== */
  /* ==========================================================================
     Google Map shortcode styles
     ========================================================================== */
  .qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-google-map .qodef-m-map {
    display: block;
    width: 100%;
  }
  
  .qodef-google-map .qodef-m-map iframe,
  .qodef-google-map .qodef-m-map object,
  .qodef-google-map .qodef-m-map embed {
    width: 100%;
    display: block;
  }
  
  .qodef-google-map .qodef-m-map img {
    max-width: none;
  }
  
  rs-slide .qodef-google-map {
    display: block;
    height: 100%;
  }
  
  rs-slide .qodef-google-map .qodef-m-map {
    height: 100% !important;
  }
  
  /* ==========================================================================
     Highlight shortcode styles
     ========================================================================== */
  .qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #333;
  }
  
  /* ==========================================================================
     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;
    color: inherit;
  }
  
  .qodef-icon-list-item .qodef-e-title a:hover {
    color: #45AE52;
  }
  
  .qodef-icon-list-item .qodef-e-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .qodef-icon-list-item .qodef-icon-holder {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
    float: none;
  }
  
  .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 18px;
  }
  
  .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  
  .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block;
  }
  
  /* ==========================================================================
     Icon List Item widget styles
     ========================================================================== */
  #qodef-page-sidebar .widget.widget_makao_core_icon_list_item {
    margin-bottom: 0;
  }
  
  #qodef-page-footer .widget.widget_makao_core_icon_list_item {
    margin-bottom: 0;
  }
  
  #qodef-side-area .widget.widget_makao_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;
    line-height: 1.58em;
  }
  
  .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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  
  /* ==========================================================================
     Icon With Text shortcode styles
     ========================================================================== */
  .qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1;
  }
  
  .qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
  }
  
  /* ==========================================================================
     Icon With Text shortcode styles
     ========================================================================== */
  .qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
  }
  
  .qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
  }
  
  .qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
  }
  
  .qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 18px;
  }
  
  /* ==========================================================================
     Icon shortcode styles
     ========================================================================== */
  .qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
  }
  
  .qodef-icon-holder a {
    display: block;
  }
  
  .qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit;
  }
  
  .qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: #45AE52;
    -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: #333;
  }
  
  .qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%;
  }
  
  .qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  
  .qodef-icon-holder.qodef-size--small {
    font-size: 2em;
  }
  
  .qodef-icon-holder.qodef-size--medium {
    font-size: 3em;
  }
  
  .qodef-icon-holder.qodef-size--large {
    font-size: 4em;
  }
  
  .qodef-icon-holder.qodef-size--huge {
    font-size: 5em;
  }
  
  /* ==========================================================================
     Icon widget styles
     ========================================================================== */
  .widget.widget_makao_core_icon {
    display: inline-block;
    line-height: 1;
  }
  
  #qodef-page-sidebar .widget.widget_makao_core_icon {
    margin-bottom: 0;
  }
  
  #qodef-page-footer .widget.widget_makao_core_icon {
    margin-bottom: 0;
  }
  
  #qodef-side-area .widget.widget_makao_core_icon {
    margin-bottom: 0;
  }
  
  .qodef-image-gallery:not(.qodef-swiper-container) .qodef-e-inner {
    overflow: hidden;
  }
  
  .qodef-image-gallery:not(.qodef-swiper-container) .qodef-e-inner img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -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);
    will-change: transform;
  }
  
  .qodef-image-gallery:not(.qodef-swiper-container) .qodef-e-inner:hover img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }
  
  .qodef-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 13px;
  }
  
  .qodef-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet:before {
    bottom: 3px;
  }
  
  .qodef-image-gallery.qodef-auto-width-slider .swiper-slide {
    width: auto;
  }
  
  .qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 {
    overflow: visible;
  }
  
  .qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  
  .qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide img {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  
  .qodef-image-gallery.qodef-swiper-container .swiper-pagination-bullets {
    bottom: -80px !important;
  }
  
  .qodef-image-gallery.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: #fff;
  }
  
  .qodef-image-gallery.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .qodef-image-gallery.qodef-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    color: #fff;
  }
  
  .page-template-page-blank-template .qodef-swiper-container.qodef-swiper--initialized {
    overflow: visible;
  }
  
  /* ==========================================================================
     Image Marquee shortcode styles
     ========================================================================== */
  .qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none;
  }
  
  .qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important;
  }
  
  .qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  
  .qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block;
  }
  
  @-webkit-keyframes qode-move-marquee {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes qode-move-marquee {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  /* ==========================================================================
     Image With Text shortcode styles
     ========================================================================== */
  .qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
    display: block;
  }
  
  .qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-image-with-text.qodef-layout--text-below .qodef-m-title {
    margin: 31px 0 0;
  }
  
  .qodef-image-with-text.qodef-layout--text-below .qodef-m-text {
    margin: 15px 0 0;
  }
  
  .qodef-image-with-text.qodef-layout--text-over-image .qodef-m-image-holder {
    position: relative;
  }
  
  .qodef-image-with-text.qodef-layout--text-over-image .qodef-m-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 10%;
    text-align: center;
  }
  
  .qodef-image-with-text.qodef-layout--text-over-image .qodef-m-content * {
    color: #fff;
  }
  
  .qodef-image-with-text.qodef-layout--text-over-image .qodef-m-title {
    margin: 0;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image {
    border: 1px solid #ddd;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder {
    position: relative;
    overflow: hidden;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-holder .qodef-m-frame {
    vertical-align: middle;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--vertical .qodef-m-image-holder-inner img {
    width: 100%;
  }
  
  .qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling--horizontal .qodef-m-image-holder-inner img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
  
  /* ==========================================================================
     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(51, 51, 51, 0.1);
    text-align: center;
    font-weight: 700;
    font-size: 250px;
  }
  
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px;
  }
  
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px;
  }
  
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px;
  }
  
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px;
  }
  
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  /* ==========================================================================
     Info Section Background Text shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Interactive Link Showcase shortcode styles
     ========================================================================== */
  .qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden;
  }
  
  .admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px);
  }
  
  .qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .0s .45s;
    -o-transition: opacity .0s .45s;
    transition: opacity .0s .45s;
  }
  
  .qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .qodef-interactive-link-showcase .qodef-m-image img {
    display: none;
  }
  
  .qodef-interactive-link-showcase .qodef-m-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  
  .qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: Recoleta;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.22em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    -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;
  }
  
  .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2;
  }
  
  .qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #fff;
    background-color: #333;
  }
  
  .qodef-interactive-link-showcase.qodef--init {
    visibility: visible;
  }
  
  .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff;
  }
  
  .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: #333;
    background-color: #fff;
  }
  
  /* ==========================================================================
     Interactive Link Showcase List styles
     ========================================================================== */
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    -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-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    margin: 4px 0;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
    font-size: 80px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    line-height: 1.2em;
    overflow: hidden;
    color: #fff;
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
      font-size: 65px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
      font-size: 40px;
    }
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active {
    background-color: transparent;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active .qodef-e-title {
    position: relative;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active .qodef-e-title:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images .qodef-m-item-bg-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s linear .5s;
    -o-transition: opacity .3s linear .5s;
    transition: opacity .3s linear .5s;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images > div:not(.qodef-m-item-bg-holder) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: qodef-elements-out 1.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-elements-out 1.5s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  @-webkit-keyframes qodef-elements-out {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  
  @keyframes qodef-elements-out {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active {
    z-index: 5;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active .qodef-m-item-bg-holder {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder) {
    -webkit-animation: qodef-elements-in 2s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-elements-in 2s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  @-webkit-keyframes qodef-elements-in {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes qodef-elements-in {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(1) {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(2) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(3) {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(4) {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(5) {
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(6) {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(7) {
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(8) {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(9) {
    -webkit-animation-delay: 1350ms;
            animation-delay: 1350ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images.qodef--active > div:not(.qodef-m-item-bg-holder):nth-of-type(10) {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
    opacity: 1;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image img {
    display: block;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-1-holder {
    position: absolute;
    left: 5.5%;
    top: 27.5%;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-2-holder {
    position: absolute;
    left: 14.8%;
    top: 57.8%;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-3-holder {
    position: absolute;
    right: 12.2%;
    top: 16.5%;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-4-holder {
    position: absolute;
    right: 4.4%;
    top: 25%;
  }
  
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-5-holder {
    position: absolute;
    right: 14.7%;
    top: 69.4%;
  }
  
  /* ==========================================================================
     Item Showcase shortcode styles
     ========================================================================== */
  .qodef-item-showcase {
    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%;
    visibility: hidden;
  }
  
  .qodef-item-showcase .qodef-m-image {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .qodef-item-showcase .qodef-m-image img {
    display: block;
  }
  
  .qodef-item-showcase .qodef-m-items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  
  .qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right;
  }
  
  .qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left;
  }
  
  .qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
    opacity: 0;
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(1) {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(2) {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(3) {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(4) {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(5) {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  
  .qodef-item-showcase .qodef-m-item:nth-child(6) {
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  
  .qodef-item-showcase .qodef-e-title {
    margin: 0;
  }
  
  .qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
  }
  
  .qodef-item-showcase .qodef-e-title-link:hover {
    color: #45AE52;
  }
  
  .qodef-item-showcase .qodef-e-text {
    margin: 20px 0 0;
  }
  
  .qodef-item-showcase.qodef--init {
    visibility: visible;
  }
  
  .qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  /* ==========================================================================
     Item Showcase List styles
     ========================================================================== */
  /* ==========================================================================
     Pricing Table shortcode styles
     ========================================================================== */
  .qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  
  .qodef-pricing-table.qodef-status--featured {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  
  .qodef-pricing-table .qodef-m-inner {
    padding: 45px;
  }
  
  .qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: #333;
  }
  
  .qodef-pricing-table .qodef-m-price {
    margin-top: -3px;
  }
  
  .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .qodef-pricing-table .qodef-m-content {
    margin: 25px 0 0;
  }
  
  .qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0;
  }
  
  .qodef-pricing-table .qodef-m-content ul li {
    color: #333;
    margin-bottom: 8px;
  }
  
  .qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0;
  }
  
  .qodef-pricing-table .qodef-m-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
  }
  
  .qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 25px 0 0;
  }
  
  /* ==========================================================================
     Progress Bar shortcode styles
     ========================================================================== */
  .qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
  }
  
  .qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-progress-bar .qodef-m-canvas svg {
    display: block;
  }
  
  .qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0;
  }
  
  .qodef-progress-bar.qodef--init {
    visibility: visible;
  }
  
  .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
  }
  
  .qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  
  .qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .qodef-progress-bar.qodef-layout--line .proggress {
    width: 0;
  }
  
  .qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto;
  }
  
  .qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px;
  }
  
  .qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  /* ==========================================================================
     Section Title shortcode styles
     ========================================================================== */
  .qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 20;
  }
  
  .qodef-section-title.qodef-alignment--center {
    text-align: center;
  }
  
  .qodef-section-title.qodef-alignment--left {
    text-align: left;
  }
  
  .qodef-section-title.qodef-alignment--right {
    text-align: right;
  }
  
  .qodef-section-title .qodef-m-title {
    margin: 0;
  }
  
  .qodef-section-title .qodef-m-text {
    margin: 17px 0 0;
  }
  
  .qodef-section-title .qodef-e-st-button {
    margin: 48px 0 0;
  }
  
  .qodef-section-title .qodef-e-st-button .qodef-layout--outlined {
    color: #333;
    padding: 13px 44px;
  }
  
  .qodef-section-title .qodef-m-caption {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
    display: inline-block;
  }
  
  .qodef-section-title.qodef-appear-animation > * {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
  }
  
  .elementor-editor-active .qodef-section-title.qodef-appear-animation > * {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  
  .qodef-section-title.qodef-appear-animation.qodef-appear > * {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-section-title.qodef-appear-animation.qodef-appear > *:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  
  .qodef-section-title.qodef-appear-animation.qodef-appear > *:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  
  .qodef-section-title.qodef-appear-animation.qodef-appear > *:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  .qodef-section-title.qodef-appear-animation.qodef-appear > *:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 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 #ddd;
  }
  
  .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_makao_core_separator {
    margin-bottom: 0;
  }
  
  #qodef-page-footer .widget.widget_makao_core_separator {
    margin-bottom: 0;
  }
  
  #qodef-side-area .widget.widget_makao_core_separator {
    margin-bottom: 0;
  }
  
  /* ==========================================================================
     Social Follow shortcode styles
     ========================================================================== */
  .qodef-social-follow {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-social-follow span {
    display: inline-block;
  }
  
  .qodef-social-follow .qodef-social-follow-wrapper {
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 21px 6px 29px;
  }
  
  .qodef-social-follow .qodef-m-label {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    color: #666;
    padding: 0 3px 0 0;
  }
  
  .qodef-social-follow .qodef-m-icon {
    margin: 0 8px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  
  .qodef-social-follow .qodef-m-icon a {
    position: relative;
    color: #333;
  }
  
  #qodef-side-area .qodef-social-follow .qodef-m-icon a {
    color: #333;
  }
  
  .qodef-social-follow .qodef-m-icon a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: calc(100% - 3px);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-social-follow .qodef-m-icon:hover a {
    color: #333 !important;
  }
  
  .qodef-social-follow .qodef-m-icon:hover a:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-social-follow .qodef-m-icon a {
    font-family: brandon-grotesque, sans-serif;
    font-size: inherit;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-social-follow-wrapper {
    background: transparent;
    border: none;
    padding: 0;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-social-follow-wrapper span a {
    color: #333;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-m-icon {
    padding: 0 2px;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-m-icon:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-m-icon:last-child {
    padding-right: 0;
  }
  
  .qodef-social-follow.qodef-layout--simple .qodef-m-icon a:hover {
    color: #45AE52;
  }
  
  /* ==========================================================================
     Stacked Images style - begin
     ========================================================================== */
  .qodef-stacked-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-stacked-images.qodef-layout--image {
    padding-bottom: 78px;
  }
  
  .qodef-stacked-images.qodef-layout--image .qodef-m-images-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .qodef-stacked-images.qodef-layout--image .qodef-m-main-image-holder,
  .qodef-stacked-images.qodef-layout--image .qodef-m-stack-image-holder {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    overflow: hidden;
  }
  
  .elementor-editor-active .qodef-stacked-images.qodef-layout--image .qodef-m-main-image-holder, .elementor-editor-active
  .qodef-stacked-images.qodef-layout--image .qodef-m-stack-image-holder {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  
  .qodef-stacked-images.qodef-layout--image .qodef-m-stack-image-holder {
    margin-left: -70px;
    -webkit-transform: translateY(55%);
        -ms-transform: translateY(55%);
            transform: translateY(55%);
  }
  
  .qodef-stacked-images.qodef-layout--image .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .qodef-stacked-images.qodef-layout--image.qodef-appear .qodef-m-main-image-holder {
    -webkit-animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-stacked-images.qodef-layout--image.qodef-appear .qodef-m-stack-image-holder {
    -webkit-animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
            animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
  }
  
  @-webkit-keyframes qodef-show-element {
    0% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }
  
  @keyframes qodef-show-element {
    0% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text {
    padding-bottom: 88px;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-stacked-content-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text img {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
    padding: 84px 52px 100px;
    min-width: 370px;
    width: 370px;
    margin-left: -70px;
    -webkit-transform: translateY(96%);
        -ms-transform: translateY(96%);
            transform: translateY(96%);
    background-color: #fafafa;
    text-align: center;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
      margin-left: calc(-35% - 2px);
    }
  }
  
  .elementor-editor-active .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content a {
    display: block;
    padding: 7px 0;
    font-weight: 400;
    color: #444;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content a:hover {
    color: #45AE52;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-title {
    margin: 0 0 17px;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-text {
    padding: 0 0 4px;
    line-height: 25px;
    font-weight: 400;
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text.qodef-appear .qodef-m-stacked-content-holder img {
    -webkit-animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
            animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-stacked-images.qodef-layout--box-with-text.qodef-appear .qodef-m-stacked-content-holder img {
      -webkit-transform: translate3d(29px, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
              transform: translate3d(29px, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-stacked-images.qodef-layout--box-with-text.qodef-appear .qodef-m-stacked-content-holder img {
      -webkit-transform: translate3d(30px, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
              transform: translate3d(30px, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-stacked-images.qodef-layout--box-with-text.qodef-appear .qodef-m-stacked-content-holder img {
      -webkit-transform: translate3d(0, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
              transform: translate3d(0, -35.735px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.1) scaleY(1.1) scaleZ(1.1) !important;
    }
  }
  
  .qodef-stacked-images.qodef-layout--box-with-text.qodef-appear .qodef-m-stacked-content-holder .qodef-m-content {
    -webkit-animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
            animation: qodef-show-element 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
  }
  
  @keyframes qodef-show-element {
    0% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }
  
  /* ==========================================================================
     Stacked Images style - end
     ========================================================================== */
  /* ==========================================================================
     Stamp shortcode style - begin
     ========================================================================== */
  .widget.qodef-stamp-widget {
    margin-bottom: 0;
  }
  
  .qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: #45AE52;
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .qodef-stamp .qodef-m-centered-text {
    font-family: brandon-grotesque, sans-serif;
    font-size: 80px;
    color: #45AE52;
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .qodef-stamp .qodef-m-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid currentColor;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    -o-transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  }
  
  .qodef-stamp .qodef-m-text {
    position: relative;
    display: block;
    height: 100%;
  }
  
  .qodef-stamp .qodef-m-text > * {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  
  .qodef-stamp.qodef--appear .qodef-m-circle {
    opacity: 0.8;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  
  .qodef-stamp.qodef--init .qodef-m-text > * {
    opacity: 1;
  }
  
  .qodef-stamp.qodef--abs {
    position: absolute;
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-stamp.qodef-hide-on--1440 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-stamp.qodef-hide-on--1366 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .qodef-stamp.qodef-hide-on--1280 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-stamp.qodef-hide-on--1024 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-stamp.qodef-hide-on--768 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-stamp.qodef-hide-on--680 {
      display: none;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-stamp.qodef-hide-on--480 {
      display: none;
    }
  }
  
  /* ==========================================================================
     Stamp shortcode style - end
     ========================================================================== */
  /* ==========================================================================
     Swapping image gallery shortcode style - begin
     ========================================================================== */
  .qodef-swapping-image-gallery {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .qodef-swapping-image-gallery .qodef-m-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  
  .qodef-swapping-image-gallery .qodef-m-image-holder {
    -webkit-box-flex: .98;
        -ms-flex-positive: .98;
            flex-grow: .98;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    overflow: hidden;
    -webkit-box-shadow: 3px 5px 15px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 3px 5px 15px 4px rgba(0, 0, 0, 0.07);
    margin: 50px 30px 50px 50px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 45px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-headline {
    margin: 0 0 60px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-title {
    margin: 0 0 24px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-description {
    margin: 0;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
    width: auto;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnails-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
    margin: 0 0 50px;
    width: calc(50% - 25px);
    font-size: 0;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail:nth-child(odd) {
    margin-right: 25px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail:nth-child(even) {
    margin-left: 25px;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
    display: block;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active .qodef-m-inactive-thumbnail {
    opacity: 0;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active .qodef-m-active-thumbnail {
    opacity: 1;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail .qodef-m-thumbnail-holder-inner {
    position: relative;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail .qodef-m-inactive-thumbnail {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  
  .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail .qodef-m-active-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 120px;
  }
  
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 83px;
  }
  
  /* ==========================================================================
     Swapping image gallery shortcode style - end
     ========================================================================== */
  /* ==========================================================================
     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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 41px 0 41px;
    padding: 0;
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
      margin: 0 20px 0 20px;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:nth-last-child(2) {
      margin-left: 0;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:first-child {
      margin-right: 0;
    }
  }
  
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    display: block;
    padding: 10px 3px;
    -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;
    font-family: Recoleta;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
  }
  
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
      display: none;
    }
  }
  
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation table tr, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation table td {
    border: none;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
      margin: 0;
      padding: 0;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
      margin-bottom: 0;
    }
  }
  
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  
  .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 #ddd;
  }
  
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px;
  }
  
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
  
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto;
  }
  
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0;
  }
  
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
  
  /* ==========================================================================
     Taxonomy List shortcode style - begin
     ========================================================================== */
  .qodef-taxonomy-list .qodef-e-link:hover .qodef-e-title {
    color: #45AE52;
  }
  
  .qodef-taxonomy-list .qodef-e-inner {
    position: relative;
  }
  
  .qodef-taxonomy-list .qodef-e-image img {
    display: block;
  }
  
  .qodef-taxonomy-list .qodef-e-title {
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  
  .qodef-taxonomy-list.qodef-layout--icon-above {
    padding: 5% 10%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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);
  }
  
  .qodef-taxonomy-list.qodef-layout--icon-above .qodef-e-inner {
    text-align: center;
  }
  
  .qodef-taxonomy-list.qodef-layout--icon-above .qodef-m-title {
    margin: 10px 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: Recoleta;
    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: #333;
  }
  
  .qodef-text-marquee .qodef-m-text--1 {
    color: #333;
  }
  
  .qodef-text-marquee .qodef-m-text--2 {
    color: #333;
  }
  
  .qodef-text-marquee .qodef-m-text--3 {
    color: #333;
  }
  
  .qodef-vertical-split-slider {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .qodef-vertical-split-slider .ms-tableCell {
    height: 100vh !important;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-image .qodef-e-title-link {
    display: block;
    position: relative;
    z-index: 10;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-content-inner img,
  .qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link {
    display: block;
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-content-inner .qodef-e-text-link {
    position: relative;
    z-index: 10;
  }
  
  .qodef-vertical-split-slider .qodef-e-title-link {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden;
  }
  
  .qodef-vertical-split-slider .ms-right {
    right: 0 !important;
  }
  
  .qodef-vertical-split-slider-responsive {
    display: none;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-content-inner,
  .qodef-vertical-split-slider-responsive .qodef-m-slide-content-inner {
    display: inline-block;
    text-align: left;
    margin-right: 11px;
    margin-top: 5.5%;
  }
  
  .qodef-vertical-split-slider .qodef-m-image,
  .qodef-vertical-split-slider-responsive .qodef-m-image {
    max-height: 73vh;
    width: auto;
  }
  
  .qodef-vertical-split-slider .qodef-m-title,
  .qodef-vertical-split-slider-responsive .qodef-m-title {
    display: block;
    margin: 0;
    text-align: center;
    color: #fff;
    font-style: italic;
  }
  
  .qodef-vertical-split-slider .qodef-m-text,
  .qodef-vertical-split-slider-responsive .qodef-m-text {
    margin: 13px 0 0 0;
    text-align: left;
    color: #fff;
  }
  
  .qodef-vertical-split-slider .qodef-m-button,
  .qodef-vertical-split-slider-responsive .qodef-m-button {
    margin: 22px 0 0 0;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-image,
  .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-size: cover;
  }
  
  .qodef-vertical-split-slider .qodef-m-slide-content,
  .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    text-align: center;
    padding: 0 5%;
  }
  
  #multiscroll-nav {
    display: none;
  }
  
  #multiscroll-nav ul {
    counter-reset: section;
  }
  
  #multiscroll-nav li {
    width: 11px;
    height: 11px;
    margin: 14px;
  }
  
  #multiscroll-nav a span {
    top: 0;
    left: 0;
    color: #8a8581;
    border: none;
  }
  
  #multiscroll-nav a span:after {
    counter-increment: section;
    content: counter(section);
  }
  
  #multiscroll-nav a.active span {
    color: #333;
    background: transparent;
  }
  
  #multiscroll-nav.right {
    right: 23px !important;
  }
  
  .qodef-vertical-split-slider--initialized #multiscroll-nav {
    display: block;
  }
  
  .qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
    color: #fff;
  }
  
  .qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span {
    color: #fff;
  }
  
  .qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before {
    width: 100%;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
  }
  
  .qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
    color: #333;
  }
  
  .qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span {
    color: #333;
  }
  
  .qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active span:before {
    width: 100%;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
  }
  
  .qodef-vertical-split-slider--initialized #multiscroll-nav {
    display: block;
    z-index: 98;
  }
  
  .ms-left,
  .ms-right {
    position: relative !important;
  }
  
  .ms-left .ms-section {
    -webkit-transition: opacity .3s linear .5s;
    -o-transition: opacity .3s linear .5s;
    transition: opacity .3s linear .5s;
  }
  
  .ms-left .ms-section.active {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  
  .ms-left .ms-section.active .qodef-m-slide-content-inner img {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.2s;
  }
  
  .ms-left .ms-section.active .qodef-m-slide-content-inner .qodef-e-text-link {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.6s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.6s;
  }
  
  .ms-right .ms-section {
    -webkit-transition: opacity .3s linear .2s;
    -o-transition: opacity .3s linear .2s;
    transition: opacity .3s linear .2s;
  }
  
  .ms-right .ms-section.active {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  
  .ms-right .ms-section.active .qodef-e-title-link {
    -webkit-animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.4s;
            animation: qodef-show-elements 0.8s forwards cubic-bezier(0.26, 0.63, 0, 0.96) 0.4s;
  }
  
  .ms-section {
    position: absolute !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
  }
  
  .ms-section.ms-table {
    display: table;
    width: 100%;
  }
  
  .ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
  
  #multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
  }
  
  #multiscroll-nav.right {
    right: 17px;
  }
  
  #multiscroll-nav.left {
    left: 17px;
  }
  
  #multiscroll-nav ul {
    margin: 0;
    padding: 0;
  }
  
  #multiscroll-nav ul li {
    display: block;
    width: 26px;
    height: 30px;
    margin: 8px 7px;
    position: relative;
  }
  
  #multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
  }
  
  #multiscroll-nav ul span {
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    color: #444;
    position: relative;
    text-align: center;
    display: inline-block;
  }
  
  #multiscroll-nav ul span:before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: currentColor;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
  }
  
  #multiscroll-nav ul li .active span {
    background: transparent;
  }
  
  .multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
  }
  
  .multiscroll-tooltip.right {
    right: 20px;
  }
  
  .multiscroll-tooltip.left {
    left: 20px;
  }
  
  .ms-responsive .ms-hide {
    display: none;
  }
  
  .ms-scrollable {
    overflow: hidden;
    position: relative;
  }
  
  .ms-scroller {
    overflow: hidden;
  }
  
  .iScrollIndicator {
    border: 0 !important;
  }
  
  @keyframes qodef-show-elements {
    0% {
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      opacity: 1;
    }
  }
  
  /* ==========================================================================
     Video Button shortcode start styles
     ========================================================================== */
  .qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -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: #333;
    font-size: 106px;
    line-height: 1;
  }
  
  .qodef-video-button .qodef-m-play > span {
    border: 1px solid #fff;
  }
  
  .qodef-video-button .qodef-m-play span {
    position: relative;
    display: block;
    line-height: inherit;
  }
  
  .qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-video-button .qodef-m-play span svg {
    display: block;
  }
  
  .qodef-video-button .qodef-m-play span svg polygon {
    fill: currentColor;
  }
  
  .qodef-video-button .qodef-m-play span svg rect {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: none;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-top-border,
  .qodef-video-button .qodef-m-play span .qodef-right-border,
  .qodef-video-button .qodef-m-play span .qodef-bottom-border,
  .qodef-video-button .qodef-m-play span .qodef-left-border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-top-border,
  .qodef-video-button .qodef-m-play span .qodef-bottom-border {
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-right-border,
  .qodef-video-button .qodef-m-play span .qodef-left-border {
    width: 1px;
    height: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-initial-border {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .qodef-video-button .qodef-m-play span .qodef-top-border {
    top: 2px;
    right: 2px;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-bottom-border {
    left: 2px;
    bottom: 2px;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-right-border {
    bottom: 2px;
    right: 2px;
  }
  
  .qodef-video-button .qodef-m-play span .qodef-left-border {
    left: 2px;
    top: 2px;
  }
  
  .qodef-video-button .qodef-m-play span:hover .qodef-top-border,
  .qodef-video-button .qodef-m-play span:hover .qodef-bottom-border {
    width: calc(100% - 4px);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  .qodef-video-button .qodef-m-play span:hover .qodef-right-border,
  .qodef-video-button .qodef-m-play span:hover .qodef-left-border {
    height: calc(100% - 4px);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  /* ==========================================================================
     Video Button shortcode end styles
     ========================================================================== */
  /* ==========================================================================
     Workflow shortcode style - begin
     ========================================================================== */
  .qodef-workflow {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-workflow .qodef-e-workflow-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .qodef-workflow .qodef-e-workflow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -37px;
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(even) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: right;
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
    -webkit-transform: translateX(34%);
        -ms-transform: translateX(34%);
            transform: translateX(34%);
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner:after {
    left: calc(100% + 30px);
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
    -webkit-transform: translateX(-34%);
        -ms-transform: translateX(-34%);
            transform: translateX(-34%);
  }
  
  .qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner:after {
    right: calc(100% + 30px);
  }
  
  .qodef-workflow .qodef-e-workflow-item-inner {
    position: relative;
    max-width: 260px;
  }
  
  .qodef-workflow .qodef-e-workflow-item-inner:after {
    content: '';
    position: absolute;
    top: 70px;
    height: 1px;
    width: 100%;
    max-width: 200px;
    display: block;
    background: #45AE52;
  }
  
  .qodef-workflow .qodef-e-subtitle {
    margin: 0;
    font-size: 15px;
    font-style: italic;
    color: #45AE52;
  }
  
  .qodef-workflow .qodef-e-title {
    margin: 3px 0 0;
    letter-spacing: .1em;
  }
  
  /* ==========================================================================
     Workflow shortcode style - end
     ========================================================================== */
  /* ==========================================================================
  # Side Area style - begin
  ========================================================================== */
  #qodef-side-area {
    position: fixed;
    top: 0;
    right: -490px;
    width: 450px;
    height: 100%;
    min-height: 100%;
    padding: 120px 63px 35px;
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #ddd;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  #qodef-side-area .widget.widget_text {
    margin: 0 0 11px;
  }
  
  .qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible;
  }
  
  #qodef-side-area.qodef-alignment--center {
    text-align: center;
  }
  
  #qodef-side-area.qodef-alignment--right {
    text-align: right;
  }
  
  #qodef-side-area.qodef-alignment--left {
    text-align: left;
  }
  
  #qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 36px;
    display: block;
    z-index: 1000;
    color: #333;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  
  .admin-bar #qodef-side-area-close {
    top: 65px;
  }
  
  #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 13px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  #qodef-side-area-close:hover {
    color: #45AE52;
  }
  
  .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 5px 0 0;
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    margin-top: 2px;
  }
  
  .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 {
    line-height: 1.7em;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  
  .qodef-social-share li.qodef-facebook-share a:hover {
    color: #45AE52;
  }
  
  .qodef-social-share li.qodef-twitter-share a:hover {
    color: #45AE52;
  }
  
  .qodef-social-share li.qodef-linkedin-share a:hover {
    color: #45AE52;
  }
  
  .qodef-social-share li.qodef-tumblr-share a:hover {
    color: #45AE52;
  }
  
  .qodef-social-share li.qodef-pinterest-share a:hover {
    color: #45AE52;
  }
  
  .qodef-social-share li.qodef-vk-share a:hover {
    color: #45AE52;
  }
  
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  .qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    /* opacity and visibility need to be different, but not background-color */
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
       transition-delay: 0.3s;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
       transition-delay: 0.4s;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
       transition-delay: 0.6s;
  }
  
  .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
       transition-delay: 0.7s;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    -o-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
  }
  
  .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45AE52;
    color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #444;
    background-color: #fff;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3);
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3);
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px;
  }
  
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px;
  }
  
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  .qodef-social-share.qodef-layout--list li {
    margin-right: 15px;
  }
  
  .qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0;
  }
  
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  .qodef-social-share.qodef-layout--text li {
    margin-right: 15px;
  }
  
  .qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0;
  }
  
  /* ==========================================================================
     Social Share shortcode styles
     ========================================================================== */
  /* ==========================================================================
     Social Share widget styles
     ========================================================================== */
  .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px;
  }
  
  .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
  }
  
  #qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45AE52;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
  }
  
  #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45AE52;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
  }
  
  #qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
  }
  
  /* ==========================================================================
     Social Share widget styles
     ========================================================================== */
  #qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20000;
  }
  
  #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: #45AE52;
    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;
  }
  
  /* ==========================================================================
     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--makao-image.qodef-init .qodef-makao-image .qodef-m-image {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  #qodef-page-spinner.qodef-layout--makao-image.qodef-finished .qodef-makao-image .qodef-m-image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  
  #qodef-page-spinner.qodef-layout--makao-image .qodef-makao-image .qodef-m-image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
    -webkit-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    -o-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  /* ==========================================================================
     Spinner layout styles
     ========================================================================== */
  #qodef-page-spinner.qodef-layout--makao-text.qodef-init .qodef-makao-text .qodef-m-text {
    opacity: 1;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text {
    overflow: hidden;
    line-height: 3.6em;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text {
    font-family: Recoleta;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 480px) {
    #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text {
      font-size: 40px;
    }
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text .qodef-char-mask {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 1em;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text .qodef-char-mask.qodef-empty-char {
    min-width: 30px;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text .qodef-char-mask > span {
    display: inline-block;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text .qodef-char-mask > span.qodef-animate-text-out {
    -webkit-animation: qodef-spinner-animate-text-out 1s forwards;
            animation: qodef-spinner-animate-text-out 1s forwards;
  }
  
  #qodef-page-spinner.qodef-layout--makao-text .qodef-makao-text .qodef-m-text .qodef-char-mask > span.qodef-animate-text-in {
    -webkit-animation: qodef-spinner-animate-text-in 2s cubic-bezier(0.6, 0.45, 0.14, 0.96) forwards !important;
            animation: qodef-spinner-animate-text-in 2s cubic-bezier(0.6, 0.45, 0.14, 0.96) forwards !important;
  }
  
  @-webkit-keyframes qodef-spinner-animate-text-in {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes qodef-spinner-animate-text-in {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes qodef-spinner-animate-text-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes qodef-spinner-animate-text-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  /* ==========================================================================
     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: #45AE52;
    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 .2s ease-out .1s, visibility .2s ease-out .1s;
    -o-transition: opacity .2s ease-out .1s, visibility .2s ease-out .1s;
    transition: opacity .2s ease-out .1s, visibility .2s ease-out .1s;
    background: rgba(255, 255, 255, 0.8);
    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: 748px;
    background-color: #ffffff;
    padding: 4px 4px 18px 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
    -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: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    -o-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
    transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
  }
  
  .qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 19px;
    right: 19px;
    display: block;
    color: #333;
    font-size: 22px;
  }
  
  .qodef-sp-holder .qodef-sp-close:hover {
    color: #45AE52;
  }
  
  .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: 16px 19px;
    min-height: 276px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-sp-holder .qodef-sp-content-container {
      min-height: 110px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-sp-holder .qodef-sp-content-container {
      min-height: 170px;
    }
  }
  
  .qodef-sp-holder .qodef-sp-title {
    margin: 54px 0 -20px;
    width: 43%;
    color: #333;
    line-height: 1em;
    font-size: 31px;
    text-align: center;
    width: 100%;
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-sp-holder .qodef-sp-title {
      width: 100%;
    }
  }
  
  .qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0;
  }
  
  .qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block;
  }
  
  .qodef-sp-holder form {
    margin-top: 46px;
    width: 525px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-sp-holder form {
      width: 77%;
      margin-left: 50%;
    }
  }
  
  .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-submit {
    margin-left: 17px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-submit button {
    color: #fff;
    background-color: #45AE52;
    border: none;
    color: #fff;
    background: #45AE52;
    border: none;
    padding: 14px 46px;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-submit {
      margin-left: 0;
      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;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-submit {
      margin-top: 20px;
    }
  }
  
  .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-input {
    width: calc(100% - 197px);
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-input {
      width: 100%;
    }
  }
  
  .qodef-sp-holder .qodef-newsletter-simple .qodef-newsletter-simple-input input {
    padding: 12px 20px;
  }
  
  .qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 26px;
    margin-bottom: 25px;
    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-prevent-inner {
    cursor: pointer;
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-sp-holder .qodef-sp-prevent-inner {
      margin-left: 0;
    }
  }
  
  .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: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    overflow: hidden;
  }
  
  .qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #ddd;
    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;
    margin-bottom: 0;
    margin-top: 1px;
  }
  
  /* Popup open/close style */
  .qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    -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-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96) 0.1s;
    -o-transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96) 0.1s;
    transition: 0.8s cubic-bezier(0.26, 0.63, 0, 0.96) 0.1s;
  }
  
  /* ==========================================================================
     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 40px;
  }
  
  .qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
    font-size: 15px;
    color: #686868;
  }
  
  .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-m-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
      text-align: center;
    }
  }
  
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs > * {
    font-family: Recoleta;
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.818em;
    letter-spacing: 0;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 600;
    color: #333;
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs > * {
      display: inline;
    }
  }
  
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs span,
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs a > span,
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs .qodef-breadcrumbs-current {
    font-size: 11px;
    color: #333;
  }
  
  /* ==========================================================================
     Standard Title layout styles
     ========================================================================== */
  .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
  }
  
  .widget.qodef-author-info {
    text-align: center;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons {
    margin-top: 20px;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a {
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 24px;
    color: #333;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a .qodef-social-network-text {
    position: relative;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a .qodef-social-network-text:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: calc(100% - 3px);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a:hover {
    color: #45AE52;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a:hover .qodef-social-network-text:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .widget.qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0;
  }
  
  .widget.qodef-author-info .qodef-m-social-icons .qodef-social-network-text {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
  }
  
  .widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 26px;
    display: inline-block;
  }
  
  .widget.qodef-author-info .qodef-author-info-image img {
    border-radius: 100%;
  }
  
  .widget.qodef-author-info .qodef-author-info-name {
    margin: 17px 0 21px;
  }
  
  .widget.qodef-author-info .qodef-author-info-description {
    margin: 0;
  }
  
  /* ==========================================================================
     Contact Info widget style start
     ========================================================================== */
  .widget .qodef-contact-info-widget {
    margin: 0;
  }
  
  #qodef-top-area .widget .qodef-contact-info-widget {
    margin: 0;
  }
  
  #qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px;
  }
  
  /* ==========================================================================
     Contact Info widget style end
     ========================================================================== */
  /* ==========================================================================
     Social Icons Group widget styles
     ========================================================================== */
  .qodef-social-icons-group .qodef-icon-holder {
    margin-left: 9px;
  }
  
  .qodef-social-icons-group .qodef-icon-holder:first-child {
    margin-left: 0;
  }
  
  .widget.widget_makao_core_social_icons_group .qodef-icon-holder a {
    color: #ffffff;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  
  .widget.widget_makao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
    background-color: #45AE52;
  }
  
  .widget.widget_makao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #333;
  }
  
  .widget.widget_makao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #ffffff;
  }
  
  /* ==========================================================================
      Social Icons Group widget styles
     ========================================================================== */
  /* ==========================================================================
     Wishlist style - begin
     ========================================================================== */
  .qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  
  .qodef-wishlist .qodef-m-link {
    line-height: 1;
  }
  
  .qodef-wishlist .qodef-m-link.qodef--added {
    color: #45AE52;
  }
  
  .qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900;
  }
  
  .qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  
  .qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible;
  }
  
  /* ==========================================================================
     Wishlist DropDown widget style - begin
     ========================================================================== */
  .qodef-wishlist-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 10px;
  }
  
  .qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
  }
  
  .qodef-wishlist-dropdown .qodef-m-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #45AE52;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  .qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    color: #333;
    font-family: brandon-grotesque, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  
  .qodef-wishlist-dropdown .qodef-m-link > * {
    margin: 0;
    line-height: 1;
  }
  
  .qodef-wishlist-dropdown .qodef-m-link {
    color: #333;
  }
  
  #qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #444;
  }
  
  .qodef-wishlist-dropdown .qodef-m-link-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 7px;
    font-size: 14px;
    margin-bottom: 1px;
  }
  
  .qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit;
  }
  
  .qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Recoleta;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
  }
  
  .qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
    -o-transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
    transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  }
  
  .qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 25px;
  }
  
  .qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0;
  }
  
  .qodef-wishlist-dropdown .qodef-e-image-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px;
  }
  
  .qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  .qodef-wishlist-dropdown .qodef-e-title {
    margin: 0;
  }
  
  .qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3;
  }
  
  .qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit;
  }
  
  .qodef-wishlist-dropdown .qodef-e-remove *:before {
    display: block;
    line-height: inherit;
  }
  
  .touch .qodef-wishlist-dropdown {
    cursor: pointer;
  }
  
  .qodef-wishlist-dropdown:hover .qodef-m-link {
    color: #000;
  }
  
  .qodef-wishlist-dropdown:hover .qodef-m-inner:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
    transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  }
  
  .qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible;
  }
  
  /* ==========================================================================
  # Afe Verification responsive style
  ========================================================================== */
  @media only screen and (max-width: 680px) {
    #qodef-age-verification-modal .qodef-m-content {
      min-width: auto;
    }
    #qodef-age-verification-modal .qodef-m-content-note {
      display: none;
    }
  }
  
  /* ==========================================================================
     Blog List Metro styles
     ========================================================================== */
  @media only screen and (max-width: 1440px) {
    .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
      padding: 83px 40px;
    }
    .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
      padding: 83px 40px 87px;
    }
  }
  
  /* ==========================================================================
     Author Info responsive styles
     ========================================================================== */
  @media only screen and (max-width: 680px) {
    #qodef-author-info .qodef-m-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    #qodef-author-info .qodef-m-content {
      margin-top: 23px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
      margin-top: 0 !important;
    }
  }
  
  /* ==========================================================================
     Vertical Sliding layout responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
      display: none;
    }
    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
      padding-left: 0;
    }
  }
  
  /* ==========================================================================
     Header layout responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
      display: none;
    }
    .qodef-header--vertical #qodef-page-outer,
    .qodef-header--vertical footer {
      padding-left: 0;
    }
  }
  
  /* ==========================================================================
     Top header responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    #qodef-top-area {
      display: none;
    }
  }
  
  /* ==========================================================================
     Top header responsive style - end
     ========================================================================== */
  /* ==========================================================================
     Instagram List responsive
     ========================================================================== */
  @media only screen and (max-width: 680px) {
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images .sbi_item {
      width: calc(50% + 7.5px) !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images .sbi_item:nth-child(2n + 1) {
      margin-left: 0 !important;
    }
    .qodef-instagram-list.qodef-instagram-overlapping-images #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
      margin-top: 100px !important;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-instagram-list .qodef-instagram-center-info {
      padding: 40px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-instagram-list .qodef-instagram-center-info {
      padding: 25px;
    }
    .qodef-instagram-list .qodef-instagram-center-info .qodef-instagram-ic-title {
      margin: 0px 0 15px;
      font-size: 35px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-instagram-list .qodef-instagram-center-info {
      padding: 20px;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-instagram-list .qodef-instagram-center-info .qodef-instagram-ic-subtitle {
      margin: 20px 0 0;
    }
    .qodef-instagram-list .qodef-instagram-center-info .qodef-instagram-ic-title {
      font-size: 30px;
    }
    .qodef-instagram-list .qodef-instagram-center-info .qodef-m-button {
      margin: 0 0 20px;
    }
    .qodef-instagram-list .qodef-instagram-center-info .qodef-m-button .qodef-button {
      padding: 9px 37px;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-instagram-list .qodef-instagram-center-info {
      min-width: 240px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-instagram-list #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_7 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
      width: 50%;
    }
    .qodef-instagram-list .qodef-instagram-center-info {
      padding: 30px;
      min-width: 285px;
    }
    .qodef-instagram-list .qodef-instagram-ic-subtitle {
      margin: 35px 0 0;
    }
    .qodef-instagram-list .qodef-m-button {
      margin: 0 0 30px;
    }
  }
  
  /* ==========================================================================
     Instagram List responsive
     ========================================================================== */
  /* ==========================================================================
     Instagram List shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
      clear: both;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 33.33333%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 25%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 20%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 16.66667%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 14.28571%;
    }
  }
  
  @media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
      width: 12.5%;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
      margin-bottom: -50px;
    }
    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
      margin: 0 -25px;
    }
    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
      padding: 0 25px;
      margin: 0 0 50px;
    }
  }
  
  /* ==========================================================================
     Instagram List shortcode responsive styles
     ========================================================================== */
  /* ==========================================================================
     Portfolio Single Navigation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 480px) {
    #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
      width: 50%;
    }
    #qodef-single-portfolio-navigation .qodef-m-inner {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
      margin-top: 32px !important;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
      margin: 0 0 50px;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
      margin-top: 32px !important;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
      margin: 0 0 50px;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
      margin: 0 0 50px;
    }
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
      margin-top: 0 !important;
    }
  }
  
  /* ==========================================================================
     Portfolio Single variation responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
      margin: 0 0 50px;
    }
  }
  
  /* ==========================================================================
     Accordion shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 480px) {
    .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
      line-height: 1.8em;
    }
  }
  
  @media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide img {
      height: calc(100vh - 170px);
      -o-object-fit: cover;
         object-fit: cover;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-prev img {
      -webkit-transform: translateX(10%) scale(0.7) !important;
          -ms-transform: translateX(10%) scale(0.7) !important;
              transform: translateX(10%) scale(0.7) !important;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide.swiper-slide-next img {
      -webkit-transform: translateX(-10%) scale(0.7) !important;
          -ms-transform: translateX(-10%) scale(0.7) !important;
              transform: translateX(-10%) scale(0.7) !important;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-title {
      font-size: 45px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-button-prev,
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-button-next {
      display: none;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-pagination {
      display: none;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-advanced-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-wrapper .swiper-slide img {
      height: calc(70vh);
      -o-object-fit: cover;
         object-fit: cover;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-title {
      font-size: 30px;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-e-subtitle {
      margin: 0 0 15px;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-m-slide-content .qodef-m-button {
      margin-top: 35px;
    }
    .qodef-advanced-image-gallery.qodef-swiper-container .swiper-pagination-bullets {
      bottom: 0 !important;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-alternating-banner .qodef-alternating-banner-item {
      display: block;
    }
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-image,
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-image-right .qodef-m-content {
      margin: 0 0 25px;
    }
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-without-button .qodef-m-content {
      width: 100%;
      padding-top: 100%;
      position: relative;
    }
    .qodef-alternating-banner .qodef-alternating-banner-item.qodef-ab-without-button .qodef-m-content-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-image,
    .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-content {
      width: 100%;
      margin: 0 0 25px;
    }
    .qodef-alternating-banner .qodef-alternating-banner-item .qodef-m-content-inner {
      padding: 86px 35px 95px;
    }
  }
  
  /* ==========================================================================
     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;
    }
  }
  
  /* ==========================================================================
     Cards Gallery shortcode responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 768px) {
    .qodef-cards-gallery .qodef-m-fake-card {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
    }
    .qodef-cards-gallery.qodef-cards-gallery-2-items {
      padding-right: 0;
    }
    .qodef-cards-gallery.qodef-cards-gallery-2-items.qodef-orientation--right {
      padding-left: 0;
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
      -webkit-transform: scale(0.87);
          -ms-transform: scale(0.87);
              transform: scale(0.87);
      left: -7%;
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
      -webkit-transform: scale(0.3) translateX(84%);
          -ms-transform: scale(0.3) translateX(84%);
              transform: scale(0.3) translateX(84%);
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
      -webkit-transform: scale(0.4) translateX(60%);
          -ms-transform: scale(0.4) translateX(60%);
              transform: scale(0.4) translateX(60%);
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
      -webkit-transform: scale(0.5) translateX(39%);
          -ms-transform: scale(0.5) translateX(39%);
              transform: scale(0.5) translateX(39%);
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
      -webkit-transform: scale(0.6) translateX(25%);
          -ms-transform: scale(0.6) translateX(25%);
              transform: scale(0.6) translateX(25%);
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
      -webkit-transform: scale(0.87) translate(7%, -7%);
          -ms-transform: scale(0.87) translate(7%, -7%);
              transform: scale(0.87) translate(7%, -7%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
      -webkit-transform: scale(0.87);
          -ms-transform: scale(0.87);
              transform: scale(0.87);
      right: -7%;
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
      -webkit-transform: scale(0.3) translateX(-84%);
          -ms-transform: scale(0.3) translateX(-84%);
              transform: scale(0.3) translateX(-84%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
      -webkit-transform: scale(0.4) translateX(-60%);
          -ms-transform: scale(0.4) translateX(-60%);
              transform: scale(0.4) translateX(-60%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
      -webkit-transform: scale(0.5) translateX(-39%);
          -ms-transform: scale(0.5) translateX(-39%);
              transform: scale(0.5) translateX(-39%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
      -webkit-transform: scale(0.6) translateX(-25%);
          -ms-transform: scale(0.6) translateX(-25%);
              transform: scale(0.6) translateX(-25%);
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
      -webkit-transform: scale(0.87) translate(-7%, 7%);
          -ms-transform: scale(0.87) translate(-7%, 7%);
              transform: scale(0.87) translate(-7%, 7%);
    }
  }
  
  /* ==========================================================================
     Cards Gallery shortcode responsive style - end
     ========================================================================== */
  /* ==========================================================================
     Comparison Pricing Table shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 768px) {
    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table, .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
      display: block;
      width: 100%;
    }
    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table:not(.qodef--features), .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table:not(.qodef--features) {
      border-top: 0;
      border-left-width: 1px;
    }
    .qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features, .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
      width: 100%;
    }
  }
  
  /* ==========================================================================
     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 {
      font-size: 100px;
    }
    .qodef-countdown.qodef-layout--simple .qodef-label {
      margin: 28px 0 0;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit {
      font-size: 75px;
    }
    .qodef-countdown.qodef-layout--simple .qodef-label {
      margin: 20px 0 0;
    }
  }
  
  /* ==========================================================================
     Frame Slider shortcode responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-frame-slider-holder {
      margin-bottom: 96px;
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
      bottom: -96px !important;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-frame-slider-holder {
      margin-bottom: 86px;
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
      bottom: -86px !important;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-frame-slider-holder {
      margin-bottom: 76px;
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
      bottom: -76px !important;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-frame-slider-holder {
      margin-bottom: 46px;
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
      bottom: -46px !important;
    }
  }
  
  /* ==========================================================================
     Frame Slider shortcode responsive style - end
     ========================================================================== */
  /* ==========================================================================
     Section Title shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-image-gallery.qodef-layout--masonry.qodef-col-num--2 .qodef-image-wrapper.qodef-grid-item {
      margin: 0 0 23px;
    }
  }
  
  @media only screen and (min-width: 681px) and (max-width: 768px) {
    .qodef-image-gallery.qodef-layout--masonry.qodef-col-num--2 .qodef-image-wrapper.qodef-grid-item {
      margin: 0 0 18px;
    }
  }
  
  /* ==========================================================================
     Image Marquee shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
      display: none;
    }
    .qodef-image-marquee .qodef-m-content.qodef--mobile {
      display: block;
    }
  }
  
  /* ==========================================================================
     Section Title shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
      display: none;
    }
  }
  
  /* ==========================================================================
     Interactive Link Showcase shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1440px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images img {
      max-width: 80%;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-3-holder {
      right: 5.2%;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-4-holder {
      right: 0.5%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-2-holder {
      left: 7.8%;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-4-holder {
      top: 43%;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-images {
      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-interactive-link-showcase.qodef-layout--list .qodef-image-2-holder,
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-3-holder,
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-4-holder,
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-5-holder {
      display: none;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-1-holder {
      position: relative;
      top: auto !important;
      left: auto !important;
    }
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-image-1-holder img {
      max-width: 100% !important;
      -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
              transform: scale(0.85);
    }
  }
  
  /* ==========================================================================
     Item Showcase shortcode responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-item-showcase {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .qodef-item-showcase .qodef-m-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      padding-right: 40px;
      margin: 0 !important;
    }
    .qodef-item-showcase .qodef-m-items {
      left: 40%;
      width: calc(100% - 40%);
    }
    .qodef-item-showcase .qodef-m-items .qodef-m-item {
      -webkit-transition-delay: 0ms;
           -o-transition-delay: 0ms;
              transition-delay: 0ms;
    }
    .qodef-item-showcase .qodef-m-items.qodef--left {
      text-align: left;
    }
    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
      margin-top: 40px;
    }
    .qodef-item-showcase .qodef-m-item {
      margin-top: 40px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-item-showcase .qodef-m-image {
      display: none;
    }
    .qodef-item-showcase .qodef-m-items {
      left: 0;
      width: 100%;
    }
  }
  
  /* ==========================================================================
     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: 480px) {
    .qodef-section-title h1.qodef-m-title {
      font-size: 65px;
      line-height: 70px;
    }
  }
  
  /* ==========================================================================
     Stacked Images responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
      margin-left: calc(-5% - 6px);
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
      padding: 50px 25px 50px;
      min-width: 300px;
      width: 300px;
      margin-left: -30%;
      -webkit-transform: translateY(130%);
          -ms-transform: translateY(130%);
              transform: translateY(130%);
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-stacked-content-holder img {
      width: 100%;
    }
    .qodef-stacked-images.qodef-layout--box-with-text .qodef-m-content {
      padding: 14px 15px 14px;
      min-width: 255px;
      width: 255px;
      margin-left: -80%;
      -webkit-transform: translateY(70%);
          -ms-transform: translateY(70%);
              transform: translateY(70%);
    }
  }
  
  /* ==========================================================================
     Stacked Images responsive style - end
     ========================================================================== */
  /* ==========================================================================
     Swapping image gallery shortcode responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
      padding-left: 60px;
    }
    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
      padding-right: 60px;
    }
    .qodef-swapping-image-gallery .qodef-m-info {
      padding-top: 30px;
    }
    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
      margin: 0 0 30px;
    }
    .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
      display: none;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-swapping-image-gallery {
      display: block;
    }
    .qodef-swapping-image-gallery .qodef-m-info,
    .qodef-swapping-image-gallery .qodef-m-image-holder {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
    }
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
      padding-left: 0;
    }
    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
      padding-right: 0;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-swapping-image-gallery .qodef-m-image-holder {
      margin: 30px;
    }
    .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
      margin: 0 0 40px;
      width: calc(50% - 20px);
    }
    .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail:nth-child(odd) {
      margin-right: 20px;
    }
    .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail:nth-child(even) {
      margin-left: 20px;
    }
  }
  
  /* ==========================================================================
     Swapping image gallery shortcode responsive style - end
     ========================================================================== */
  @media only screen and (max-width: 680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
      display: block;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
      padding-right: 0;
      margin-right: 0;
      border-right: 0;
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
      margin-top: 26px;
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
      margin: 26px 0 0;
    }
  }
  
  @media only screen and (max-width: 1440px) {
    .qodef-vertical-split-slider .qodef-m-image {
      max-height: 480px;
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .qodef-vertical-split-slider .qodef-m-title {
      font-size: 100px !important;
    }
    .qodef-vertical-split-slider .qodef-m-image {
      max-height: 435px;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
      display: none;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive {
      display: block;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-image {
      min-height: 100vh;
      background-position: center top;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-image {
      position: relative;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-content {
      padding: 15% 10% 10%;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-title,
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-text {
      color: #fff;
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-text {
      margin: 13px 0 0;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
      display: none;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive {
      display: block;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-slide-image {
      min-height: 100vh;
      background-position: center top;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-slide-image {
      position: relative;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-slide-image .qodef-e-title-link {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-slide-content {
      padding: 15% 10% 10%;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-title,
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-text {
      color: #fff;
    }
    .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vss-responsive .qodef-m-text {
      margin: 13px 0 0;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vss-responsive .qodef-m-slide-image {
      background-size: auto 100%;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-vss-responsive.qodef-m .qodef-m-slide-content {
      padding: 40% 10% 10% !important;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .qodef-vss-responsive.qodef-m .qodef-m-title {
      font-size: 45px;
    }
  }
  
  /* ==========================================================================
     Workflow shortcode responsive style - begin
     ========================================================================== */
  @media only screen and (max-width: 1440px) {
    .qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
    .qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
    .qodef-workflow .qodef-e-workflow-item-inner:after {
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 1280px) {
    .qodef-workflow .qodef-e-workflow-item-inner:after {
      width: 20%;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .qodef-workflow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
    }
    .qodef-workflow .qodef-e-workflow-image {
      display: none;
    }
    .qodef-workflow .qodef-e-workflow-item {
      margin-bottom: 30px;
    }
    .qodef-workflow .qodef-e-workflow-item-inner:after {
      width: 0;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .qodef-workflow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .qodef-workflow .qodef-e-workflow-item {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
      text-align: center !important;
    }
  }
  
  /* ==========================================================================
     Workflow shortcode responsive style - end
     ========================================================================== */
  /* ==========================================================================
     Title responsive styles
     ========================================================================== */
  @media only screen and (max-width: 1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
      padding-top: 0 !important;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }