/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Svg Background Printing - begin
   ========================================================================== */
/* ==========================================================================
   Svg Background Printing - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Keyframes settings
   ========================================================================== */
@-webkit-keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@-webkit-keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-webkit-keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@-webkit-keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@-webkit-keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@-webkit-keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@-webkit-keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@-webkit-keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ==========================================================================
   Theme - Table of contents
   
 * 1.0 Reset styles
 * 2.0 Accessibility styles
 * 3.0 Alignments styles
 * 4.0 Clearings styles
 * 5.0 Typography styles
 * 6.0 Input Fields styles
 * 7.0 Grid styles
 * 8.0 Content styles
 * 9.0 Plugins styles
 * 10.0 Modules styles (Header, Footer, Title etc.)
 * 11.0 Responsive styles
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fafafa;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Cuprum";
  font-size: 1em;
  color: #919191;
}

code {
  background-color: #fafafa;
  padding: 0;
  font-family: "Cuprum";
  font-size: 1em;
  color: #919191;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #f2f2f2;
}

table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #f2f2f2;
}

table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #f2f2f2;
}

table td br {
  display: none;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

body:not([class*="masterds-core"]) hr {
  clear: both;
}

ul, ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}

ul.wp-block, ol.wp-block {
  margin-bottom: 1.5em;
}

ul:not(.wp-block), ol:not(.wp-block) {
  margin: 0 0 1.5em;
}

li > ul:not(.wp-block),
li > ol:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img, .wp-caption {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

input[type='submit'] {
  -webkit-appearance: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

kbd,
samp {
  font-family: "Cuprum";
  /* 1 */
  font-size: 1em;
  /* 2 */
  background-color: #fafafa;
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 13px !important;
  line-height: 1em !important;
  color: #919191;
  text-align: center;
  opacity: 1;
}

figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}

.wp-caption .wp-caption-text {
  opacity: 1;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

/* ==========================================================================
   2.0 Accessibility styles
   ========================================================================== */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow: hidden;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 !important;
  clear: left;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem !important;
  clear: right;
}

body:not([class*="masterds-core"]) .alignright {
  clear: right;
}

.qodef-content-alignment-left,
.qodef-content-alignment--left {
  text-align: left;
}

.qodef-content-alignment-center,
.qodef-content-alignment--center {
  text-align: center;
}

.qodef-content-alignment-right,
.qodef-content-alignment--right {
  text-align: right;
}

/* ==========================================================================
   4.0 Clearings styles
   ========================================================================== */
.clear:before, .clear:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-content:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== */
@font-face {
  font-family: 'HenriDidot';
  src: url("../../assets/fonts/henri-didot/henrididot-webfont.otf") format("otf"), url("../../assets/fonts/henri-didot/henrididot-webfont.ttf") format("truetype"), url("../../assets/fonts/henri-didot/henrididot-webfont.eot"), url("../../assets/fonts/henri-didot/henrididot-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/henri-didot/henrididot-webfont.woff2") format("woff2"), url("../../assets/fonts/henri-didot/henrididot-webfont.woff") format("woff"), url("../../assets/fonts/henri-didot/henrididot-webfont.svg#henrididot") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.571em;
  font-weight: 400;
  color: #919191;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Cuprum";
  font-size: 48px;
  line-height: 1.104em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 480px) {
  h1,
  .qodef-h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h1 a,
.qodef-h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:hover,
.qodef-h1 a:hover {
  color: #000;
}

h2,
.qodef-h2 {
  font-family: "Cuprum";
  font-size: 38px;
  line-height: 1.053em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h2 a,
.qodef-h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:hover,
.qodef-h2 a:hover {
  color: #000;
}

h3,
.qodef-h3 {
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 a,
.qodef-h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:hover,
.qodef-h3 a:hover {
  color: #000;
}

h4,
.qodef-h4 {
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 a,
.qodef-h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:hover,
.qodef-h4 a:hover {
  color: #000;
}

h5,
.qodef-h5 {
  font-family: "Cuprum";
  font-size: 18px;
  line-height: 1.278em;
  font-weight: 800;
  letter-spacing: 0.015em;
  color: #1b1b1b;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a,
.qodef-h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:hover,
.qodef-h5 a:hover {
  color: #000;
}

h6,
.qodef-h6 {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a,
.qodef-h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:hover,
.qodef-h6 a:hover {
  color: #000;
}

a,
p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

a:hover,
p a:hover {
  color: #000;
}

p {
  margin: 10px 0;
}

p.has-background {
  padding: 20px 30px;
}

blockquote,
.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  font-style: italic;
  padding: 25px 5% 35px 55px;
  quotes: none;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  blockquote,
  .wp-block-quote {
    padding: 23px 5% 26px;
  }
}

blockquote:before, blockquote:after,
.wp-block-quote:before,
.wp-block-quote:after {
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  font-style: italic;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large,
.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 25px 5% 35px 55px;
}

blockquote.wp-block-pullquote,
.wp-block-quote.wp-block-pullquote {
  padding: 25px !important;
  text-align: center;
}

blockquote.wp-block-pullquote.alignleft,
.wp-block-quote.wp-block-pullquote.alignleft {
  max-width: 290px;
}

blockquote.wp-block-pullquote.alignright,
.wp-block-quote.wp-block-pullquote.alignright {
  max-width: 290px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

blockquote > *,
.wp-block-quote > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
}

blockquote p,
.wp-block-quote p {
  margin: 0 !important;
  display: inline;
}

blockquote cite,
blockquote .wp-block-quote__citation,
blockquote .wp-block-pullquote__citation,
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote .wp-block-pullquote__citation {
  display: block;
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400 !important;
  text-align: inherit !important;
  text-transform: uppercase !important;
}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 17px 20px;
  font-family: "Cuprum";
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  font-style: italic;
  color: #9c9c9c;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer input[type="text"], #qodef-page-footer
input[type="email"], #qodef-page-footer
input[type="url"], #qodef-page-footer
input[type="password"], #qodef-page-footer
input[type="number"], #qodef-page-footer
input[type="tel"], #qodef-page-footer
textarea {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

#qodef-page-footer input[type="text"]:focus, #qodef-page-footer
input[type="email"]:focus, #qodef-page-footer
input[type="url"]:focus, #qodef-page-footer
input[type="password"]:focus, #qodef-page-footer
input[type="number"]:focus, #qodef-page-footer
input[type="tel"]:focus, #qodef-page-footer
textarea:focus {
  color: #fff;
  background-color: transparent;
  border-color: #ccc;
}

.qodef-cf7-subscribe input[type="text"], .qodef-cf7-subscribe
input[type="email"], .qodef-cf7-subscribe
input[type="url"], .qodef-cf7-subscribe
input[type="password"], .qodef-cf7-subscribe
input[type="number"], .qodef-cf7-subscribe
input[type="tel"], .qodef-cf7-subscribe
textarea {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #919191 !important;
}

textarea {
  height: 240px;
}

.post-password-form input[type="password"] {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}

input[type="submit"],
button[type="submit"],
.qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.qodef-theme-button:hover {
  color: #fff;
  background-color: #2b2b2b;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

body .select2-container--default {
  /* just to make sure that this code overwrite styles from others plugin */
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 20px;
}

body .select2-container--default.select2-container--disabled .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
  display: none;
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #000;
}

body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

body .select2-container--default .select2-selection--single {
  display: block;
  height: 50px;
  padding: 13px 20px;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #9c9c9c;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  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;
  font-size: 16px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  content: '\e874';
  font-family: 'Linearicons-Free';
  font-style: normal;
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 58px;
  padding: 17px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #9c9c9c;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 0 10px;
  float: left;
  color: #fff;
  background-color: #000;
  border: 0;
  border-radius: 0;
  cursor: default;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

body .select2-container--default .select2-search--inline {
  float: left;
}

body .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #000;
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  z-index: 99999;
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #919191;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-results {
  display: block;
  font-family: "Cuprum";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .07em;
}

body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 10px 20px;
  list-style: none;
}

body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000;
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 1;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #dbb570;
}

/* ==========================================================================
   7.0 Grid styles
   ========================================================================== */
.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}

.qodef-content-grid.qodef-extended-grid {
  width: 100% !important;
  margin: 0;
}

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

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

.qodef--boxed .qodef-content-grid {
  width: 1120px;
}

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

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

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

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

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

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

.qodef-grid > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
    width: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
    left: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
    right: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
    width: 91.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
    left: 91.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
    right: 91.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
    width: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
    width: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
    left: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
    right: 75%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
    width: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
    width: 58.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
    left: 58.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
    right: 58.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
    width: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
    left: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
    right: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
    width: 41.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
    left: 41.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
    right: 41.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
    width: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
    width: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
    left: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
    right: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
    width: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
    width: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

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

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

.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

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

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

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
  height: 100%;
  overflow: hidden;
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  width: 100%;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
  visibility: hidden;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
  visibility: visible;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
  width: 0;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 66.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 40%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 28.57143%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 25%;
}

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

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
  margin: 0;
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-gutter--micro.qodef--no-bottom-space {
  margin-bottom: -4px;
}

.qodef-grid.qodef-gutter--micro > .qodef-grid-inner {
  margin: 0 -2px;
}

.qodef-grid.qodef-gutter--micro > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 2px;
  margin: 0 0 4px;
}

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

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
  margin: 0 -5px;
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 5px;
  margin: 0 0 10px;
}

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

.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
  margin: 0 -10px;
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 10px;
  margin: 0 0 20px;
}

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

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px;
}

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

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
  margin: 0 -20px;
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px;
}

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

.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
  margin: 0 -25px;
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px;
}

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

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
  margin: 0 -40px;
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 40px;
  margin: 0 0 80px;
}

/* ==========================================================================
   8.0 Content styles
   ========================================================================== */
#qodef-page-wrapper {
  position: relative;
  overflow: hidden;
}

#qodef-page-outer {
  position: relative;
}

#qodef-page-inner {
  position: relative;
  padding: 120px 0 79px;
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}

.qodef--boxed {
  background-color: #fafafa;
}

.qodef--boxed #qodef-page-wrapper {
  display: block;
  background-color: #fff;
}

.qodef--boxed #qodef-page-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.qodef--passepartout #qodef-page-wrapper {
  background-color: #fff;
}

/* ==========================================================================
   9.0 Magnific Popup styles
   ========================================================================== */
button.mfp-arrow {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

button.mfp-arrow:hover {
  opacity: 0.6;
}

button.mfp-arrow:before, button.mfp-arrow:after {
  border: 0;
  color: #fff;
  font-size: 45px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

button.mfp-arrow-left:after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 31.4 59.1%22 width=%2222%22 height=%2241%22%3E%3Cpolyline points=%22 30.8 0.6 0.6 29.6 30.8 58.6 %22 stroke=%22%23FFFFFF%22 fill=%22none%22 /%3E%3C/svg%3E") no-repeat center !important;
  width: 22px;
  height: 41px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

button.mfp-arrow-left:hover:after {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

button.mfp-arrow-right:after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 31.4 59.1%22 width=%2222%22 height=%2241%22%3E%3Cpolyline points=%22 0.6 58.6 30.8 29.6 0.6 0.6 %22 stroke=%22%23FFFFFF%22 fill=%22none%22 /%3E%3C/svg%3E") no-repeat center !important;
  width: 22px;
  height: 41px;
}

button.mfp-arrow-right:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

button.mfp-close {
  text-indent: -1000px;
  overflow: hidden;
  text-align: left !important;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

button.mfp-close:hover {
  opacity: 0.72;
}

button.mfp-close:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 15px;
  width: 19px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16.6 16.6%22 width=%2219%22 height=%2217%22%3E%3Cline x1=%220.8%22 y1=%220.8%22 x2=%2215.8%22 y2=%2215.8%22 stroke=%22%23FFFFFF%22 /%3E%3Cline x1=%220.8%22 y1=%2215.8%22 x2=%2215.8%22 y2=%220.8%22 stroke=%22%23FFFFFF%22/%3E%3C/svg%3E") no-repeat center !important;
}

.mfp-figure figure figcaption {
  margin: 0;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  font-family: "Cuprum";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================================
   9.0 Swiper carousel styles
   ========================================================================== */
.qodef-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}

.qodef-swiper-container .swiper-slide a:not(.button), .qodef-swiper-container .swiper-slide img {
  max-width: 100%;
}

.qodef-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}

.swiper-pagination-bullets {
  bottom: 32px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #bababa;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  background-color: #000;
}

.qodef-pag-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:after {
  background-color: #bababa;
}

.qodef-pag-skin--light .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  text-align: center;
}

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

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

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

.qodef-nav-skin--light .swiper-button-prev, .qodef-nav-skin--light
.swiper-button-next {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .elementor-widget-eona_core_testimonials_list .swiper-button-prev, .elementor-widget-eona_core_testimonials_list
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev svg,
.swiper-button-next svg {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.swiper-button-prev {
  left: 43px !important;
}

@media only screen and (max-width: 680px) {
  .swiper-button-prev {
    left: 14px !important;
  }
}

.swiper-button-prev:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.swiper-button-next {
  right: 43px !important;
}

@media only screen and (max-width: 680px) {
  .swiper-button-next {
    right: 14px !important;
  }
}

.swiper-button-next:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.swiper-button-prev.swiper-button-outside,
.swiper-button-next.swiper-button-outside {
  color: #000;
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(-300%) translateY(-50%);
      -ms-transform: translateX(-300%) translateY(-50%);
          transform: translateX(-300%) translateY(-50%);
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(300%) translateY(-50%);
      -ms-transform: translateX(300%) translateY(-50%);
          transform: translateX(300%) translateY(-50%);
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\33';
  font-family: 'ElegantIcons';
  font-size: 15px;
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  /* Important is because of widget default css */
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #919191;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #919191;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #919191;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #919191;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #919191;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #919191;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #919191;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #919191;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 8px 20px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #000;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #919191;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #919191;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #919191;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #919191;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #919191;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
/* ==========================================================================
   404 page styles
   ========================================================================== */
.error404 #qodef-page-outer {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: table;
  width: 100%;
}

.error404 #qodef-page-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.error404 #qodef-page-inner #qodef-page-content {
  width: 60%;
  margin: 0 auto;
}

#qodef-404-page {
  text-align: left;
}

#qodef-404-page .qodef-404-title {
  font-size: 200px;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 3px 0 0 0;
  font-family: "Cuprum";
  font-size: 35px;
  line-height: 1.4em;
}

#qodef-404-page .qodef-404-text .qodef-404-ital {
  font-style: italic;
}

#qodef-404-page .qodef-404-button {
  display: block;
  margin-top: 40px;
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-blog .qodef-blog-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media,
.qodef-blog .qodef-blog-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a, .qodef-blog .qodef-blog-item .qodef-e-media-image img {
  display: block;
  width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
  display: block;
}

.qodef-blog .qodef-blog-item .qodef-e-title {
  margin: 0 0 18px 0;
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
  margin: 15px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more .qodef-button {
  text-transform: lowercase;
}

.qodef-blog .qodef-blog-item .qodef-e-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (min-width: 681px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 19px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after {
  content: '-';
  position: absolute;
  top: 0;
  right: 5px;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
  color: inherit;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
  color: #000;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
  padding-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after {
  content: '';
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 5px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 45px;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-item {
  padding: 0 29px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-item:last-child {
  padding: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
  margin-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info-comments a {
  font-size: 14px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-comments:after {
  display: none;
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share-dropdown-opener {
  color: #bababa;
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share-dropdown-opener .qodef-social-title {
  margin-right: 4px;
  font-family: "Cuprum";
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #9c9c9c;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share-dropdown-opener .qodef-social-title:after {
  content: '\e051';
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 9px;
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share-dropdown-opener:hover {
  color: #000;
}

.qodef-blog .qodef-blog-item .qodef-e-info-share .qodef-social-share-dropdown-opener:hover .qodef-social-title {
  color: #000;
}

.qodef-blog .qodef-blog-item .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
  text-decoration: underline;
  position: relative;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
  content: '*';
  font-size: 1.5em;
  position: absolute;
  right: -0.5em;
  top: 0;
}

.qodef-blog .qodef-blog-item.has-post-thumbnail .qodef-e-media {
  margin-bottom: 25px;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7.6% 8.2% 8%;
  background-color: #f3f3f3;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link:after {
  position: absolute;
  top: -25px;
  right: -35px;
  content: '';
  display: block;
  width: 244px;
  height: 228px;
  background-image: url("../../assets/img/link-mark.png");
  z-index: 0;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  position: relative;
  margin: 0;
  z-index: 1;
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  font-size: 21px;
  letter-spacing: 0;
  color: #1b1b1b;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7.7% 8.8%;
  background-color: #f3f3f3;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote:before {
  position: absolute;
  top: -15px;
  left: 30px;
  content: '';
  display: block;
  width: 236px;
  height: 156px;
  background-image: url("../../assets/img/quote-mark.png");
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0;
  max-width: 85%;
  font-family: "Cuprum";
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  font-size: 21px;
  letter-spacing: 0;
  color: #1b1b1b;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  position: relative;
  display: block;
  margin: 15px 0 0;
  color: #919191;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author:before {
  content: '-';
  margin-right: 3px;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
  height: 100%;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef--list .qodef-blog-item {
  margin-bottom: 100px;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more {
  margin-top: 0;
}

.qodef-blog.qodef--list .qodef-blog-item.format-link {
  margin-bottom: 130px;
}

.qodef-blog.qodef--list .qodef-blog-item.format-quote {
  margin-bottom: 130px;
}

/* ==========================================================================
   Blog Single styles
   ========================================================================== */
.qodef-blog.qodef--single .qodef-blog-item {
  margin: 0 0 25px;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
  margin: 0 0 16px 0;
}

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

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  margin-top: 31px;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .wpb_content_element {
  margin-bottom: 29px;
}

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
  margin-bottom: 30px;
}

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote {
  margin-bottom: 30px;
}

/* ==========================================================================
   Comments styles
   ========================================================================== */
#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 96px;
}

#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0;
}

#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
}

#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 30px;
}

#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
  margin-top: 0;
}

#qodef-page-comments-list .qodef-comment-item {
  margin: 45px 0 0;
  padding: 0;
}

#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 100px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 46px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  margin: 0;
  display: block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  top: -7px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: 0;
  line-height: 1.2em;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  display: inline-block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 13px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  display: inline-block;
  float: right;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:last-child {
  margin-right: 0;
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-link {
  position: relative;
  color: #000;
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-link:before {
  content: '';
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

body[class*='eona-core'] #qodef-page-comments-list .qodef-comment-item .comment-reply-link:before {
  width: calc(100% - 22px);
}

body[class*='eona-core'] #qodef-page-comments-list .qodef-comment-item .comment-reply-link:after {
  content: '\e835';
  margin-left: 7px;
  font-family: 'Linearicons-Free';
}

#qodef-page-comments-list .qodef-comment-item .comment-reply-link:hover: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%;
}

#qodef-page-comments-list .qodef-comment-item .comment-edit-link {
  position: relative;
  color: #000;
}

#qodef-page-comments-list .qodef-comment-item .comment-edit-link:before {
  content: '';
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

body[class*='eona-core'] #qodef-page-comments-list .qodef-comment-item .comment-edit-link:before {
  width: calc(100% - 22px);
}

body[class*='eona-core'] #qodef-page-comments-list .qodef-comment-item .comment-edit-link:after {
  content: '\e802';
  margin-left: 7px;
  font-family: 'Linearicons-Free';
}

#qodef-page-comments-list .qodef-comment-item .comment-edit-link:hover: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%;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond {
  margin-top: 86px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title {
  position: relative;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond #cancel-comment-reply-link {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  #qodef-page-comments-list .qodef-comment-item .comment-respond #cancel-comment-reply-link {
    bottom: -17px;
    left: 0;
    right: auto;
  }
}

#qodef-page-comments-list .qodef-comment-item .comment-respond #cancel-comment-reply-link:hover {
  color: #000;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-notes {
  display: none;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond p {
  margin: 0;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=email],
#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=number],
#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=password],
#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=tel],
#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=text],
#qodef-page-comments-list .qodef-comment-item .comment-respond input[type=url] {
  margin: 0;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent {
  margin: 14px 0 8px;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent input,
#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  vertical-align: middle;
}

#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent input {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}

@media only screen and (max-width: 480px) {
  #qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent {
    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-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent label {
    margin: 0;
  }
}

#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px;
}

#qodef-page-comments-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 91px;
}

#qodef-page-comments-form .comment-reply-title {
  margin: 0 0 20px;
}

#qodef-page-comments-form .qodef-comment-form p {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-notes {
  margin: 10px 0 15px;
}

#qodef-page-comments-form .qodef-comment-form input[type=email],
#qodef-page-comments-form .qodef-comment-form input[type=number],
#qodef-page-comments-form .qodef-comment-form input[type=password],
#qodef-page-comments-form .qodef-comment-form input[type=tel],
#qodef-page-comments-form .qodef-comment-form input[type=text],
#qodef-page-comments-form .qodef-comment-form input[type=url] {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent > * {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  margin-right: 6px;
}

/* ==========================================================================
   Filter styles
   ========================================================================== */
.qodef-filter--on .qodef-hidden-filter-items {
  position: absolute !important;
  display: none !important;
  height: 0 !important;
  line-height: 1 !important;
}

.qodef-filter--on .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner {
  bottom: calc(50% - 16px) !important;
}

.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  max-width: 100%;
}

.qodef-filter-pos--center .qodef-m-filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-filter-pos--left .qodef-m-filter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qodef-m-filter .qodef-m-filter-items {
  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;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2px;
}

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 0 42px 8px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  color: #000;
}

.qodef-m-filter .qodef-following-border {
  position: absolute;
  bottom: 2px;
  left: 0;
  margin: 0 27px;
  width: 100%;
  height: 3px;
  background-color: #dbb570;
  z-index: 1;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer #qodef-page-footer-top-area .widget.widget_text {
  margin: 0 0 27px;
}

#qodef-page-footer-top-area {
  padding: 145px 0 60px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #4d4d4d;
}

#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0 30px;
}

.qodef--boxed #qodef-page-footer-top-area .qodef-content-full-width {
  padding-left: 0;
  padding-right: 0;
}

.qodef--boxed #qodef-page-footer-top-area {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1025px) {
  #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.half-quarters > .qodef-grid-inner > .qodef-grid-item:first-child {
    width: 50%;
  }
  #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.half-quarters > .qodef-grid-inner > .qodef-grid-item:nth-child(2), #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.half-quarters > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 25%;
  }
  #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.quarters-half > .qodef-grid-inner > .qodef-grid-item:first-child, #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.quarters-half > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
    width: 25%;
  }
  #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3.quarters-half > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 50%;
  }
}

#qodef-page-footer-bottom-area {
  padding: 38px 0;
  background-color: #000;
  border-top: 0 solid #f2f2f2;
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 0 30px;
}

.qodef--boxed #qodef-page-footer-bottom-area .qodef-content-full-width {
  padding-left: 0;
  padding-right: 0;
}

.qodef--boxed #qodef-page-footer-bottom-area {
  padding-left: 30px;
  padding-right: 30px;
}

#qodef-page-footer-bottom-area .qodef-grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
  display: inline-block;
  margin: 0 24px !important;
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-right: 0 !important;
}

#qodef-page-footer-bottom-area .widget p {
  margin: 0;
}

#qodef-page-footer-bottom-area .qodef-layout--columns.qodef-col-num--2 .qodef-grid-item:nth-child(2) {
  text-align: right;
}

.wp-block-button {
  float: none;
  margin: 1em 0;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.wp-block-button.is-style-outline {
  border: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-width: 1px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem;
}

.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}

.wp-block-image .alignleft {
  margin: 0.6em 1em 1rem 0 !important;
}

.wp-block-image .alignright {
  margin: 0.6em 0 1rem 1em !important;
}

.wp-block-image .aligncenter {
  clear: both;
}

.wp-block-image figcaption {
  margin: 7px 0 0;
}

.wp-block-cover-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.wp-block-cover-image p, .wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover-image p a, .wp-block-cover-image h1 a, .wp-block-cover-image h2 a, .wp-block-cover-image h3 a, .wp-block-cover-image h4 a, .wp-block-cover-image h5 a, .wp-block-cover-image h6 a {
  color: #fff !important;
}

.wp-block-cover-image p a:hover, .wp-block-cover-image h1 a:hover, .wp-block-cover-image h2 a:hover, .wp-block-cover-image h3 a:hover, .wp-block-cover-image h4 a:hover, .wp-block-cover-image h5 a:hover, .wp-block-cover-image h6 a:hover {
  color: #000 !important;
}

.wp-block-cover-image *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-cover {
  margin-bottom: 1rem;
}

.wp-block-cover.alignleft {
  margin-right: 2em;
}

.wp-block-cover.alignright {
  margin-left: 2em;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}

.wp-block-cover p, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover p a, .wp-block-cover h1 a, .wp-block-cover h2 a, .wp-block-cover h3 a, .wp-block-cover h4 a, .wp-block-cover h5 a, .wp-block-cover h6 a {
  color: #fff !important;
}

.wp-block-cover p a:hover, .wp-block-cover h1 a:hover, .wp-block-cover h2 a:hover, .wp-block-cover h3 a:hover, .wp-block-cover h4 a:hover, .wp-block-cover h5 a:hover, .wp-block-cover h6 a:hover {
  color: #000 !important;
}

.wp-block-cover *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-gallery {
  margin-bottom: 2rem;
}

.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0;
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
  margin: 0;
}

.wp-block-gallery ul.blocks-gallery-grid + figcaption {
  margin-top: 0;
}

.wp-block-pullquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  z-index: -2;
}

.wp-block-pullquote blockquote {
  padding: 25px !important;
}

.wp-block-pullquote blockquote > p {
  display: inline;
}

.has-drop-cap:after {
  content: '';
  display: table;
  table-layout: fixed;
  clear: both;
}

.wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.wp-block-file:hover {
  color: #000;
}

.wp-block-group.has-background {
  padding: 20px 30px;
}

.gallery-item img {
  border: 0 !important;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100px;
  z-index: 100;
}

#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 100%;
}

#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  width: 50%;
}

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

/* ==========================================================================
   Justified Gallery styles
   ========================================================================== */
.qodef-layout--justified-gallery {
  height: auto !important;
  visibility: hidden;
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
  visibility: visible;
}

.qodef-layout--justified-gallery .qodef-grid-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item {
  position: absolute;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}

.qodef-layout--justified-gallery > .jg-filtered {
  display: none;
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 100%;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
}

.qodef-mobile-header-opener svg.qodef--initial {
  display: block;
  width: 32px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  z-index: 10;
}

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

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

.qodef-mobile-header-navigation ul li a {
  font-size: 14px;
  line-height: 1.29em;
}

.qodef-mobile-header-navigation ul li ul {
  display: none;
  padding: 10px 0;
}

.qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  content: '\e876';
  font-family: Linearicons-Free;
  font-size: 12px;
  font-style: normal;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  line-height: inherit;
  color: inherit;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -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-mobile-header-navigation ul li.menu-item-has-children > a .qodef-menu-item-text {
  position: relative;
}

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

body:not([class*='eona-core']) .qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  content: ">";
  font-size: 18px;
}

.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.qodef-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 34px 0;
}

.qodef-mobile-header-navigation > ul > li {
  padding: 10px 0;
}

.qodef-mobile-header-navigation > ul > li > a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}

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

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

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

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

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover {
  color: #2d2d2d;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover .qodef-menu-item-text {
  color: #2d2d2d;
}

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

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

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children > a:after {
  top: 5px;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation {
  height: 100%;
}

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

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

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

.qodef-header-navigation ul li a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-header-navigation ul li a .qodef-menu-item-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  padding: 0 3px;
}

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

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

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

.qodef-header-navigation ul li.qodef-hide-link > a .qodef-menu-item-text {
  color: inherit;
  background-color: transparent;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: -2px;
  width: 235px;
  margin: 0;
  padding: 27px 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -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-menu-item--narrow ul li {
  padding: 8px 24px;
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:hover {
  color: #fff;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  content: "\e876";
  font-family: Linearicons-Free;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 7px;
  right: 27px;
}

body:not([class*='eona-core']) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  content: ">";
  font-size: 18px;
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: -27px;
  left: 100%;
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  content: "\e875";
  left: 27px;
  right: auto;
}

body:not([class*='eona-core']) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after:after {
  content: "<";
  font-size: 18px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
  left: -100%;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  margin-top: 34px;
}

.qodef-header-navigation > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.qodef-header-navigation > ul > li {
  height: 100%;
  padding: 0 24px;
}

.qodef-header-navigation > ul > li:last-child {
  padding-right: 0;
}

.qodef-header-navigation > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text {
  padding: 0;
}

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

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

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

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

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

.qodef-header-navigation > ul > li.qodef-hide--link > a .qodef-menu-item-text:after {
  opacity: 0;
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}

.search-results .qodef-m-pagination {
  margin-top: 30px;
}

.qodef-m-pagination.qodef--wp .nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 13px;
  font-family: "Cuprum";
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #000;
}

.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
  display: none;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev, .qodef-m-pagination.qodef--wp .page-numbers.next {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:after, .qodef-m-pagination.qodef--wp .page-numbers.next:after {
  display: none;
}

body:not([class*="eona-core"]) .qodef-m-pagination.qodef--wp .page-numbers.prev, body:not([class*="eona-core"]) .qodef-m-pagination.qodef--wp .page-numbers.next {
  top: 0;
  font-size: 17px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 20px;
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 20px;
}

.qodef-m-pagination.qodef--wp .page-numbers:hover:after, .qodef-m-pagination.qodef--wp .page-numbers.current:after {
  opacity: 1;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-item-layout--standard .qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  margin-top: 44px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-item-layout--centered .qodef-m-pagination.qodef--standard .qodef-m-pagination-items,
.qodef-item-layout--standard-alternating .qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 13px;
  font-family: "Cuprum";
  font-size: 15px;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
  display: none;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  position: relative;
  font-size: 12px;
  line-height: 1;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after {
  display: none;
}

body:not([class*="eona-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, body:not([class*="eona-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  top: 0;
  font-size: 17px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .lnr, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .lnr {
  font-weight: 800;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a span, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-top: 0;
  margin-right: 33px;
  margin-left: -5px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover span {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-top: 0;
  margin-left: 20px;
  margin-right: -5px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover span {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item: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%;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

.qodef-m-pagination.qodef--load-more {
  text-align: center;
  text-transform: lowercase;
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
  opacity: 1;
}

.qodef-m-pagination.qodef--infinite-scroll {
  text-align: center;
}

.qodef-pagination--on .qodef-m-pagination-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
  fill: #000;
  stroke: none;
  visibility: hidden;
  z-index: -1;
  -webkit-animation: qode-rotate 2s infinite linear;
          animation: qode-rotate 2s infinite linear;
}

.qodef-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-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
  position: absolute;
  bottom: calc(50% - 16px);
  left: calc(50% - 16px);
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 16px);
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
  opacity: 0;
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}

.qodef-single-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: 15px 0;
}

.qodef-single-links .qodef-m-single-links-title {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  margin-right: 10px;
}

.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: #000;
}

.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0;
}

.qodef-single-links > span:not(.qodef-m-single-links-title) {
  color: #000;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
  margin: 0 0 20px;
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
  width: 100%;
  margin: 0;
}

.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input,
.qodef-search .qodef-e-search-heading .qodef-search-form button {
  height: 50px;
  padding: 10px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 30px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-family: "Cuprum";
  font-size: 14px;
  font-style: italic;
  color: #919191;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
  border-color: #f2f2f2;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span {
  display: block;
  line-height: inherit;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
  display: block;
  line-height: inherit;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button svg {
  vertical-align: middle;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button svg path {
  fill: #bababa;
}

.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
  color: #000;
}

.qodef-search article {
  margin-bottom: 30px;
}

.qodef-search article:last-child {
  margin-bottom: 0;
}

.qodef-search article .qodef-e-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-search article .qodef-e-inner > * {
  width: 100%;
}

.qodef-search article .qodef-e-inner .qodef-e-image {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  padding-right: 30px;
}

.qodef-search article .qodef-e-inner .qodef-e-title {
  margin: 0;
}

.qodef-search article .qodef-e-inner .qodef-e-excerpt {
  margin: 15px 0 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 525px;
  background-color: #f2f2f2;
}

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

.qodef-page-title .qodef-m-content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-page-title .qodef-m-title {
  margin: 0;
}

/* ==========================================================================
   Widgets styles
   ========================================================================== */
.widget {
  margin: 0 0 35px;
}

.widget:last-child {
  margin-bottom: 0 !important;
}

.widget .qodef-widget-title {
  margin: 0 0 24px;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget .qodef-widget-title a:hover {
  color: #000;
}

.widget a {
  color: #919191;
}

.widget a:hover {
  color: #000;
}

.widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
}

.widget.widget_archive .select2, .widget.widget_categories .select2, .widget.widget_text .select2 {
  margin-bottom: 0;
}

.widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

.widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

.widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

.widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #000;
}

.widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

.widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

.widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

.widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #000;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_calendar table {
  table-layout: fixed;
}

.widget.widget_calendar #today {
  color: white;
  background-color: #000;
}

.widget.widget_calendar #today a {
  color: inherit;
}

.widget.widget_calendar tfoot a {
  color: #919191;
}

.widget.widget_calendar tfoot a:hover {
  color: #000;
}

.widget.widget_text {
  margin: 0 0 19px;
}

.widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

.widget.widget_text img {
  display: block;
}

.widget.widget_text .textwidget p {
  margin: 5px 0;
}

.widget.widget_rss ul li {
  margin-bottom: 25px;
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

.widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

.widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

.widget.widget_search .qodef-widget-title {
  margin-bottom: 24;
}

.widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_search input,
.widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

.widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: transparent;
}

.widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.widget_search button span {
  display: block;
  line-height: inherit;
}

.widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

.widget.widget_search button:hover {
  color: #919191;
}

.widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

.widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

.widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

.widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

.widget.widget_media_image {
  margin-bottom: 0;
}

.widget.widget_media_image a, .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 13px;
}

.widget.widget_nav_menu ul li a {
  position: relative;
}

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

.widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

.widget.widget_nav_menu ul li a: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%;
}

.widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

#qodef-top-area .widget {
  margin: 0 0 0px;
  color: #fff;
}

#qodef-top-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 24px;
  color: #fff;
}

#qodef-top-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #e0e0e0;
}

#qodef-top-area .widget a {
  color: #fff;
}

#qodef-top-area .widget a:hover {
  color: #e0e0e0;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

#qodef-top-area .widget.widget_archive select, #qodef-top-area .widget.widget_categories select, #qodef-top-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
}

#qodef-top-area .widget.widget_archive .select2, #qodef-top-area .widget.widget_categories .select2, #qodef-top-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-top-area .widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

#qodef-top-area .widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

#qodef-top-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-top-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-top-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #e0e0e0;
}

#qodef-top-area .widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #e0e0e0;
}

#qodef-top-area .widget.widget_calendar {
  width: 100%;
}

#qodef-top-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-top-area .widget.widget_calendar #today {
  color: #1f1f1f;
  background-color: #e0e0e0;
}

#qodef-top-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-top-area .widget.widget_calendar tfoot a {
  color: #fff;
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #e0e0e0;
}

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

#qodef-top-area .widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

#qodef-top-area .widget.widget_text img {
  display: block;
}

#qodef-top-area .widget.widget_text .textwidget p {
  margin: 5px 0;
}

#qodef-top-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}

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

#qodef-top-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-top-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-top-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-top-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 24;
}

#qodef-top-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-top-area .widget.widget_search input,
#qodef-top-area .widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-top-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#qodef-top-area .widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: transparent;
}

#qodef-top-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#qodef-top-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-top-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-top-area .widget.widget_search button:hover {
  color: #919191;
}

#qodef-top-area .widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer #qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #e0e0e0;
}

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

#qodef-top-area .widget.widget_media_image a, #qodef-top-area .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 13px;
}

#qodef-top-area .widget.widget_nav_menu ul li a {
  position: relative;
}

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

#qodef-top-area .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

#qodef-top-area .widget.widget_nav_menu ul li a: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%;
}

#qodef-top-area .widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

#qodef-page-footer .widget {
  margin: 0 0 35px;
  color: #ccc;
}

#qodef-page-footer .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 26px;
  color: #fff;
}

#qodef-page-footer .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #bababa;
}

#qodef-page-footer .widget a {
  color: #fff;
}

#qodef-page-footer .widget a:hover {
  color: #bababa;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

#qodef-page-footer .widget.widget_archive select, #qodef-page-footer .widget.widget_categories select, #qodef-page-footer .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
}

#qodef-page-footer .widget.widget_archive .select2, #qodef-page-footer .widget.widget_categories .select2, #qodef-page-footer .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

#qodef-page-footer .widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

#qodef-page-footer .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-page-footer .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-page-footer .widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #bababa;
}

#qodef-page-footer .widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #bababa;
}

#qodef-page-footer .widget.widget_calendar {
  width: 100%;
}

#qodef-page-footer .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-page-footer .widget.widget_calendar #today {
  color: #454545;
  background-color: #bababa;
}

#qodef-page-footer .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #fff;
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #bababa;
}

#qodef-page-footer .widget.widget_text {
  margin: 0 0 19px;
}

#qodef-page-footer .widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

#qodef-page-footer .widget.widget_text img {
  display: block;
}

#qodef-page-footer .widget.widget_text .textwidget p {
  margin: 5px 0;
}

#qodef-page-footer .widget.widget_rss ul li {
  margin-bottom: 25px;
}

#qodef-page-footer .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
  margin-bottom: 26;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_search input,
#qodef-page-footer .widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-page-footer .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#qodef-page-footer .widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: #000;
}

#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#qodef-page-footer .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_search button:hover {
  color: #919191;
}

#qodef-page-footer .widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer #qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: #bababa;
}

#qodef-page-footer .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_media_image a, #qodef-page-footer .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 0px;
}

#qodef-page-footer .widget.widget_nav_menu ul li a {
  position: relative;
}

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

#qodef-page-footer .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

#qodef-page-footer .widget.widget_nav_menu ul li a: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%;
}

#qodef-page-footer .widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

#qodef-side-area .widget {
  margin: 0 0 22px;
  color: #bababa;
}

#qodef-side-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 15px;
  color: #fff;
}

#qodef-side-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #fff;
}

#qodef-side-area .widget a {
  color: #bababa;
}

#qodef-side-area .widget a:hover {
  color: #fff;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

#qodef-side-area .widget.widget_archive select, #qodef-side-area .widget.widget_categories select, #qodef-side-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
}

#qodef-side-area .widget.widget_archive .select2, #qodef-side-area .widget.widget_categories .select2, #qodef-side-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

#qodef-side-area .widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

#qodef-side-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-side-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-side-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #fff;
}

#qodef-side-area .widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #fff;
}

#qodef-side-area .widget.widget_calendar {
  width: 100%;
}

#qodef-side-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-side-area .widget.widget_calendar #today {
  color: black;
  background-color: #fff;
}

#qodef-side-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #bababa;
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #fff;
}

#qodef-side-area .widget.widget_text {
  margin: 0 0 19px;
}

#qodef-side-area .widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

#qodef-side-area .widget.widget_text img {
  display: block;
}

#qodef-side-area .widget.widget_text .textwidget p {
  margin: 5px 0;
}

#qodef-side-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}

#qodef-side-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-side-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 15;
}

#qodef-side-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-side-area .widget.widget_search input,
#qodef-side-area .widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-side-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#qodef-side-area .widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: transparent;
}

#qodef-side-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#qodef-side-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-side-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-side-area .widget.widget_search button:hover {
  color: #919191;
}

#qodef-side-area .widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer #qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}

#qodef-side-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_media_image a, #qodef-side-area .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 13px;
}

#qodef-side-area .widget.widget_nav_menu ul li a {
  position: relative;
}

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

#qodef-side-area .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget.widget_nav_menu ul li a: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%;
}

#qodef-side-area .widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

#qodef-fullscreen-area .widget {
  margin: 0 0 35px;
  color: #fff;
}

#qodef-fullscreen-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-fullscreen-area .widget .qodef-widget-title {
  margin: 0 0 14px;
  color: #fff;
}

#qodef-fullscreen-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-fullscreen-area .widget .qodef-widget-title a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget a {
  color: #bababa;
}

#qodef-fullscreen-area .widget a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

#qodef-fullscreen-area .widget.widget_archive select, #qodef-fullscreen-area .widget.widget_categories select, #qodef-fullscreen-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
}

#qodef-fullscreen-area .widget.widget_archive .select2, #qodef-fullscreen-area .widget.widget_categories .select2, #qodef-fullscreen-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-fullscreen-area .widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

#qodef-fullscreen-area .widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

#qodef-fullscreen-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-fullscreen-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-fullscreen-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

#qodef-fullscreen-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer #qodef-fullscreen-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_calendar {
  width: 100%;
}

#qodef-fullscreen-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-fullscreen-area .widget.widget_calendar #today {
  color: black;
  background-color: #fff;
}

#qodef-fullscreen-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a {
  color: #bababa;
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_text {
  margin: 0 0 19px;
}

#qodef-fullscreen-area .widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

#qodef-fullscreen-area .widget.widget_text img {
  display: block;
}

#qodef-fullscreen-area .widget.widget_text .textwidget p {
  margin: 5px 0;
}

#qodef-fullscreen-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}

#qodef-fullscreen-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-fullscreen-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-fullscreen-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-fullscreen-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-fullscreen-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 14;
}

#qodef-fullscreen-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-fullscreen-area .widget.widget_search input,
#qodef-fullscreen-area .widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-fullscreen-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#qodef-fullscreen-area .widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: #000;
}

#qodef-fullscreen-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-fullscreen-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-fullscreen-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-fullscreen-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-fullscreen-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-fullscreen-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 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-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-fullscreen-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-fullscreen-area .widget.widget_search button:hover {
  color: #919191;
}

#qodef-fullscreen-area .widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

#qodef-fullscreen-area .widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer #qodef-fullscreen-area .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

#qodef-fullscreen-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

#qodef-fullscreen-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-fullscreen-area .widget.widget_media_image a, #qodef-fullscreen-area .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 13px;
}

#qodef-fullscreen-area .widget.widget_nav_menu ul li a {
  position: relative;
}

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

#qodef-fullscreen-area .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

#qodef-fullscreen-area .widget.widget_nav_menu ul li a: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%;
}

#qodef-fullscreen-area .widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

.qodef-header--light #qodef-page-header .widget {
  margin: 0 0 35px;
}

.qodef-header--light #qodef-page-header .widget:last-child {
  margin-bottom: 0 !important;
}

.qodef-header--light #qodef-page-header .widget .qodef-widget-title {
  margin: 0 0 24px;
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget .qodef-widget-title a {
  color: inherit;
}

.qodef-header--light #qodef-page-header .widget .qodef-widget-title a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget a {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.qodef-header--light #qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 7px;
}

.qodef-header--light #qodef-page-header .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.qodef-header--light #qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 7px;
}

.qodef-header--light #qodef-page-header .widget.widget_archive select, .qodef-header--light #qodef-page-header .widget.widget_categories select, .qodef-header--light #qodef-page-header .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 6px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
}

.qodef-header--light #qodef-page-header .widget.widget_archive .select2, .qodef-header--light #qodef-page-header .widget.widget_categories .select2, .qodef-header--light #qodef-page-header .widget.widget_text .select2 {
  margin-bottom: 0;
}

.qodef-header--light #qodef-page-header .widget.widget_archive .qodef-widget-title {
  margin: 0 0 14px;
}

.qodef-header--light #qodef-page-header .widget.widget_archive ul:not(.qodef-shortcode-list) li {
  margin: 0 0 9px;
}

.qodef-header--light #qodef-page-header .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  text-transform: capitalize;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer .qodef-header--light #qodef-page-header .widget.widget_archive ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget.widget_archive ul:not(.qodef-shortcode-list) li a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget.widget_categories .qodef-widget-title {
  margin: 0 0 18px;
}

.qodef-header--light #qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 13px;
}

.qodef-header--light #qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

footer#qodef-page-footer .qodef-header--light #qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar {
  width: 100%;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar table {
  table-layout: fixed;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar #today {
  color: #454545;
  background-color: #bababa;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar #today a {
  color: inherit;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar tfoot a {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget.widget_calendar tfoot a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget.widget_text {
  margin: 0 0 19px;
}

.qodef-header--light #qodef-page-header .widget.widget_text.qodef-fullscreen-menu {
  margin: 0 0 25px;
}

.qodef-header--light #qodef-page-header .widget.widget_text img {
  display: block;
}

.qodef-header--light #qodef-page-header .widget.widget_text .textwidget p {
  margin: 5px 0;
}

.qodef-header--light #qodef-page-header .widget.widget_rss ul li {
  margin-bottom: 25px;
}

.qodef-header--light #qodef-page-header .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.qodef-header--light #qodef-page-header .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

.qodef-header--light #qodef-page-header .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

.qodef-header--light #qodef-page-header .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

.qodef-header--light #qodef-page-header .widget.widget_search .qodef-widget-title {
  margin-bottom: 24;
}

.qodef-header--light #qodef-page-header .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-header--light #qodef-page-header .widget.widget_search input,
.qodef-header--light #qodef-page-header .widget.widget_search button {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

.qodef-header--light #qodef-page-header .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #919191;
  background-color: #fafafa;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.qodef-header--light #qodef-page-header .widget.widget_search input:focus {
  color: #000;
  background-color: #fafafa;
  border-color: transparent;
}

.qodef-header--light #qodef-page-header .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-header--light #qodef-page-header .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-header--light #qodef-page-header .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-header--light #qodef-page-header .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-header--light #qodef-page-header .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-header--light #qodef-page-header .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-header--light #qodef-page-header .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

.qodef-header--light #qodef-page-header .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

.qodef-header--light #qodef-page-header .widget.widget_search button:hover {
  color: #919191;
}

.qodef-header--light #qodef-page-header .widget.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

.qodef-header--light #qodef-page-header .widget.widget_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
}

footer#qodef-page-footer .qodef-header--light #qodef-page-header .widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget.widget_tag_cloud .tagcloud a:after {
  content: ', ';
}

.qodef-header--light #qodef-page-header .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

.qodef-header--light #qodef-page-header .widget.widget_tag_cloud .tagcloud a:hover {
  color: #bababa;
}

.qodef-header--light #qodef-page-header .widget.widget_media_image {
  margin-bottom: 0;
}

.qodef-header--light #qodef-page-header .widget.widget_media_image a, .qodef-header--light #qodef-page-header .widget.widget_media_image img {
  display: inline-block;
  margin: 0 0 13px;
}

.qodef-header--light #qodef-page-header .widget.widget_nav_menu ul li a {
  position: relative;
}

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

.qodef-header--light #qodef-page-header .widget.widget_nav_menu ul li a:hover {
  color: #fff;
}

.qodef-header--light #qodef-page-header .widget.widget_nav_menu ul li a: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%;
}

.qodef-header--light #qodef-page-header .widget.widget_eona_core_instagram_list .qodef-widget-title {
  margin: 0 0 23px;
}

/* ==========================================================================
   Search appearance tweak begin
   ========================================================================== */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
}

/* ==========================================================================
   WooCommerce global styles
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 6px 18px 6px;
  font-size: 14px;
  font-family: "Cuprum";
  font-style: italic;
  text-transform: lowercase;
  line-height: 1;
  color: #fff;
  background-color: #000;
  z-index: 5;
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0;
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  font-size: 14px;
  letter-spacing: .56em;
  color: #000;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cuprum";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 5px 0 0;
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
}

#qodef-woo-page .price del:after,
.qodef-woo-shortcode .price del:after {
  content: '';
  width: calc(100% + 4px);
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 50%;
}

#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none;
}

#qodef-woo-page .button,
#qodef-woo-page .added_to_cart,
.qodef-woo-shortcode .button,
.qodef-woo-shortcode .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  z-index: 3;
  text-transform: lowercase;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

#qodef-woo-page .button:hover,
#qodef-woo-page .added_to_cart:hover,
.qodef-woo-shortcode .button:hover,
.qodef-woo-shortcode .added_to_cart:hover {
  color: #fff;
  background-color: #2b2b2b;
}

#qodef-woo-page .button.added,
#qodef-woo-page .added_to_cart.added,
.qodef-woo-shortcode .button.added,
.qodef-woo-shortcode .added_to_cart.added {
  display: none;
}

#qodef-woo-page .quantity {
  white-space: nowrap;
}

#qodef-woo-page .quantity input[type="number"] {
  width: 60px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-page div.woocommerce .woocommerce-message,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-error {
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 480px) {
  .woocommerce-page div.woocommerce .woocommerce-message,
  .woocommerce-page div.woocommerce .woocommerce-info,
  .woocommerce-page div.woocommerce .woocommerce-error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 10px;
  }
  .woocommerce-page div.woocommerce .woocommerce-message a,
  .woocommerce-page div.woocommerce .woocommerce-info a,
  .woocommerce-page div.woocommerce .woocommerce-error a {
    margin-top: 10px;
  }
}

.woocommerce-page div.woocommerce .woocommerce-info.cart-empty {
  text-align: center;
}

.woocommerce-page div.woocommerce .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}

.woocommerce-page div.woocommerce .shop_table th, .woocommerce-page div.woocommerce .shop_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

.woocommerce-page div.woocommerce .shop_table th:first-child, .woocommerce-page div.woocommerce .shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-page div.woocommerce .shop_table th {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  font-weight: 500;
}

.woocommerce-page div.woocommerce .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table p {
  margin: 0;
}

.woocommerce-page div.woocommerce .col2-set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.woocommerce-page div.woocommerce .col2-set > * {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.woocommerce-page div.woocommerce address {
  font-style: normal;
}

.woocommerce-page div.woocommerce address p {
  margin: 0;
}

.woocommerce-page div.woocommerce form p {
  margin: 0;
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--zoom,
.woocommerce-page .pswp__button.pswp__button--fs {
  background: none !important;
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before,
.woocommerce-page .pswp__button.pswp__button--fs:before {
  border: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}

.woocommerce-page .pswp__button--arrow--left:before {
  font-size: 45px;
  content: "\f104";
}

.woocommerce-page .pswp__button--arrow--right:before {
  font-size: 45px;
  content: "\f105";
}

.woocommerce-page .pswp__button.pswp__button--close:before {
  font-size: 17px;
  content: "\f00d";
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
  font-size: 17px;
  content: "\f00e";
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
  font-size: 17px;
  content: "\f010";
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
  font-size: 17px;
  content: "\f0b2";
}

.woocommerce-page .pswp__counter,
.woocommerce-page .pswp__caption__center {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
#qodef-woo-page.qodef--cart .woocommerce-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#qodef-woo-page.qodef--cart .woocommerce-message a {
  margin-left: 15px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
  width: 30px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
  font-size: 20px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  width: 72px;
  padding-right: 10px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name {
  text-align: left;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  font-weight: 500;
}

#qodef-woo-page.qodef--cart .shop_table td.product-price span, #qodef-woo-page.qodef--cart .shop_table td.product-subtotal span {
  font-family: "Cuprum";
  font-weight: 500;
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type="number"] {
  margin: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 30px 0 0;
  text-align: initial;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  float: left;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .input-text {
  padding-top: 11px;
  padding-bottom: 10px;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
  display: none;
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
  width: auto;
  margin-right: 20px;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
  float: right;
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
  border-bottom: 0;
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width: 20%;
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table .cart-subtotal td span,
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table .order-total td span {
  font-family: "Cuprum";
  font-weight: 500;
}

#qodef-woo-page.qodef--cart .cross-sells,
#qodef-woo-page.qodef--cart .cart_totals {
  margin-top: 50px;
}

#qodef-woo-page.qodef--cart .cross-sells > h2,
#qodef-woo-page.qodef--cart .cart_totals > h2 {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 15px;
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 20px;
}

.woocommerce-page div.woocommerce > .cart-empty {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.woocommerce-page div.woocommerce > .return-to-shop {
  margin: 20px 0 0;
  text-align: center;
}

.woocommerce-page div.woocommerce > .return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  z-index: 3;
  text-transform: lowercase;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.woocommerce-page div.woocommerce > .return-to-shop a:hover {
  color: #fff;
  background-color: #2b2b2b;
}

/* ==========================================================================
   WooCommerce checkout styles
   ========================================================================== */
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  margin-left: 15px;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
  margin-bottom: 10px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 40px;
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 30px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding-left: 25px;
  padding-right: 25px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 18px;
  left: 0;
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  margin: 0;
  cursor: pointer;
}

/* ==========================================================================
   WooCommerce my account styles
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 5px;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
  width: 70%;
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin: 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin: 48px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row > span em {
  position: relative;
  bottom: 15px;
}

.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 50px 12px;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  z-index: 3;
  text-transform: lowercase;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.woocommerce-account .button:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.woocommerce-account .woocommerce-form-login .form-row:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}

/* ==========================================================================
   WooCommerce order received styles
   ========================================================================== */
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
  margin: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order h2 {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}

/* ==========================================================================
   WooCommerce pagination styles
   ========================================================================== */
#qodef-woo-page .woocommerce-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 13px;
  color: #000;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 13px;
  font-family: "Cuprum";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
  display: none;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev, #qodef-woo-page .woocommerce-pagination .page-numbers.next {
  position: relative;
  font-size: 13px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev span, #qodef-woo-page .woocommerce-pagination .page-numbers.next span {
  font-weight: 800;
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.3s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after, #qodef-woo-page .woocommerce-pagination .page-numbers.next:after {
  display: none;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 21px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover span {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 21px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover span {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

#qodef-woo-page .woocommerce-pagination .page-numbers:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
  transition: transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-woo-page .woocommerce-pagination .page-numbers: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%;
}

/* ==========================================================================
   WooCommerce product list styles
   ========================================================================== */
.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-list ul.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  clear: both;
}

.qodef-woo-product-list ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list ul.products.columns-1 > .product {
  width: 100%;
}

.qodef-woo-product-list ul.products.columns-2 > .product {
  width: 50%;
}

.qodef-woo-product-list ul.products.columns-3 > .product {
  width: 33.33333%;
}

.qodef-woo-product-list ul.products.columns-4 > .product {
  width: 25%;
}

.qodef-woo-product-list ul.products.columns-5 > .product {
  width: 20%;
}

.qodef-woo-product-list ul.products.columns-6 > .product {
  width: 16.66667%;
}

.qodef-woo-product-list ul.products.columns-7 > .product {
  width: 14.28571%;
}

.qodef-woo-product-list ul.products.columns-8 > .product {
  width: 12.5%;
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
  margin: 0 -0px;
}

.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
  padding: 0 0px;
  margin: 0 0 0px;
}

.qodef-woo-product-list.qodef-gutter--micro ul.products {
  margin: 0 -2px;
}

.qodef-woo-product-list.qodef-gutter--micro ul.products > .product {
  padding: 0 2px;
  margin: 0 0 4px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
  margin: 0 -5px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
  margin: 0 -10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
  margin: 0 -15px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -40px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-woo-product-list .qodef-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  opacity: 1;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner > a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s !important;
  -o-transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s, color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) 0.1s !important;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
  color: #000;
}

.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.7);
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-image-inner > a {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) !important;
  -o-transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  transition: visibility 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), opacity 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95), color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.59, 0.02, 0.17, 0.95) !important;
}

.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 35px;
}

.qodef-woo-product-list .qodef-woo-product-title {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1px;
  margin-bottom: 3px;
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  z-index: 3;
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: #000;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  color: #bababa;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
  content: '';
  width: 6px;
  height: 1px;
  background-color: #bababa;
  display: inline-block;
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  vertical-align: inherit;
}

.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px;
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   WooCommerce quantity input styles
   ========================================================================== */
#qodef-woo-page .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 55px;
  width: 52px;
  padding: 0;
  margin: 0 33px 0 0;
  font-family: "Cuprum";
  line-height: 48px;
  font-style: normal;
  outline: 0;
  color: #000;
  font-weight: 500;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input:focus {
  border: 1px solid #f2f2f2;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 0;
  width: 34px;
  height: 27px;
  line-height: 28px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: #000;
  font-size: 0;
}

body:not([class*='eona-core']) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, body:not([class*='eona-core'])
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  font-size: 15px;
}

body:not([class*='eona-core']) #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after, body:not([class*='eona-core'])
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after {
  display: none;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after {
  font-size: 10px;
  font-family: Linearicons-Free;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  border-bottom: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:after {
  content: '\e873';
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0;
  height: 28px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:after {
  content: '\e874';
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
.qodef-woo-results {
  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-bottom: 30px;
  color: #bababa;
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: auto;
}

.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 300px;
  margin: 0;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
#qodef-woo-page.qodef--single .woocommerce-message,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-error {
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .woocommerce-message,
  #qodef-woo-page.qodef--single .woocommerce-info,
  #qodef-woo-page.qodef--single .woocommerce-error {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 10px;
  }
  #qodef-woo-page.qodef--single .woocommerce-message a,
  #qodef-woo-page.qodef--single .woocommerce-info a,
  #qodef-woo-page.qodef--single .woocommerce-error a {
    margin-top: 10px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-woo-page.qodef--single > .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -25px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 25px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 57.5%;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
  cursor: crosshair;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
  position: relative;
  margin: 0 -3px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
  position: relative;
  width: calc(100% - 6px) !important;
  margin: 0 3px;
  overflow: hidden;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 3px;
  margin-top: 6px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
  width: 50%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
  width: 33.33333%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
  width: 25%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
  width: 20%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
  width: 16.66667%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
  width: 14.28571%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
  width: 12.5%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
  left: calc(25% + 10px);
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
  width: calc(100% - 25%) !important;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
  width: 25%;
}

@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure > .qodef-woo-thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single .entry-summary {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 42.5%;
}

#qodef-woo-page.qodef--single .entry-summary .price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cuprum";
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 5px 0 0;
  font-weight: 500;
  margin-top: 15px;
}

#qodef-woo-page.qodef--single .entry-summary .price del {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
}

#qodef-woo-page.qodef--single .entry-summary .price del:after {
  content: '';
  width: calc(100% + 4px);
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 50%;
}

#qodef-woo-page.qodef--single .entry-summary .price ins {
  text-decoration: none;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-right: 20px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
  color: #919191;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #000;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 35px;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 45px;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
  margin-right: 10px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td {
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 30px;
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px;
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  border-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 300px;
  margin: 0;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 15px;
}

#qodef-woo-page.qodef--single form.cart .single_variation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#qodef-woo-page.qodef--single form.cart .single_variation .price {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart > .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 13px 68px 15px;
  font-size: 16px;
  line-height: 1.563em;
  cursor: pointer;
  z-index: 3;
  text-transform: lowercase;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

#qodef-woo-page.qodef--single form.cart > .button:hover {
  color: #fff;
  background-color: #2b2b2b;
}

#qodef-woo-page.qodef--single .out-of-stock {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  margin: 28px 0 0;
}

#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 43px;
}

#qodef-woo-page.qodef--single .product_meta > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

#qodef-woo-page.qodef--single .product_meta > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  width: 120px;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  line-height: inherit !important;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
  color: #919191;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  color: inherit;
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 40px;
}

#qodef-woo-page.qodef--single .qodef-social-share .qodef-social-title {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  width: 120px;
  top: 0;
  margin: 0;
}

#qodef-woo-page.qodef--single .qodef-social-share.qodef-layout--text {
  background-color: transparent;
  padding: 0;
}

#qodef-woo-page.qodef--single .qodef-social-share.qodef-layout--text li a {
  color: #000;
}

#qodef-woo-page.qodef--single .qodef-social-share.qodef-layout--text li a:hover {
  color: #bababa;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 97px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  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;
  padding-top: 29px;
  margin-top: -29px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0 70px 0 0;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  position: relative;
  display: block;
  padding: 15px;
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  color: #000;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs .qodef-following-border {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dbb570;
  z-index: 1;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  text-align: left;
  padding: 25px 10% 30px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-cookies-consent label {
  display: inline-block;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-notes {
  margin-bottom: 5px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
  text-align: center;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table {
  width: auto;
  margin: 0 auto;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td {
  border: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr th, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr td {
  padding: 4px 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr th:after {
  content: ':';
  display: inline-block;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr th.woocommerce-product-attributes-item__label {
  text-align: right;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr td {
  padding-left: 46px;
}

#qodef-woo-page.qodef--single .shop_attributes th, #qodef-woo-page.qodef--single .shop_attributes td {
  padding: 15px 0;
  vertical-align: middle;
  text-align: left;
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
  margin: 0 0 30px;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin: 0 46px 0 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
  font-family: "Cuprum";
  font-size: 19px;
  line-height: 1.286em;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #000;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__published-date {
  font-family: "Cuprum";
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .description {
  margin-top: 12px;
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px;
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 5px;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  margin-bottom: 5px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  line-height: 1;
  display: none;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
  fill: currentColor;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active ~ * svg {
  fill: none;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  font-size: 0;
  color: #000;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:first-child {
  margin-left: 0;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
  content: '';
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
  content: '';
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-woo-page.qodef--single #review_form .qodef-comment-form .comment-form-comment {
  margin-top: 17px;
}

#qodef-woo-page.qodef--single #review_form .qodef-comment-form .comment-form-comment textarea {
  margin: 0 0 20px;
}

#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=email],
#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=number],
#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=password],
#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=tel],
#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=text],
#qodef-woo-page.qodef--single #review_form .qodef-comment-form input[type=url] {
  margin: 0;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  margin-top: -6px;
  margin-bottom: 7px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"] {
  vertical-align: text-top;
}

#qodef-woo-page.qodef--single #review_form .form-submit .qodef-button {
  text-transform: lowercase;
}

#qodef-woo-page.qodef--single .related {
  margin-top: 97px;
}

#qodef-woo-page.qodef--single .related > h2 {
  color: #000;
  font-family: "Cuprum";
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 42px;
}

/* ==========================================================================
   WooCommerce widget styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title {
  margin: 0;
}

.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  font-size: 14px;
  letter-spacing: .56em;
  color: #000;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.widget.woocommerce .price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cuprum";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 5px 0 0;
  margin-top: 10px;
  color: #000;
}

.widget.woocommerce .price del {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
}

.widget.woocommerce .price del:after {
  content: '';
  width: calc(100% + 4px);
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 50%;
}

.widget.woocommerce .price ins {
  text-decoration: none;
}

.widget.woocommerce .price ins {
  text-decoration: none;
  color: #000;
}

.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cuprum";
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 8px 46px 9px;
  font-size: 12px;
  line-height: 1.5em;
  cursor: pointer;
  z-index: 3;
  text-transform: lowercase;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.widget.woocommerce .button:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: 'ElegantIcons';
  content: "\4d";
  font-size: 18px;
  line-height: 25px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  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: 21px 0 0;
}

.widget.widget_layered_nav ul li.chosen a {
  color: #000;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #fafafa;
  border-radius: 0;
  cursor: pointer;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 100%;
  outline: none;
  z-index: 2;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  z-index: 1;
}

.widget.widget_price_filter .price_slider_amount {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 30px 0 0;
  font-family: "Cuprum";
}

.widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .07em;
}

.widget.widget_price_filter .price_slider_amount .price_label span {
  font-size: 14px;
}

.widget.widget_price_filter .price_slider_amount .button {
  padding-left: 33px;
  padding-right: 33px;
  overflow: hidden;
}

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

.widget.widget_price_filter .price_slider_amount .button:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.widget.widget_product_categories ul li a, .widget.widget_layered_nav ul li a, .widget.widget_rating_filter ul li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.widget.widget_product_categories ul li a:hover, .widget.widget_layered_nav ul li a:hover, .widget.widget_rating_filter ul li a:hover {
  color: #000;
}

.widget.widget_product_categories select, .widget.widget_layered_nav select, .widget.widget_rating_filter select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 6px 0 0;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bababa;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  outline: none;
}

.widget.widget_product_categories .qodef-widget-title {
  margin: 0 0 18px;
}

.widget.widget_product_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 12px;
}

.widget.widget_product_categories ul:not(.qodef-shortcode-list) li a {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.widget.widget_product_search .qodef-widget-title {
  margin-bottom: 27px;
}

.widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_product_search input,
.widget.widget_product_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

.widget.widget_product_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-family: "Cuprum";
  font-size: 14px;
  font-style: italic;
  color: #bababa;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.widget.widget_product_search input:focus {
  color: #000;
  border-color: #f2f2f2;
}

.widget.widget_product_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_product_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_product_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_product_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_product_search input::placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.widget_product_search button span {
  display: block;
  line-height: inherit;
}

.widget.widget_product_search button span:before {
  display: block;
  line-height: inherit;
}

.widget.widget_product_search button:hover {
  color: #919191;
}

.widget.widget_product_search button svg {
  vertical-align: middle;
}

.widget.widget_product_search button svg path {
  fill: #bababa;
}

.widget.widget_product_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

.widget.widget_product_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4px 0;
}

.widget.widget_product_tag_cloud .tagcloud a:after {
  content: ', ';
}

.widget.widget_product_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

.widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #000;
}

.widget.widget_products ul li, .widget.widget_recently_viewed_products ul li, .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.widget.widget_products ul li:last-child, .widget.widget_recently_viewed_products ul li:last-child, .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_products .qodef-woo-product-image, .widget.widget_recently_viewed_products .qodef-woo-product-image, .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.widget.widget_products .qodef-woo-product-image a, .widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image a, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image a, .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}

.widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget.widget_products .qodef-woo-product-title, .widget.widget_recently_viewed_products .qodef-woo-product-title, .widget.widget_top_rated_products .qodef-woo-product-title {
  font-style: italic;
  color: #000;
}

.widget.widget_products .qodef-woo-product-title a, .widget.widget_recently_viewed_products .qodef-woo-product-title a, .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit;
}

.widget.widget_products .qodef-woo-product-title a:hover, .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #2d2d2d;
}

.widget.widget_products .qodef-woo-ratings, .widget.widget_recently_viewed_products .qodef-woo-ratings, .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px;
}

.widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}

.widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_reviews ul li > * {
  display: block;
  padding-left: 100px;
}

.widget.widget_recent_reviews a {
  position: relative;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

.widget.widget_recent_reviews a:hover {
  color: #000;
}

.widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: 'ElegantIcons';
  content: "\4d";
  font-size: 18px;
  line-height: 25px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  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: 21px 0 0;
}

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
  color: #000;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #fafafa;
  border-radius: 0;
  cursor: pointer;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 100%;
  outline: none;
  z-index: 2;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  z-index: 1;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 30px 0 0;
  font-family: "Cuprum";
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .07em;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label span {
  font-size: 14px;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
  padding-left: 33px;
  padding-right: 33px;
  overflow: hidden;
}

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

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#qodef-page-footer .widget.widget_product_categories ul li a, #qodef-page-footer .widget.widget_layered_nav ul li a, #qodef-page-footer .widget.widget_rating_filter ul li a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#qodef-page-footer .widget.widget_product_categories ul li a:hover, #qodef-page-footer .widget.widget_layered_nav ul li a:hover, #qodef-page-footer .widget.widget_rating_filter ul li a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_product_categories select, #qodef-page-footer .widget.widget_layered_nav select, #qodef-page-footer .widget.widget_rating_filter select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 6px 0 0;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bababa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
}

#qodef-page-footer .widget.widget_product_categories .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-page-footer .widget.widget_product_categories ul:not(.qodef-shortcode-list) li {
  margin: 0 0 12px;
}

#qodef-page-footer .widget.widget_product_categories ul:not(.qodef-shortcode-list) li a {
  font-weight: 500;
  letter-spacing: 0.1em;
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 27px;
}

#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_product_search input,
#qodef-page-footer .widget.widget_product_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-page-footer .widget.widget_product_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-family: "Cuprum";
  font-size: 14px;
  font-style: italic;
  color: #bababa;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#qodef-page-footer .widget.widget_product_search input:focus {
  color: #000;
  border-color: #000;
}

#qodef-page-footer .widget.widget_product_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_product_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#qodef-page-footer .widget.widget_product_search button span {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_product_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_product_search button:hover {
  color: #919191;
}

#qodef-page-footer .widget.widget_product_search button svg {
  vertical-align: middle;
}

#qodef-page-footer .widget.widget_product_search button svg path {
  fill: #bababa;
}

#qodef-page-footer .widget.widget_product_tag_cloud .qodef-widget-title {
  margin: 0 0 19px;
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 4px 0;
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
  content: ', ';
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_products ul li, #qodef-page-footer .widget.widget_recently_viewed_products ul li, #qodef-page-footer .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#qodef-page-footer .widget.widget_products ul li:last-child, #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title {
  font-style: italic;
  color: #000;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #2d2d2d;
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px;
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}

#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_recent_reviews ul li > * {
  display: block;
  padding-left: 100px;
}

#qodef-page-footer .widget.widget_recent_reviews a {
  position: relative;
  font-family: "Cuprum";
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #111;
}

#qodef-page-footer .widget.widget_recent_reviews a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px;
}

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(960px + 20px);
  }
}

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

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

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -35px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 35px;
    margin: 0 0 70px;
  }
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
  .error404 #qodef-page-inner {
    padding-top: 0;
  }
  .error404 #qodef-page-inner #qodef-page-content {
    width: 70%;
  }
  #qodef-404-page .qodef-404-title {
    font-size: 180px;
  }
  #qodef-404-page .qodef-404-text {
    font-size: 31px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-404-page .qodef-404-title {
    font-size: 90px;
  }
  #qodef-404-page .qodef-404-text {
    font-size: 21px;
    line-height: 1.333em;
  }
  #qodef-404-page .qodef-404-button {
    margin-top: 22px;
  }
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    margin-top: 15px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-block;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
    right: 12%;
    font-size: 120px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-quote:before {
    right: 19%;
    font-size: 470px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 13% 9%;
  }
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote:before {
    display: none;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    padding: 13% 9%;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link:after {
    display: none;
  }
}

/* ==========================================================================
   Blog Single responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef--single {
    margin: 0 0 14px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 13% 9%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
    padding: 13% 9%;
  }
  .qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link:after {
    display: none;
  }
}

/* ==========================================================================
   Comments responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px;
  }
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-m-filter .qodef-m-filter-item {
    margin: 0 10px;
    padding: 0 18px 8px;
  }
  .qodef-m-filter .qodef-following-border {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-m-filter .qodef-m-filter-item {
    margin: 0;
  }
  .qodef-m-filter .qodef-following-border {
    margin: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-m-filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .qodef-m-filter .qodef-m-filter-items {
    -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-m-filter .qodef-m-filter-item {
    margin: 5px 0;
  }
  .qodef-m-filter .qodef-m-filter-item:after {
    content: '';
    position: absolute;
    background-color: #dbb570;
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  .qodef-m-filter .qodef-m-filter-item:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .qodef-m-filter .qodef-m-filter-item.qodef--active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .qodef-m-filter .qodef-following-border {
    display: none !important;
  }
}

/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 54px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 11px !important;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 4px !important;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qodef-page-footer-bottom-area .qodef-grid-item {
    text-align: center !important;
  }
  #qodef-page-footer-bottom-area .qodef-grid-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
    display: block;
    margin: 11px 0 !important;
  }
}

/* ==========================================================================
   Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}

/* ==========================================================================
   Mobile Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-page div.woocommerce .col2-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
    margin-bottom: 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    float: none;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 10px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
    width: 100%;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    width: 100%;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 10px;
  }
  #qodef-woo-page.qodef--cart .cart_totals .wc-proceed-to-checkout .button {
    width: 100%;
  }
}

/* ==========================================================================
   WooCommerce my account responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}

/* ==========================================================================
   WooCommerce pagination responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-woo-page .woocommerce-pagination {
    margin-bottom: 121px;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 20%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-list ul.products.columns-2 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -35px;
  }
  .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
    padding: 0 35px;
    margin: 0 0 70px;
  }
}

/* ==========================================================================
   WooCommerce quantity input responsive styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-input {
    height: 50px;
    width: 40px;
  }
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-woo-results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .qodef-woo-single-image,
  #qodef-woo-page.qodef--single .entry-summary {
    width: 100%;
  }
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: 10px;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 6px !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    -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-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    padding: 9px 15px 9px 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
    content: '';
    position: absolute;
    background-color: #dbb570;
    width: 100%;
    height: 3px;
    bottom: 2px;
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs .qodef-following-border {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart > .button {
    padding: 13px 65px 15px;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
    text-align: left;
  }
  #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container img {
    margin: 0 0 46px 0;
  }
}
