@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Color variables
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Misc variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
    SVGs - begin
    ========================================================================== */
/* ==========================================================================
    SVGs - end
    ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs 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: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.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: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.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);
  }
}

@-webkit-keyframes qode-draw-line {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 110;
  }
}

@keyframes qode-draw-line {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 110;
  }
}

@-webkit-keyframes qode-draw-first-line {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  51% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
}

@keyframes qode-draw-first-line {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
  51% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
}

@-webkit-keyframes qode-draw-last-line {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  51% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
}

@keyframes qode-draw-last-line {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  51% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }
}

@-webkit-keyframes qode-animate-first-arrow-path {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes qode-animate-first-arrow-path {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@-webkit-keyframes qode-animate-last-arrow-path {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes qode-animate-last-arrow-path {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

/* ==========================================================================
   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 {
  background-color: #fbfaf4;
  color: #7f7f7f;
  font-family: monospace;
  font-size: 1em;
  margin: 15px 0;
  max-width: 100%;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #fbfaf4;
  color: #7f7f7f;
  font-family: monospace, monospace;
  font-size: 1em;
  padding: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  width: 100%;
}

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

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

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

table td br {
  display: none;
}

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

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

body:not([class*="elipsa-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 {
  border-style: none;
  vertical-align: middle;
}

figure {
  margin: 0;
}

figure.alignleft {
  margin-right: 1.5em;
}

figure.alignright {
  margin-left: 1.5em;
}

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 {
  background-color: #fbfaf4;
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

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 {
  background: #d6986a;
  color: #ffffff;
}

::selection {
  background: #d6986a;
  color: #ffffff;
}

::-moz-selection {
  background: #d6986a;
  color: #ffffff;
}

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

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

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

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

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

.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
   ========================================================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.687em;
  font-weight: 400;
  color: #7f7f7f;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 65px;
  line-height: 1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1.qodef--with-offset,
.qodef-h1.qodef--with-offset {
  margin-top: -0px !important;
}

@media only screen and (max-width: 1024px) {
  h1,
  .qodef-h1 {
    font-size: 50px;
  }
  h1.qodef--with-offset,
  .qodef-h1.qodef--with-offset {
    margin-top: -0px !important;
  }
}

@media only screen and (max-width: 480px) {
  h1,
  .qodef-h1 {
    font-size: 40px;
  }
  h1.qodef--with-offset,
  .qodef-h1.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

h2,
.qodef-h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 50px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h2.qodef--with-offset,
.qodef-h2.qodef--with-offset {
  margin-top: -2.5px !important;
}

@media only screen and (max-width: 1024px) {
  h2,
  .qodef-h2 {
    font-size: 40px;
  }
  h2.qodef--with-offset,
  .qodef-h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

@media only screen and (max-width: 480px) {
  h2,
  .qodef-h2 {
    font-size: 36px;
  }
  h2.qodef--with-offset,
  .qodef-h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

h3,
.qodef-h3 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 40px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3.qodef--with-offset,
.qodef-h3.qodef--with-offset {
  margin-top: -2px !important;
}

@media only screen and (max-width: 1024px) {
  h3,
  .qodef-h3 {
    font-size: 35px;
  }
  h3.qodef--with-offset,
  .qodef-h3.qodef--with-offset {
    margin-top: -0px !important;
  }
}

@media only screen and (max-width: 480px) {
  h3,
  .qodef-h3 {
    font-size: 32px;
  }
  h3.qodef--with-offset,
  .qodef-h3.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

h4,
.qodef-h4 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4.qodef--with-offset,
.qodef-h4.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  h4,
  .qodef-h4 {
    font-size: 28px;
  }
  h4.qodef--with-offset,
  .qodef-h4.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

h5,
.qodef-h5 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5.qodef--with-offset,
.qodef-h5.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  h5,
  .qodef-h5 {
    font-size: 24px;
  }
  h5.qodef--with-offset,
  .qodef-h5.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

h6,
.qodef-h6 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 1.25em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6.qodef--with-offset,
.qodef-h6.qodef--with-offset {
  margin-top: -2.5px !important;
}

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

a,
p a {
  color: #000000;
  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: #d6986a;
}

p {
  margin: 10px 0;
  line-height: 1.687em;
}

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

blockquote,
.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 18px 10% 20px 0;
  border: none;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin: 0;
  padding: 0;
  quotes: none;
  z-index: 1;
}

blockquote.qodef--with-offset,
.wp-block-quote.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  blockquote,
  .wp-block-quote {
    font-size: 24px;
  }
  blockquote.qodef--with-offset,
  .wp-block-quote.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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: 18px 10% 20px 0;
}

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:before,
.wp-block-quote:before {
  content: "“";
  position: absolute;
  top: 50%;
  right: 14%;
  height: 246px;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

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

blockquote:after,
.wp-block-quote:after {
  content: "";
}

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"],
input[type="search"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  color: #7f7f7f;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 24px;
  margin: 0 0 34px;
  outline: 0;
  padding: 5px 6px;
  -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,
input[type="search"]:focus,
textarea:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

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,
input[type="search"]::-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,
input[type="search"]::-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,
input[type="search"]:-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,
input[type="search"]::-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,
input[type="search"]::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 input[type="search"],
#qodef-page-footer textarea {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

#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 input[type="search"]:focus,
#qodef-page-footer textarea:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #cccccc;
}

textarea {
  border: 1px solid #000000;
  padding: 5px 11px;
}

.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"] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
}

input[type="submit"]:hover {
  color: #d6986a;
}

button[type="submit"],
.qodef-theme-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  margin-right: 43px;
  cursor: pointer;
}

button[type="submit"]:hover,
.qodef-theme-button:hover {
  color: #d6986a;
}

button[type="submit"]:after,
.qodef-theme-button:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

#qodef-page-footer button[type="submit"],
#qodef-page-footer .qodef-theme-button {
  color: #ffffff;
}

select {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #7f7f7f;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 5px 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select:disabled {
  background-color: #fbfaf4;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  text-shadow: none;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
.select2-container--default {
  /* just to make sure that this code overwrite styles from others plugin */
}

.theme-elipsa .select2-container--default {
  display: inline-block;
  margin: 0 0 34px;
  position: relative;
  vertical-align: top;
  width: auto;
}

.theme-elipsa .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  color: #7f7f7f;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 5px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.theme-elipsa
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

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

.theme-elipsa
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3Zn IgogICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgIHg9 IjBweCIKICAgICB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDEyIDEyIgogICAgIHN0eWxlPSJl bmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIKICAgICB4bWw6c3BhY2U9InByZXNlcnZl Ij4KICAgIDxwb2x5bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojN0Y3RjdGO3N0cm9rZS1t aXRlcmxpbWl0OjEwOyIKICAgICAgICAgICAgICBwb2ludHM9IjEwLjI1LDMuODY4NzUwMDk1MzY3 NDMxNiA1Ljk1MDAwMDI4NjEwMjI5NSw4LjA2ODc1MDM4MTQ2OTcyNyAxLjc1LDMuODY4NzUwMDk1 MzY3NDMxNiIvPgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3Zn IgogICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgIHg9 IjBweCIKICAgICB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDEyIDEyIgogICAgIHN0eWxlPSJl bmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIKICAgICB4bWw6c3BhY2U9InByZXNlcnZl Ij4KICAgIDxwb2x5bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojN0Y3RjdGO3N0cm9rZS1t aXRlcmxpbWl0OjEwOyIKICAgICAgICAgICAgICBwb2ludHM9IjEwLjI1LDMuODY4NzUwMDk1MzY3 NDMxNiA1Ljk1MDAwMDI4NjEwMjI5NSw4LjA2ODc1MDM4MTQ2OTcyNyAxLjc1LDMuODY4NzUwMDk1 MzY3NDMxNiIvPgo8L3N2Zz4=");
  width: 10px;
}

.theme-elipsa .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #7f7f7f;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 34px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 5px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

.theme-elipsa
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #d6986a;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: default;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 10px;
}

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

.theme-elipsa
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.7;
}

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

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

.theme-elipsa
  .select2-container--default
  .select2-search--inline
  .select2-search__field:focus {
  border-color: #000000;
}

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

.theme-elipsa .select2-container--default .select2-dropdown {
  background-color: #fbfaf4;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  left: -100000px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.admin-bar.theme-elipsa .select2-container--default .select2-dropdown {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar.theme-elipsa .select2-container--default .select2-dropdown {
    top: 46px;
  }
}

.theme-elipsa .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 6px 2px 6px;
}

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

.theme-elipsa
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #7f7f7f;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 4px 8px;
  width: 100%;
}

.theme-elipsa
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

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

.theme-elipsa .select2-container--default .select2-results {
  display: block;
}

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

.theme-elipsa .select2-container--default .select2-results__options {
  list-style: none;
  margin: 5px 0;
  padding: 2px 16px;
  position: relative;
}

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

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

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

.theme-elipsa
  .select2-container--default
  .select2-results__option[aria-disabled="true"] {
  color: #000000;
}

.theme-elipsa
  .select2-container--default
  .select2-results__option[aria-selected="true"],
.theme-elipsa
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  background: none;
  color: #000000;
}

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

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

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

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

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

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

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

.theme-elipsa
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #000000;
}

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

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

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

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

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

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

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

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

.theme-elipsa
  .select2-container--default.select2-container--disabled
  .select2-selection--single,
.theme-elipsa
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #fbfaf4;
  cursor: default;
}

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

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

.theme-elipsa
  .select2-container--default.select2-container--open
  .select2-selection--single,
.theme-elipsa
  .select2-container--default.select2-container--open
  .select2-selection--multiple {
  color: #000000;
}

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

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

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

body:not([class*="elipsa-core"])
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\25BE";
  font-family: initial;
  font-size: 16px;
}

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

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

/* ==========================================================================
   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,
input[type="text"]::-ms-clear {
  display: none;
}

/* ==========================================================================
   Autocomplete appearance tweak begin
   ========================================================================== */
@-webkit-keyframes qodefAutofillFix {
  0%,
  100% {
    background-color: transparent;
    color: #000000;
  }
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: qodefAutofillFix;
}

/* ==========================================================================
   Checkbox
   ========================================================================== */
input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 0;
  height: 13px;
  margin: 0 12px 0 0;
  outline: none;
  width: 13px;
}

input[type="checkbox"]:checked:before {
  content: "\2714";
  display: block;
  font-size: 9px;
  height: 9px;
  line-height: 9px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 11px;
}

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

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

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px;
  }
}

@media only screen and (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px;
  }
}

.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: 9.09091%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--11 {
    left: 9.09091%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--11 {
    right: 9.09091%;
  }
}

@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: 14.28571%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--7 {
    left: 14.28571%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--7 {
    right: 14.28571%;
  }
}

@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: 20%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-push--5 {
    left: 20%;
  }
  .qodef-grid.qodef-layout--template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col-pull--5 {
    right: 20%;
  }
}

@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-proportion--custom
  > .qodef-grid-inner
  > .qodef-grid-item:nth-child(1) {
  width: 50%;
}

.qodef-grid.qodef-layout--columns.qodef-proportion--custom
  > .qodef-grid-inner
  > .qodef-grid-item:nth-child(2) {
  width: 16.66667%;
}

.qodef-grid.qodef-layout--columns.qodef-proportion--custom
  > .qodef-grid-inner
  > .qodef-grid-item:nth-child(3) {
  width: 16.66667%;
}

.qodef-grid.qodef-layout--columns.qodef-proportion--custom
  > .qodef-grid-inner
  > .qodef-grid-item:nth-child(4) {
  width: 16.66667%;
}

.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--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: 130px 0 100px;
}

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

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

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

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

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

/* ==========================================================================
   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: #ffffff;
  font-size: 45px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

button.mfp-arrow-left:after {
  content: "\f104";
}

button.mfp-arrow-right:after {
  content: "\f105";
}

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

button.mfp-close:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  right: 4px;
  bottom: 0;
  text-indent: 0;
  font-size: 17px;
  font-weight: 900;
}

.mfp-figure:after {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

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

.qodef-swiper-container .swiper-slide a {
  display: block;
}

.qodef-swiper-container .swiper-slide img {
  width: 100%;
}

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  display: inline-block;
  height: 52px;
  width: 66px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.swiper-button-prev:hover svg path:first-of-type,
.swiper-button-next:hover svg path:first-of-type {
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.swiper-button-prev:hover svg path:last-of-type,
.swiper-button-next:hover svg path:last-of-type {
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

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

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

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

.swiper-button-prev svg path {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

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

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

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

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

.swiper-pagination {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12em;
  bottom: 35px !important;
  color: #000000;
}

.swiper-pagination.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .swiper-pagination {
    font-size: 24px;
  }
  .swiper-pagination.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.qodef-skin--light .swiper-button-prev:after,
.qodef-skin--light .swiper-button-next:after {
  background-color: #ffffff;
}

.qodef-skin--light .swiper-pagination {
  color: #ffffff;
}

.qodef-slider-pagination--left .swiper-pagination {
  padding-left: 35px;
  text-align: left;
}

.qodef-swiper-container-outer {
  position: relative;
}

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

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

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translate(180%, -50%);
  -ms-transform: translate(180%, -50%);
  transform: translate(180%, -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;
}

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

.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";
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}

body:not([class*="elipsa-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown
  .wpml-ls-item-toggle:after,
body:not([class*="elipsa-core"])
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-item-toggle:after {
  content: "\25BE";
  font-family: initial;
  font-size: 16px;
}

.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-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: #7f7f7f;
  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: #d6986a;
}

#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: #7f7f7f;
  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: #d6986a;
}

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

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

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

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

#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: #7f7f7f;
  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: #d6986a;
}

#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: #7f7f7f;
  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: #d6986a;
}

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

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

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

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

#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: #7f7f7f;
  background-color: #fbfaf4;
  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: #d6986a;
}

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

#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: #7f7f7f;
  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: #d6986a;
}

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

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

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

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

#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: #7f7f7f;
  background-color: #fbfaf4;
  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: #d6986a;
}

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

#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: #7f7f7f;
  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: #d6986a;
}

#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: #7f7f7f;
  background-color: #fbfaf4;
  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: #d6986a;
}

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

#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: #7f7f7f;
  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: #d6986a;
}

#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-inner {
  padding: 0;
}

#qodef-404-page {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 160px 0 80px;
  text-align: center;
}

#qodef-404-page .qodef-404-title {
  margin: 0;
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 19px auto 0;
}

@media only screen and (min-width: 1025px) {
  #qodef-404-page .qodef-404-text {
    max-width: 50%;
  }
}

#qodef-404-page .qodef-404-button {
  display: inline-block;
  margin-top: 52px;
  position: relative;
  vertical-align: top;
}

#qodef-404-page .qodef-404-image {
  margin: 0 0 40px;
}

#qodef-404-page .qodef-404-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 155px;
}

#qodef-404-page .qodef-404-additional-text {
  margin: 0 0 28px;
  text-align: left;
}

#qodef-404-page .qodef-404-additional-content {
  border-top: 1px solid #d9d9d9;
  padding-top: 111px;
  position: relative;
}

body.archive.author #qodef-page-inner,
body.archive.tag #qodef-page-inner,
body.archive.category #qodef-page-inner,
body.archive.date #qodef-page-inner {
  padding-top: 0 !important;
}

body.archive.author #qodef-page-content,
body.archive.tag #qodef-page-content,
body.archive.category #qodef-page-content,
body.archive.date #qodef-page-content {
  border-top: 1px solid #e8e8e8;
  margin-top: 13px;
}

body.archive.author #qodef-page-content .qodef-page-content-section,
body.archive.tag #qodef-page-content .qodef-page-content-section,
body.archive.category #qodef-page-content .qodef-page-content-section,
body.archive.date #qodef-page-content .qodef-page-content-section {
  margin-top: 60px;
}

body.archive.author #qodef-page-sidebar,
body.archive.tag #qodef-page-sidebar,
body.archive.category #qodef-page-sidebar,
body.archive.date #qodef-page-sidebar {
  margin-top: 60px;
}

body.archive.author #qodef-author-info {
  border-bottom-color: #e8e8e8;
}

body.archive.date[class*="elipsa-core"] .qodef-blog .qodef-blog-item {
  margin-bottom: 55px;
}

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

.qodef-blog.qodef-appear-animation--on .qodef-blog-item .qodef-e-media {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-e-info-date {
  opacity: 0;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path {
  fill: none;
  stroke: #d6986a;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-e-title {
  opacity: 0;
  -webkit-transform: rotate(2deg) translateY(15px);
  -ms-transform: rotate(2deg) translateY(15px);
  transform: rotate(2deg) translateY(15px);
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-media,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-media {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-e-info-date,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-e-info-date {
  opacity: 1;
  -webkit-transition: 0.3s ease-out 0.3s;
  -o-transition: 0.3s ease-out 0.3s;
  transition: 0.3s ease-out 0.3s;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path {
  stroke-dashoffset: 0;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-one,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-two,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-three,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-one,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 300ms;
  -o-transition: stroke-dashoffset 68ms linear 300ms;
  transition: stroke-dashoffset 68ms linear 300ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-two,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 568ms;
  -o-transition: stroke-dashoffset 378ms linear 568ms;
  transition: stroke-dashoffset 378ms linear 568ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-three,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-svg-holder
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 797ms;
  -o-transition: stroke-dashoffset 2ms linear 797ms;
  transition: stroke-dashoffset 2ms linear 797ms;
}

.qodef-blog.qodef-appear-animation--on
  .qodef-blog-item.qodef--appeared
  .qodef-e-content
  .qodef-e-title,
.elementor-editor-active
  .qodef-blog.qodef-appear-animation--on
  .qodef-blog-item
  .qodef-e-content
  .qodef-e-title {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  -webkit-transition: 0.6s ease-out 0.4s;
  -o-transition: 0.6s ease-out 0.4s;
  transition: 0.6s ease-out 0.4s;
}

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

.qodef-blog .qodef-blog-item h4.qodef-e-title a {
  background-position: 0% 94%;
}

.qodef-blog .qodef-blog-item.qodef--active .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(5px);
  -ms-transform: scale(1.05) translateX(5px);
  transform: scale(1.05) translateX(5px);
}

.qodef-blog .qodef-blog-item.qodef--active .qodef-e-title a {
  background-size: 100% 2px;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-editors-pick
  svg
  .qodef-heart-path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.6s ease-out 0.3s;
  -o-transition: stroke-dashoffset 0.6s ease-out 0.3s;
  transition: stroke-dashoffset 0.6s ease-out 0.3s;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-editors-pick
  svg
  .qodef-heart-path:last-of-type {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.6s ease-out 0s;
  -o-transition: stroke-dashoffset 0.6s ease-out 0s;
  transition: stroke-dashoffset 0.6s ease-out 0s;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-popular
  svg
  .qodef-star-path {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s ease-out;
  -o-transition: stroke-dashoffset 1.2s ease-out;
  transition: stroke-dashoffset 1.2s ease-out;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  path {
  stroke-dashoffset: 0;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-blog
  .qodef-blog-item.qodef-svg--appear
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

.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 {
  margin-bottom: 38px;
}

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

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

.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 img {
  -webkit-transform: scale(1.05) translateX(0);
  -ms-transform: scale(1.05) translateX(0);
  transform: scale(1.05) translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
}

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

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

.qodef-blog .qodef-blog-item .qodef-e-media:hover-image img {
  -webkit-transform: scale(1.05) translateX(5px);
  -ms-transform: scale(1.05) translateX(5px);
  transform: scale(1.05) translateX(5px);
}

body[class*="elipsa-core"] .qodef-blog .qodef-blog-item .qodef-e-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[class*="elipsa-core"] .qodef-blog .qodef-blog-item .qodef-e-content-left {
  padding-right: 30px;
}

body[class*="elipsa-core"]
  .qodef-blog
  .qodef-blog-item
  .qodef-e-content-left
  .qodef-e-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body[class*="elipsa-core"] .qodef-blog .qodef-blog-item .qodef-e-content-right {
  margin-top: 0;
  width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-content-right {
  margin-top: 5px;
}

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

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body[class*="elipsa-core"]
  .qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--top
  .qodef-e-info-left {
  padding-right: 30px;
}

body[class*="elipsa-core"]
  .qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--top
  .qodef-e-info-right {
  margin-top: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-right {
  margin-top: 5px;
  width: 100%;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--top
  .qodef-e-info-category {
  width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-title {
  width: 100%;
}

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

@media only screen and (min-width: 681px) {
  .qodef-blog
    .qodef-blog-item
    .qodef-e-info.qodef-info--bottom
    .qodef-e-info-left,
  .qodef-blog
    .qodef-blog-item
    .qodef-e-info.qodef-info--bottom
    .qodef-e-info-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
  }
  .qodef-blog
    .qodef-blog-item
    .qodef-e-info.qodef-info--bottom
    .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-info--overlay {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 17px 12px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item {
  color: currentColor;
  height: 42px;
  margin-right: 3px;
  width: 42px;
}

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

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category
  a {
  position: relative;
  will-change: transform;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category
  a:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 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 ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 100%;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category
  a:hover {
  color: currentColor;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category
  a: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-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-category
  a:not(:first-child) {
  margin-left: 5px;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-editors-pick
  svg
  mask {
  fill: #ffffff;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-editors-pick
  svg
  .qodef-heart-path {
  enable-background: new;
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  stroke-miterlimit: 10;
  stroke-width: 3;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-editors-pick
  svg
  .qodef-heart-path:last-of-type {
  stroke-dasharray: 45;
  stroke-dashoffset: 45;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-popular {
  margin-top: -2px;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-popular
  svg
  mask {
  fill: #ffffff;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-popular
  svg
  .qodef-star-path {
  enable-background: new;
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  stroke-miterlimit: 10;
  stroke-width: 3;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  .qodef-m-path-one,
.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  .qodef-m-path-three {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.8;
  stroke-miterlimit: 10;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  .qodef-m-path-one {
  stroke-dasharray: 26;
  stroke-dashoffset: 26;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  .qodef-m-path-two {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 115;
  stroke-dashoffset: 115;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-item.qodef-e-info-video
  svg
  .qodef-m-path-three {
  stroke-dasharray: 13;
  stroke-dashoffset: 13;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info.qodef-info--overlay
  .qodef-e-info-social-share
  a:hover {
  color: currentColor;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--overlay svg {
  fill: currentColor;
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:not(.qodef-e-info-date) {
  font-size: 17px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.qodef-blog .qodef-blog-item .qodef-e-info-item:not(.qodef-e-info-date) a {
  color: inherit;
}

.qodef-blog
  .qodef-blog-item
  .qodef-e-info-item:not(.qodef-e-info-date)
  a:hover {
  color: #d6986a;
}

.qodef-blog .qodef-blog-item .qodef-e-info-category {
  display: inline-block !important;
}

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

.qodef-blog .qodef-blog-item .qodef-e-title a {
  display: initial;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 89%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-size 0.6s ease-out;
  -o-transition: background-size 0.6s ease-out;
  transition: background-size 0.6s ease-out;
}

.qodef-blog .qodef-blog-item .qodef-e-title a:hover {
  background-size: 100% 2px;
}

.qodef-blog .qodef-blog-item .qodef-e-text > *:first-child {
  margin: 35px 0 0 0;
}

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

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

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

.qodef-blog .qodef-blog-item.format-gallery .qodef-svg--arrow-left,
.qodef-blog .qodef-blog-item.format-gallery .qodef-svg--arrow-right {
  color: #ffffff;
}

.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 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.qodef-blog
  .qodef-blog-item.format-audio
  .qodef-e-media-audio
  .wp-audio-shortcode {
  height: 0;
}

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

.qodef-blog .qodef-blog-item.format-video .qodef-e-media-video .wp-video {
  width: 100% !important;
}

.qodef-blog .qodef-blog-item.format-video .qodef-e-media-video .wp-video video {
  height: auto !important;
}

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

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f8f2e8;
  padding: 7.5% 15% 9% 5.5%;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link svg {
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 58px;
}

@media only screen and (max-width: 480px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link svg {
    top: 15px;
    right: 15px;
  }
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  font-weight: 500 !important;
  margin: 0;
  position: relative;
}

.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;
  background-color: #f8f2e8;
  padding: 7.5% 15% 9% 5.5%;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote svg {
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 51px;
}

@media only screen and (max-width: 480px) {
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote svg {
    top: 15px;
    right: 15px;
  }
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  font-weight: 500 !important;
  margin: 0;
  position: relative;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  display: block;
  margin: 38px 0 0;
  position: relative;
}

.qodef-blog
  .qodef-blog-item.format-quote
  .qodef-e-quote-author.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
    font-size: 24px;
  }
  .qodef-blog
    .qodef-blog-item.format-quote
    .qodef-e-quote-author.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

.qodef-e-info-tags {
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
}

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

.qodef-e-info-tags a:hover {
  color: #d6986a;
}

.qodef-e-info-date {
  font-size: 17px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
}

body[class*="elipsa-core"]
  .qodef-e-info-date:not(.qodef-size--small):not(.qodef-size--medium):not(.qodef-size--large):not(.qodef-size--huge) {
  margin-left: 11px;
}

.qodef-e-info-date a {
  color: currentColor;
  position: relative;
  z-index: 2;
}

.qodef-e-info-date a:hover {
  color: #d6986a;
}

.qodef-e-info-date sup {
  font-size: 9px;
  margin-left: 3px;
  text-transform: lowercase;
  vertical-align: middle;
}

.qodef-e-info-date .qodef-svg-holder {
  z-index: 1;
}

.qodef-e-info-date .qodef-svg-holder svg {
  color: currentColor;
}

.qodef-e-info-date.qodef-size--small {
  font-size: 12px;
  margin-left: 0;
}

.qodef-e-info-date.qodef-size--small sup {
  font-size: 9px;
}

.qodef-e-info-date.qodef-size--medium {
  font-size: 17px;
  margin-left: 11px;
}

.qodef-e-info-date.qodef-size--medium sup {
  font-size: 9px;
}

.qodef-e-info-date.qodef-size--large {
  font-size: 20px;
  margin-left: 16px;
}

.qodef-e-info-date.qodef-size--large sup {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .qodef-e-info-date.qodef-size--large {
    font-size: 17px;
    margin-left: 11px;
  }
  .qodef-e-info-date.qodef-size--large sup {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1440px) {
  rs-module .qodef-e-info-date.qodef-size--large {
    font-size: 17px;
    margin-left: 11px;
  }
  rs-module .qodef-e-info-date.qodef-size--large sup {
    font-size: 9px;
  }
}

.qodef-e-info-date.qodef-size--huge {
  font-size: 30px;
  margin-left: 28px;
}

.qodef-e-info-date.qodef-size--huge sup {
  font-size: 24px;
}

@media only screen and (max-width: 1440px) {
  .qodef-e-info-date.qodef-size--huge {
    font-size: 26px;
    margin-left: 16px;
  }
  .qodef-e-info-date.qodef-size--huge sup {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-e-info-date.qodef-size--huge {
    font-size: 23px;
    margin-left: 16px;
  }
  .qodef-e-info-date.qodef-size--huge sup {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-e-info-date.qodef-size--huge {
    font-size: 20px;
    margin-left: 16px;
  }
  .qodef-e-info-date.qodef-size--huge sup {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-e-info-date.qodef-size--huge {
    font-size: 17px;
    margin-left: 11px;
  }
  .qodef-e-info-date.qodef-size--huge sup {
    font-size: 9px;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-info-category.qodef--desktop {
  display: inline-block !important;
}

.qodef-blog .qodef-blog-item .qodef-e-info-category.qodef--mobile {
  display: none !important;
}

.mejs-container button,
.mejs-overlay-button {
  background: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
}

.mejs-overlay-button,
.mejs-play > button,
.mejs-replay > button {
  background-image: url("../img/play.svg") !important;
}

.mejs-container * {
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px !important;
  line-height: 17px !important;
}

.mejs-container button {
  height: 55px !important;
}

.mejs-controls,
.mejs-button {
  height: 55px !important;
}

.mejs-playpause-button,
.mejs-volume-button,
.mejs-fullscreen-button {
  width: 37px !important;
}

.mejs-playpause-button > button,
.mejs-volume-button > button,
.mejs-fullscreen-button > button {
  width: 37px !important;
}

.mejs-playpause-button {
  margin: 0 3px 0 1px !important;
}

.mejs-pause > button {
  background-image: url("../img/pause.svg") !important;
}

.mejs-volume-button {
  margin: 0 8px 0 8px !important;
}

.mejs-mute > button {
  background-image: url("../img/mute.svg") !important;
}

.mejs-unmute > button {
  background-image: url("../img/unmute.svg") !important;
}

.mejs-fullscreen-button {
  margin: 0 8px 0 8px !important;
}

.mejs-fullscreen-button > button {
  background-image: url("../img/fullscreen.svg") !important;
}

.mejs-unfullscreen > button {
  background-image: url("../img/unfullscreen.svg") !important;
}

.mejs-time {
  height: 55px !important;
  line-height: 55px !important;
  margin: 0 10px 0 10px !important;
  padding: 0 !important;
}

.mejs-time-total {
  margin-top: 0 !important;
}

.mejs-time-rail {
  height: 55px !important;
  padding-top: 26px !important;
}

.mejs-time-current {
  background-color: #d6986a !important;
}

.mejs-time-buffering,
.mejs-time-current,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total {
  height: 3px !important;
}

.mejs-time-handle,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,
.mejs-time-hovered {
  display: none !important;
}

.mejs-volume-total {
  background-color: #ffffff !important;
}

.mejs-volume-current {
  background-color: #d6986a !important;
}

.mejs-horizontal-volume-slider {
  height: 55px !important;
  margin: 0 10px 0 10px !important;
  width: 120px !important;
}

.mejs-horizontal-volume-total {
  background-color: #ffffff !important;
  height: 3px !important;
  top: 26px !important;
  width: 100% !important;
}

.mejs-horizontal-volume-current {
  background-color: #d6986a !important;
}

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

body[class*="elipsa-core"] .qodef-blog.qodef--single .qodef-blog-item p {
  color: #7f7f7f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
  margin-bottom: 52px;
}

body[class*="elipsa-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item
  .qodef-e-info.qodef-info--top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

body[class*="elipsa-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item.format-link
  .qodef-e-content-right {
  margin-top: -20px;
}

.qodef-blog.qodef--single
  .qodef-blog-item.format-link
  .qodef-e-text
  > *:first-child {
  margin-top: 35px;
}

body[class*="elipsa-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item.format-link
  .qodef-e-text
  > *:first-child {
  margin: 0;
}

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

.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

body[class*="elipsa-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item.format-quote
  .qodef-e-content-right {
  margin-top: -20px;
}

.qodef-blog.qodef--single
  .qodef-blog-item.format-quote
  .qodef-e-text
  > *:first-child {
  margin-top: 35px;
}

body[class*="elipsa-core"]
  .qodef-blog.qodef--single
  .qodef-blog-item.format-quote
  .qodef-e-text
  > *:first-child {
  margin: 0;
}

body.single-post #qodef-page-comments {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 860px;
}

@media only screen and (min-width: 1025px) {
  body.single-post .qodef-page-content-section,
  body.single-post .qodef-page-sidebar-section {
    margin-bottom: 0 !important;
  }
}

#qodef-post-info-bottom-holder {
  border-bottom: 1px solid #d9d9d9;
  display: inline-block;
  margin-top: 104px;
  padding-bottom: 7px;
  width: 100%;
}

#qodef-post-info-bottom-holder .qodef-e-info-right {
  margin-top: 15px;
}

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

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

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

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

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

#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-m-pagination {
  margin-top: 50px;
}

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

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

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

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

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

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-meta {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  font-weight: 500 !important;
  margin: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-left: 16px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  color: #7f7f7f;
  font-size: 15px;
  text-transform: lowercase;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: #000000;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  margin-left: auto;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  font-size: 15px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:hover {
  color: #d6986a;
}

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

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

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
  margin-bottom: 5px;
  margin-top: 5px;
}

#qodef-page-comments-form,
#review_form,
#respond {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-comments-form .comment-reply-title,
#review_form .comment-reply-title,
#respond .comment-reply-title {
  margin: 0;
}

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

#qodef-page-comments-form .qodef-comment-form .comment-notes,
#qodef-page-comments-form .qodef-comment-form .logged-in-as,
#review_form .qodef-comment-form .comment-notes,
#review_form .qodef-comment-form .logged-in-as,
#respond .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .logged-in-as {
  font-size: 15px;
  margin: 3px 0 24px 0 !important;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
#review_form .qodef-comment-form .comment-form-cookies-consent,
#respond .qodef-comment-form .comment-form-cookies-consent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 15px;
  margin: 7px 0 0 0 !important;
  padding-right: 15px;
  position: relative;
  width: 75%;
}

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

#qodef-page-comments-form
  .qodef-comment-form
  .comment-form-cookies-consent
  label,
#review_form .qodef-comment-form .comment-form-cookies-consent label,
#respond .qodef-comment-form .comment-form-cookies-consent label {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form button,
#review_form .qodef-comment-form button,
#respond .qodef-comment-form button {
  float: right;
  margin-top: 13px;
}

#respond {
  margin-top: 50px;
}

.qodef-comment-item #respond {
  margin-bottom: 15px;
}

#respond .comment-reply-title small {
  float: right;
}

/* ==========================================================================
   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 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

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

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

.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px;
}

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

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 0 2px;
  -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: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12em;
}

.qodef-m-filter .qodef-m-filter-item.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .qodef-m-filter .qodef-m-filter-item {
    font-size: 24px;
  }
  .qodef-m-filter .qodef-m-filter-item.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.qodef-m-filter .qodef-m-filter-item:hover,
.qodef-m-filter .qodef-m-filter-item.qodef--active {
  background-color: #000000;
  color: #fff;
}

/* ==========================================================================
   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-top-area {
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 104px;
}

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

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

#qodef-page-footer-bottom-area {
  background-color: #000000;
  padding: 16px 0 26px 0;
}

#qodef-page-footer-bottom-area-inner {
  padding-top: 26px;
}

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

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

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

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  padding: 6px 39px;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link:hover {
  color: #d6986a;
}

.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
  background-color: #d6986a;
}

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image {
  float: none !important;
  margin: 0 !important;
  max-width: 100% !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 {
  line-height: 1em !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  z-index: 1 !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: #ffffff !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: #d6986a !important;
}

.wp-block-cover-image *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #ffffff !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 {
  line-height: 1em !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  z-index: 1 !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: #ffffff !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: #d6986a !important;
}

.wp-block-cover *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #ffffff !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 {
  color: #ffffff !important;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

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

.wp-block-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #000000;
  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: #d6986a;
}

.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;
  background-color: #ffffff;
  height: 100px;
  z-index: 10001;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-mobile-header-navigation ul li ul {
  display: none;
}

.qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  background-color: currentColor;
  content: "";
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 10px;
}

.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 {
  margin: 34px auto;
  padding: 0 40px;
}

.qodef-mobile-header-navigation > ul > li > a {
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  line-height: 2.8em;
  font-weight: 500;
}

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

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

.qodef-mobile-header-navigation ul ul {
  margin: 0;
}

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

.qodef-mobile-header-navigation ul ul li > a {
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 2em;
}

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

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

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

.qodef-header-navigation .qodef-menu-item-text {
  position: relative;
}

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

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

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

.qodef-drop-down-second--animate-height
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second {
  left: -36px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
  left: -36px;
  margin: 0;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 260px;
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 0 36px;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > a
  .qodef-menu-item-text:after {
  background-color: currentColor;
  content: "";
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  position: absolute;
  top: 50%;
  width: 5px;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > a
  .qodef-menu-item-text:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
}

.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 ul {
  left: 100%;
  top: calc(-20px - 14px);
}

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

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.menu-item-has-children
  > a
  .qodef-menu-item-text:after {
  background-color: currentColor;
  content: "";
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjVweCIgaGVp Z2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNSAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5l dyAwIDAgNSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHN0eWxlIHR5cGU9InRleHQvY3Nz Ij4KCQkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtz dHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgk8L3N0eWxlPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIg ZD0iTTQuNCw1LjFDMy43LDUsMi43LDQuNCwxLjksMy41QzEuMiwyLjcsMC43LDIsMC42LDEuNCIv PgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjQsNS4xQzMuNyw1LjQsMi43LDUuOCwxLjksNi43 QzEuMiw3LjUsMC43LDguMywwLjYsOC44Ii8+Cgk8L2c+Cjwvc3ZnPg==");
  position: absolute;
  top: 50%;
  width: 5px;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.menu-item-has-children
  > a
  .qodef-menu-item-text:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -13px;
}

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

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

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

.qodef-header-navigation > ul > li:first-child {
  margin-left: 0;
}

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

.qodef-header-navigation > ul > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.qodef-header-navigation > ul > li > a .qodef-svg-holder {
  opacity: 1 !important;
}

.qodef-header-navigation > ul > li > a .qodef-svg--ellipse path {
  fill: none;
  stroke: #d6986a;
}

.qodef-header-navigation
  > ul
  > li
  > a
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

.qodef-header-navigation
  > ul
  > li
  > a
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

.qodef-header-navigation
  > ul
  > li
  > a
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

.qodef-header-navigation > ul > li > a:hover .qodef-svg--ellipse path {
  stroke-dashoffset: 0;
}

.qodef-header-navigation
  > ul
  > li
  > a:hover
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-header-navigation
  > ul
  > li
  > a:hover
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-header-navigation
  > ul
  > li
  > a:hover
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a .qodef-svg-holder {
  color: #d6986a;
}

.qodef-header-navigation > ul > li.current-menu-parent > a {
  color: #d6986a;
}

.qodef-header-navigation > ul > li.current-menu-item > a {
  color: #d6986a;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul {
  /* LEFT --- STANDARD MENU LEVEL TWO AND THREE */
  /* RIGHT --- STANDARD MENU LEVEL TWO AND THREE */
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0;
  position: relative;
  font-size: 13px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  -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.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 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 ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li:hover
  > a
  .qodef-menu-item-text,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-item
  > a
  .qodef-menu-item-text {
  color: #d6986a;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li:hover
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul:not(.qodef-drop-down--right)
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  -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.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  right: 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 ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li:hover
  > a
  .qodef-menu-item-text,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-item
  > a
  .qodef-menu-item-text {
  color: #d6986a;
}

.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li:hover
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  > ul
  > li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

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

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

.qodef-m-pagination.qodef--wp .page-numbers .qodef-svg--ellipse {
  height: 33px;
  -webkit-transform: translate(-50%, 3px) rotate(-6deg);
  -ms-transform: translate(-50%, 3px) rotate(-6deg);
  transform: translate(-50%, 3px) rotate(-6deg);
  width: 62px;
  top: 0;
  display: inline-block;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-m-pagination.qodef--wp .page-numbers .qodef-svg--ellipse path {
  fill: none;
  stroke: #d6986a;
}

.qodef-m-pagination.qodef--wp
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

.qodef-m-pagination.qodef--wp
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

.qodef-m-pagination.qodef--wp
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

.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.prev,
.qodef-m-pagination.qodef--wp .page-numbers.next {
  width: 40px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 32px;
  padding-top: 8px;
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 18px;
  padding-top: 8px;
}

.qodef-m-pagination.qodef--wp .page-numbers:hover {
  color: #d6986a;
}

.qodef-m-pagination.qodef--wp .page-numbers.current {
  color: #000000;
}

.qodef-m-pagination.qodef--wp .page-numbers.current .qodef-svg--ellipse path {
  stroke-dashoffset: 0;
}

.qodef-m-pagination.qodef--wp
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-m-pagination.qodef--wp
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-m-pagination.qodef--wp
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

.qodef-m-pagination.qodef--wp .dots {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

.qodef-m-pagination.qodef--wp .dots:hover {
  color: unset;
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item
  .qodef-svg--ellipse {
  height: 33px;
  -webkit-transform: translate(-50%, 3px) rotate(-6deg);
  -ms-transform: translate(-50%, 3px) rotate(-6deg);
  transform: translate(-50%, 3px) rotate(-6deg);
  width: 62px;
  top: 0;
  display: inline-block;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item
  .qodef-svg--ellipse
  path {
  fill: none;
  stroke: #d6986a;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
  display: block;
  line-height: inherit;
}

.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,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  width: 40px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 32px;
  padding-top: 8px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 18px;
  padding-top: 8px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
  color: #d6986a;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active {
  color: #000000;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--active
  .qodef-svg--ellipse
  path {
  stroke-dashoffset: 0;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--active
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--active
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--active
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

.qodef-m-pagination.qodef--standard .qodef-m-ellipsis {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

.qodef-m-pagination.qodef--standard .qodef-m-ellipsis:hover {
  color: unset;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-items
  > div.qodef--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-items
  > div:not(.qodef--visible) {
  display: none;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:nth-child(1),
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:nth-last-child(1) {
  display: block !important;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:nth-child(2),
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:nth-last-child(2) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
  margin-left: 0;
}

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

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  display: inline-block;
  position: relative;
  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-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
  color: #d6986a;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  vertical-align: top;
  z-index: -1;
}

.qodef-m-pagination.qodef--infinite-scroll
  .qodef-infinite-scroll-spinner:before {
  display: block;
  line-height: inherit;
}

.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--loading
  .qodef-grid-inner {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
  bottom: 10px;
  color: #d6986a;
  font-size: 32px;
  left: calc(50% - 16px);
  line-height: 1;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}

.qodef-pagination--on.qodef-pagination-type--load-more
  .qodef-loading-spinner:before {
  display: block;
  line-height: inherit;
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading
  .qodef-loading-spinner {
  opacity: 1;
  z-index: 1;
}

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

.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading
  .qodef-infinite-scroll-spinner {
  opacity: 1;
  z-index: 1;
}

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

.qodef-single-links .qodef-m-single-links-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-right: 18px;
}

.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-right: 30px;
  padding: 0 3px;
  position: relative;
  vertical-align: top;
}

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

.qodef-single-links .qodef-svg--ellipse {
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  top: 50%;
  display: inline-block;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  top: calc(50% + 4px);
}

.qodef-single-links .qodef-svg--ellipse .qodef-m-path-one,
.qodef-single-links .qodef-svg--ellipse .qodef-m-path-two {
  stroke-width: 3;
}

.qodef-single-links .qodef-svg--ellipse path {
  fill: none;
  stroke: #d6986a;
}

.qodef-single-links .qodef-svg--ellipse path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

.qodef-single-links .qodef-svg--ellipse path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

.qodef-single-links .qodef-svg--ellipse path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

.qodef-single-links span.current {
  color: #000000;
}

.qodef-single-links span.current .qodef-svg--ellipse {
  opacity: 1;
}

.qodef-single-links span.current .qodef-svg--ellipse path {
  stroke-dashoffset: 0;
}

.qodef-single-links span.current .qodef-svg--ellipse path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

.qodef-single-links span.current .qodef-svg--ellipse path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

.qodef-single-links span.current .qodef-svg--ellipse path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
body.search #qodef-page-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.search #qodef-page-content {
  border-top: 1px solid #e8e8e8;
  margin-top: 13px;
}

body.search #qodef-page-content .qodef-page-content-section {
  margin-top: 60px;
}

body.search #qodef-page-sidebar {
  margin-top: 60px;
}

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

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

.qodef-search .qodef-e-search-heading-label {
  font-size: 14px;
  margin: 8px 0 0;
}

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

.qodef-search .qodef-search-form-field {
  margin: 0;
  padding: 10px 50px 10px 0;
}

.qodef-search .qodef-search-form-button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
  margin-right: 0 !important;
}

.qodef-search .qodef-search-form-button:hover {
  color: #d6986a;
}

.qodef-search .qodef-search-form-button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"] .qodef-search .qodef-search-form-button {
  margin-right: 0;
}

body[class*="elipsa-core"] .qodef-search .qodef-search-form-button:after {
  display: none;
}

.qodef-search .qodef-search-form-button:after {
  display: none;
}

.qodef-search article {
  border-top: 1px solid #f8f2e8;
  margin-top: 40px;
  padding-top: 40px;
}

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

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

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

.qodef-search article .qodef-e-image img {
  height: auto;
  width: 100%;
}

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

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

.qodef-search .qodef-m-pagination {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 60px;
}

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

.qodef-svg-holder {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

body:not(.qodef-header--minimal) #qodef-page-header .qodef-svg-holder {
  height: 140%;
  -webkit-transform: translate(-18px, -16%);
  -ms-transform: translate(-18px, -16%);
  transform: translate(-18px, -16%);
  width: calc(100% + 35px);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-header--minimal #qodef-page-header .qodef-svg-holder {
  width: calc(100% + 42px);
  height: calc(100% + 10px);
}

#qodef-fullscreen-area .qodef-svg-holder {
  width: calc(100% + 50px);
  height: calc(100% + 5px);
  -webkit-transform: translate(-25px, -2px) rotate(-3deg);
  -ms-transform: translate(-25px, -2px) rotate(-3deg);
  transform: translate(-25px, -2px) rotate(-3deg);
}

#qodef-fullscreen-area .qodef-svg-holder svg {
  color: #d6986a;
}

#qodef-fullscreen-area .qodef-svg-holder svg .qodef-m-path-two {
  stroke-width: 1px;
}

#qodef-page-mobile-header .qodef-svg-holder {
  display: none !important;
}

.widget .qodef-svg-holder {
  display: none !important;
}

.qodef-e-info-date .qodef-svg-holder {
  height: calc(100% + 16px);
  -webkit-transform: translate(-12px, -7px) rotate(-6deg);
  -ms-transform: translate(-12px, -7px) rotate(-6deg);
  transform: translate(-12px, -7px) rotate(-6deg);
  width: calc(100% + 20px);
}

.qodef-e-info-date .qodef-svg-holder svg {
  color: #d6986a;
}

.qodef-e-info-date.qodef-size--large .qodef-svg-holder {
  height: calc(100% + 27px);
  -webkit-transform: translate(-17px, -13px) rotate(-6deg);
  -ms-transform: translate(-17px, -13px) rotate(-6deg);
  transform: translate(-17px, -13px) rotate(-6deg);
  width: calc(100% + 29px);
}

.qodef-e-info-date.qodef-size--large .qodef-svg-holder svg {
  color: #d6986a;
}

@media only screen and (max-width: 768px) {
  .qodef-e-info-date.qodef-size--large .qodef-svg-holder {
    height: calc(100% + 16px);
    -webkit-transform: translate(-12px, -7px) rotate(-6deg);
    -ms-transform: translate(-12px, -7px) rotate(-6deg);
    transform: translate(-12px, -7px) rotate(-6deg);
    width: calc(100% + 20px);
  }
}

@media only screen and (max-width: 1440px) {
  rs-module .qodef-e-info-date.qodef-size--large .qodef-svg-holder {
    height: calc(100% + 16px);
    -webkit-transform: translate(-12px, -7px) rotate(-6deg);
    -ms-transform: translate(-12px, -7px) rotate(-6deg);
    transform: translate(-12px, -7px) rotate(-6deg);
    width: calc(100% + 20px);
  }
}

.qodef-e-info-date.qodef-size--huge .qodef-svg-holder {
  height: calc(100% + 38px);
  -webkit-transform: translate(-18px, -20px) rotate(-6deg);
  -ms-transform: translate(-18px, -20px) rotate(-6deg);
  transform: translate(-18px, -20px) rotate(-6deg);
  width: calc(100% + 32px);
}

.qodef-e-info-date.qodef-size--huge .qodef-svg-holder svg {
  color: #d6986a;
}

@media only screen and (max-width: 1440px) {
  .qodef-e-info-date.qodef-size--huge .qodef-svg-holder {
    height: calc(100% + 31px);
    -webkit-transform: translate(-17px, -16px) rotate(-6deg);
    -ms-transform: translate(-17px, -16px) rotate(-6deg);
    transform: translate(-17px, -16px) rotate(-6deg);
    width: calc(100% + 30px);
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-e-info-date.qodef-size--huge .qodef-svg-holder {
    height: calc(100% + 29px);
    -webkit-transform: translate(-17px, -14px) rotate(-6deg);
    -ms-transform: translate(-17px, -14px) rotate(-6deg);
    transform: translate(-17px, -14px) rotate(-6deg);
    width: calc(100% + 30px);
  }
}

@media only screen and (max-width: 768px) {
  .qodef-e-info-date.qodef-size--huge .qodef-svg-holder {
    height: calc(100% + 27px);
    -webkit-transform: translate(-17px, -13px) rotate(-6deg);
    -ms-transform: translate(-17px, -13px) rotate(-6deg);
    transform: translate(-17px, -13px) rotate(-6deg);
    width: calc(100% + 29px);
  }
}

#qodef-back-to-top .qodef-svg-holder {
  height: calc(100% - 6px);
  -webkit-transform: translate(-14px, -3px) rotate(-6deg);
  -ms-transform: translate(-14px, -3px) rotate(-6deg);
  transform: translate(-14px, -3px) rotate(-6deg);
  width: calc(100% + 20px);
}

#qodef-back-to-top .qodef-svg-holder svg {
  color: #d6986a;
}

.qodef-social-share .qodef-svg-holder {
  height: calc(100% + 6px);
  -webkit-transform: translate(-8px, -3px) rotate(-3.5deg);
  -ms-transform: translate(-8px, -3px) rotate(-3.5deg);
  transform: translate(-8px, -3px) rotate(-3.5deg);
  width: calc(100% + 15px);
}

#qodef-author-info .qodef-svg-holder {
  height: calc(100% + 6px);
  -webkit-transform: translate(-8px, -3px) rotate(-3.5deg);
  -ms-transform: translate(-8px, -3px) rotate(-3.5deg);
  transform: translate(-8px, -3px) rotate(-3.5deg);
  width: calc(100% + 15px);
}

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

.qodef-svg--menu {
  fill: currentColor;
  height: 11px;
  width: 50px;
}

.qodef-svg--fs-menu {
  fill: currentColor;
  height: 10px;
  width: 51px;
}

.qodef-svg--fs-menu line {
  stroke: currentColor;
}

.qodef-svg--close {
  height: 22px;
  width: 36px;
}

.qodef-svg--close line {
  fill: none;
  stroke: currentColor;
}

.qodef-svg--search {
  height: 33px;
  width: 32px;
}

header .qodef-svg--search {
  height: 30px;
  width: 29px;
}

.qodef-svg--arrow-left,
.qodef-svg--arrow-right {
  color: #000000;
}

.qodef-svg--arrow-left line,
.qodef-svg--arrow-right line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.qodef-svg--arrow-left path,
.qodef-svg--arrow-right path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.qodef-svg--arrow-button {
  color: currentColor;
  display: inline-block;
  height: 29px;
  margin-left: 14px;
  position: relative;
  width: 29px;
}

.qodef-svg--arrow-button line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.2;
}

.qodef-svg--arrow-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1.2;
}

.qodef-svg--ellipse path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.qodef-svg--ellipse .qodef-m-path-one {
  stroke-width: 1px;
}

.qodef-svg--ellipse .qodef-m-path-two {
  stroke-width: 2px;
}

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

.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%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qodef-page-title .qodef-m-title {
  margin: 0;
}

.qodef-page-title .qodef-m-title .qodef--uppercase {
  text-transform: uppercase;
}

/* ==========================================================================
   Widgets static styles
   ========================================================================== */
.widget:last-child {
  margin-bottom: 0 !important;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget ul:not(.qodef-shortcode-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-left: 1em;
}

.widget .qodef-widget-post-count {
  font-size: 80%;
  position: relative;
  top: -5px;
}

.widget select {
  max-width: 100%;
  width: 100%;
}

.widget .select2 {
  margin-bottom: 0;
}

.widget .select2-container--default .select2-selection {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: inherit !important;
}

.widget .wp-caption {
  color: inherit;
}

.widget[class*="_search"] .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget[class*="_search"] input {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 10px 50px 10px 0;
}

.widget[class*="_search"] button {
  margin-right: 0;
}

.widget[class*="_search"] button:after {
  display: none;
}

.widget .tagcloud a {
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 6px 6px 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
}

.widget.widget_media_image {
  margin-bottom: 0;
}

.widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

.widget.widget_media_image img {
  display: inline-block;
}

.widget.widget_text img {
  display: block;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_calendar table {
  table-layout: fixed;
}

.widget.widget_calendar caption {
  margin-bottom: 5px;
}

.widget.widget_calendar #today a {
  color: inherit;
}

.widget.widget_calendar tfoot tr,
.widget.widget_calendar tfoot td {
  border: 0;
}

.widget.widget_rss ul .rsswidget {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 1.25em;
  display: block;
}

.widget.widget_rss ul .rsswidget.qodef--with-offset {
  margin-top: -2.5px !important;
}

.widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

.widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

.widget.widget_nav_menu ul li a {
  position: relative;
}

.widget.widget_nav_menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: -1px;
  right: 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 ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.widget.widget_nav_menu ul li a: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%;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget.widget_recent_comments a,
.widget.widget_recent_entries a {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 1.25em;
}

.widget.widget_recent_comments a.qodef--with-offset,
.widget.widget_recent_entries a.qodef--with-offset {
  margin-top: -2.5px !important;
}

/* ==========================================================================
   Widgets variable styles
   ========================================================================== */
.widget {
  margin: 0 0 76px;
}

.widget .qodef-widget-title {
  margin: 0 0 20px;
}

.widget .qodef-widget-title a:hover {
  color: #d6986a;
}

.widget a {
  color: #000000;
}

.widget a:hover {
  color: #d6986a;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

.widget .qodef-widget-post-count {
  color: #d6986a;
}

.widget select {
  margin: 8.5px 0 0 0;
}

.widget .select2-container--default .select2-selection {
  border-color: #000000;
}

.widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

.widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

.widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

.widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"] .widget[class*="_search"] button {
  margin-right: 0;
}

body[class*="elipsa-core"] .widget[class*="_search"] button:after {
  display: none;
}

.widget[class*="_search"] input {
  border-color: #000000;
}

.widget .tagcloud a {
  color: #d6986a;
}

.widget .tagcloud a:hover {
  color: #000000;
}

.widget.widget_media_image {
  margin-bottom: px;
}

.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

.widget.widget_elipsa_core_blog_list .qodef-widget-title {
  margin-bottom: 28.5px;
}

.widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

.widget.widget_calendar tfoot a {
  color: #000000;
}

.widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

.widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-page-sidebar .widget {
  margin: 0 0 76px;
}

#qodef-page-sidebar .widget .qodef-widget-title {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12em;
}

#qodef-page-sidebar .widget .qodef-widget-title.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-page-sidebar .widget .qodef-widget-title {
    font-size: 24px;
  }
  #qodef-page-sidebar .widget .qodef-widget-title.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
  color: #d6986a;
}

#qodef-page-sidebar .widget a {
  color: #000000;
}

#qodef-page-sidebar .widget a:hover {
  color: #d6986a;
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-page-sidebar .widget .qodef-widget-post-count {
  color: #d6986a;
}

#qodef-page-sidebar .widget select {
  margin: 8.5px 0 0 0;
}

#qodef-page-sidebar .widget .select2-container--default .select2-selection {
  border-color: #000000;
}

#qodef-page-sidebar .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-sidebar .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

#qodef-page-sidebar .widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

#qodef-page-sidebar .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"]
  #qodef-page-sidebar
  .widget[class*="_search"]
  button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-page-sidebar
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-page-sidebar .widget[class*="_search"] input {
  border-color: #000000;
}

#qodef-page-sidebar .widget .tagcloud a {
  color: #d6986a;
}

#qodef-page-sidebar .widget .tagcloud a:hover {
  color: #000000;
}

#qodef-page-sidebar .widget.widget_media_image {
  margin-bottom: px;
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-sidebar .widget.widget_elipsa_core_blog_list .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-sidebar .widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

#qodef-page-sidebar .widget.widget_calendar tfoot a {
  color: #000000;
}

#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

#qodef-page-sidebar .widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-top-area .widget {
  margin: 0 0 0px;
  color: #000000;
}

#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 0px;
  color: #000000;
}

#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #d6986a;
}

#qodef-top-area .widget a {
  color: #000000;
}

#qodef-top-area .widget a:hover {
  color: #d6986a;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-top-area .widget .qodef-widget-post-count {
  color: #d6986a;
}

#qodef-top-area .widget select {
  margin: 8.5px 0 0 0;
}

#qodef-top-area .widget .select2-container--default .select2-selection {
  border-color: #000000;
}

#qodef-top-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 8.5px;
}

#qodef-top-area .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

#qodef-top-area .widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

#qodef-top-area .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"] #qodef-top-area .widget[class*="_search"] button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-top-area
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-top-area .widget[class*="_search"] input {
  border-color: #000000;
}

#qodef-top-area .widget .tagcloud a {
  color: #d6986a;
}

#qodef-top-area .widget .tagcloud a:hover {
  color: #000000;
}

#qodef-top-area .widget.widget_media_image {
  margin-bottom: px;
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 8.5px;
}

#qodef-top-area .widget.widget_elipsa_core_blog_list .qodef-widget-title {
  margin-bottom: 8.5px;
}

#qodef-top-area .widget.widget_elipsa_core_social_text .qodef-widget-title {
  color: #000000;
}

#qodef-top-area .widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

#qodef-top-area .widget.widget_calendar tfoot a {
  color: #000000;
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

#qodef-top-area .widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-page-footer-top-area .widget {
  margin: 0 0 76px;
  color: #ffffff;
}

#qodef-page-footer-top-area .widget .qodef-widget-title {
  margin: 0 0 20px;
  color: #ffffff;
}

#qodef-page-footer-top-area .widget .qodef-widget-title a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget a {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-page-footer-top-area .widget .qodef-widget-post-count {
  color: #ffffff;
}

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

#qodef-page-footer-top-area
  .widget
  .select2-container--default
  .select2-selection {
  border-color: #ffffff;
}

#qodef-page-footer-top-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-top-area .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}

#qodef-page-footer-top-area .widget[class*="_search"] button:hover {
  color: #cccccc;
}

#qodef-page-footer-top-area .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"]
  #qodef-page-footer-top-area
  .widget[class*="_search"]
  button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-page-footer-top-area
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-page-footer-top-area .widget[class*="_search"] input {
  border-color: #ffffff;
}

#qodef-page-footer-top-area .widget .tagcloud a {
  color: #cccccc;
}

#qodef-page-footer-top-area .widget .tagcloud a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.widget_media_image {
  margin-bottom: px;
}

#qodef-page-footer-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-top-area
  .widget.widget_elipsa_core_blog_list
  .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-top-area
  .widget.widget_elipsa_core_social_text
  .qodef-widget-title {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.widget_calendar #today {
  color: #000000;
  background-color: #ffffff;
}

#qodef-page-footer-top-area .widget.widget_calendar tfoot a {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.widget_calendar tfoot a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-page-footer-bottom-area .widget {
  margin: 0 0 76px;
  color: #7f7f7f;
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title {
  margin: 0 0 20px;
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget a {
  color: #7f7f7f;
}

#qodef-page-footer-bottom-area .widget a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-page-footer-bottom-area .widget .qodef-widget-post-count {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget select {
  margin: 8.5px 0 0 0;
}

#qodef-page-footer-bottom-area
  .widget
  .select2-container--default
  .select2-selection {
  border-color: #ffffff;
}

#qodef-page-footer-bottom-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button:hover {
  color: #cccccc;
}

#qodef-page-footer-bottom-area .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"]
  #qodef-page-footer-bottom-area
  .widget[class*="_search"]
  button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-page-footer-bottom-area
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-page-footer-bottom-area .widget[class*="_search"] input {
  border-color: #ffffff;
}

#qodef-page-footer-bottom-area .widget .tagcloud a {
  color: #cccccc;
}

#qodef-page-footer-bottom-area .widget .tagcloud a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.widget_media_image {
  margin-bottom: px;
}

#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-bottom-area
  .widget.widget_elipsa_core_blog_list
  .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-page-footer-bottom-area
  .widget.widget_elipsa_core_social_text
  .qodef-widget-title {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.widget_calendar #today {
  color: #000000;
  background-color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a {
  color: #7f7f7f;
}

#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-side-area .widget {
  margin: 0 0 37px;
  color: #7f7f7f;
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 35px;
  color: #000000;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #d6986a;
}

#qodef-side-area .widget a {
  color: #000000;
}

#qodef-side-area .widget a:hover {
  color: #d6986a;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-side-area .widget .qodef-widget-post-count {
  color: #d6986a;
}

#qodef-side-area .widget select {
  margin: 8.5px 0 0 0;
}

#qodef-side-area .widget .select2-container--default .select2-selection {
  border-color: #000000;
}

#qodef-side-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 43.5px;
}

#qodef-side-area .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

#qodef-side-area .widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

#qodef-side-area .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"] #qodef-side-area .widget[class*="_search"] button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-side-area
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-side-area .widget[class*="_search"] input {
  border-color: #000000;
}

#qodef-side-area .widget .tagcloud a {
  color: #d6986a;
}

#qodef-side-area .widget .tagcloud a:hover {
  color: #000000;
}

#qodef-side-area .widget.widget_media_image {
  margin-bottom: 7px;
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 43.5px;
}

#qodef-side-area .widget.widget_elipsa_core_blog_list .qodef-widget-title {
  margin-bottom: 43.5px;
}

#qodef-side-area .widget.widget_elipsa_core_social_text .qodef-widget-title {
  color: #000000;
}

#qodef-side-area .widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #000000;
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

#qodef-side-area .widget.widget_text .textwidget p {
  line-height: 1.875;
}

.qodef-mega-menu-widget-holder .widget {
  margin: 0 0 76px;
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
  margin: 0 0 20px;
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget a {
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget a:hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-post-count {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget select {
  margin: 8.5px 0 0 0;
}

.qodef-mega-menu-widget-holder
  .widget
  .select2-container--default
  .select2-selection {
  border-color: #000000;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"]
  .qodef-mega-menu-widget-holder
  .widget[class*="_search"]
  button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  .qodef-mega-menu-widget-holder
  .widget[class*="_search"]
  button:after {
  display: none;
}

.qodef-mega-menu-widget-holder .widget[class*="_search"] input {
  border-color: #000000;
}

.qodef-mega-menu-widget-holder .widget .tagcloud a {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:hover {
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image {
  margin-bottom: px;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

.qodef-mega-menu-widget-holder
  .widget.widget_elipsa_core_blog_list
  .qodef-widget-title {
  margin-bottom: 28.5px;
}

.qodef-mega-menu-widget-holder
  .widget.widget_elipsa_core_social_text
  .qodef-widget-title {
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget.widget_text .textwidget p {
  line-height: inherit;
}

#qodef-fullscreen-area .widget {
  margin: 0 0 76px;
  color: #ffffff;
}

#qodef-fullscreen-area .widget .qodef-widget-title {
  margin: 0 0 20px;
  color: #ffffff;
}

#qodef-fullscreen-area .widget .qodef-widget-title a:hover {
  color: #d6986a;
}

#qodef-fullscreen-area .widget a {
  color: #ffffff;
}

#qodef-fullscreen-area .widget a:hover {
  color: #d6986a;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 6px;
}

#qodef-fullscreen-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 6px;
}

#qodef-fullscreen-area .widget .qodef-widget-post-count {
  color: #d6986a;
}

#qodef-fullscreen-area .widget select {
  margin: 8.5px 0 0 0;
}

#qodef-fullscreen-area .widget .select2-container--default .select2-selection {
  border-color: #000000;
}

#qodef-fullscreen-area .widget[class*="_search"] .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-fullscreen-area .widget[class*="_search"] button {
  position: absolute;
  top: -5px;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000000;
  background-color: transparent;
  border: 0;
}

#qodef-fullscreen-area .widget[class*="_search"] button:hover {
  color: #7f7f7f;
}

#qodef-fullscreen-area .widget[class*="_search"] button svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

body[class*="elipsa-core"]
  #qodef-fullscreen-area
  .widget[class*="_search"]
  button {
  margin-right: 0;
}

body[class*="elipsa-core"]
  #qodef-fullscreen-area
  .widget[class*="_search"]
  button:after {
  display: none;
}

#qodef-fullscreen-area .widget[class*="_search"] input {
  border-color: #000000;
}

#qodef-fullscreen-area .widget .tagcloud a {
  color: #d6986a;
}

#qodef-fullscreen-area .widget .tagcloud a:hover {
  color: #000000;
}

#qodef-fullscreen-area .widget.widget_media_image {
  margin-bottom: px;
}

#qodef-fullscreen-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-fullscreen-area
  .widget.widget_elipsa_core_blog_list
  .qodef-widget-title {
  margin-bottom: 28.5px;
}

#qodef-fullscreen-area
  .widget.widget_elipsa_core_social_text
  .qodef-widget-title {
  color: #ffffff;
}

#qodef-fullscreen-area .widget.widget_calendar #today {
  color: #000000;
  background-color: #d6986a;
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a {
  color: #ffffff;
}

#qodef-fullscreen-area .widget.widget_calendar tfoot a:hover {
  color: #d6986a;
}

#qodef-fullscreen-area .widget.widget_text .textwidget p {
  line-height: inherit;
}

/* ==========================================================================
   WooCommerce global styles
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  background-color: #fbfaf4;
  display: block;
  padding: 0 10px;
  height: auto;
  margin: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 99;
  width: auto;
  top: 1px;
  left: 8px;
  font-size: 15px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
}

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

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 8.5px;
  width: 13px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

#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 .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin: 3px 0 0;
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  margin-right: 10px;
  position: relative;
  text-decoration: none;
}

#qodef-woo-page .price del:before,
.qodef-woo-shortcode .price del:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

#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 {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000 !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

#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: #d6986a !important;
}

#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 .added_to_cart,
.qodef-woo-shortcode .added_to_cart {
  margin-right: 43px;
}

#qodef-woo-page .added_to_cart:after,
.qodef-woo-shortcode .added_to_cart:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

#qodef-woo-page .quantity {
  white-space: nowrap;
}

#qodef-woo-page .quantity input[type="number"] {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  width: 60px;
}

#qodef-woo-page .quantity input[type="number"].qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page .quantity input[type="number"] {
    font-size: 24px;
  }
  #qodef-woo-page .quantity input[type="number"].qodef--with-offset {
    margin-top: -0px !important;
  }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  margin-left: auto !important;
}

@media only screen and (max-width: 680px) {
  .woocommerce-message a.button,
  .woocommerce-info a.button,
  .woocommerce-error a.button {
    margin-left: initial !important;
  }
}

@media only screen and (max-width: 680px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a {
    margin-top: 12px !important;
    margin-left: unset !important;
  }
}

.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: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
}

.woocommerce-page div.woocommerce .shop_table th.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-page div.woocommerce .shop_table th {
    font-size: 24px;
  }
  .woocommerce-page div.woocommerce .shop_table th.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative;
}

.woocommerce-page div.woocommerce .col2-set > * {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
}

.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 {
  background: none;
  border: 0;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-page .pswp__button--arrow--left:before {
  content: "\f104";
  font-size: 45px;
}

.woocommerce-page .pswp__button--arrow--right:before {
  content: "\f105";
  font-size: 45px;
}

.woocommerce-page .pswp__button.pswp__button--close:before {
  content: "\f00d";
  font-size: 17px;
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
  content: "\f00e";
  font-size: 17px;
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
  content: "\f010";
  font-size: 17px;
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
  content: "\f0b2";
  font-size: 17px;
}

.woocommerce-page .pswp__counter,
.woocommerce-page .pswp__caption__center {
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

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

#qodef-woo-page.qodef--cart button {
  margin-right: 47px;
}

#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 {
  padding-right: 10px;
  width: 110px;
}

#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: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12em;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  position: relative;
  width: 70%;
}

#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"] {
  margin-right: 20px;
  width: auto;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
  float: right;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .button {
  margin-top: 9px;
}

#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 strong {
  color: #000000;
  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 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0 0 42px;
}

#qodef-woo-page.qodef--cart .cross-sells > h2.qodef--with-offset,
#qodef-woo-page.qodef--cart .cart_totals > h2.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--cart .cross-sells > h2,
  #qodef-woo-page.qodef--cart .cart_totals > h2 {
    font-size: 28px;
  }
  #qodef-woo-page.qodef--cart .cross-sells > h2.qodef--with-offset,
  #qodef-woo-page.qodef--cart .cart_totals > h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  display: inline-block;
  margin-top: 32px;
  vertical-align: middle;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout a {
  margin-right: 43px;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout a:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

.woocommerce-page div.woocommerce > .cart-empty {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-page div.woocommerce > .cart-empty.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-page div.woocommerce > .cart-empty {
    font-size: 28px;
  }
  .woocommerce-page div.woocommerce > .cart-empty.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.woocommerce-page div.woocommerce > .return-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

.woocommerce-page div.woocommerce > .return-to-shop a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000 !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  margin-right: 43px;
}

.woocommerce-page div.woocommerce > .return-to-shop a:hover {
  color: #d6986a !important;
}

.woocommerce-page div.woocommerce > .return-to-shop a:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

/* ==========================================================================
   WooCommerce checkout styles
   ========================================================================== */
#qodef-woo-page.qodef--checkout
  .woocommerce-form-coupon-toggle
  .woocommerce-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#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 .place-order {
  margin-top: 30px;
}

#qodef-woo-page.qodef--checkout
  .woocommerce-checkout-payment
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 23px;
}

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

#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 li.payment_method_paypal {
  padding-bottom: 7px;
  padding-top: 7px;
}

#qodef-woo-page.qodef--checkout
  .wc_payment_methods
  li.payment_method_paypal
  .input-radio {
  top: 53px;
}

#qodef-woo-page.qodef--checkout
  .wc_payment_methods
  li.payment_method_paypal
  img {
  margin: 0 15px 0 6px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  left: 0;
  margin: 0;
  position: absolute;
  top: 23px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  cursor: pointer;
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--checkout .wc_payment_methods label.qodef--with-offset {
    margin-top: -0px !important;
  }
}

/* ==========================================================================
   WooCommerce my account styles
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: inline-block;
  float: left;
  padding-right: 50px;
  position: relative;
  vertical-align: top;
  width: 30%;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12em;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li
  a.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 24px;
  }
  .woocommerce-account
    .woocommerce-MyAccount-navigation
    ul
    li
    a.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #d6986a;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  position: relative;
  vertical-align: top;
  width: 70%;
}

.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 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content h2.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 28px;
  }
  .woocommerce-account .woocommerce-MyAccount-content h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0;
}

.woocommerce-account .button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000 !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  margin-right: 43px;
}

.woocommerce-account .button:hover {
  color: #d6986a !important;
}

.woocommerce-account .button:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

.woocommerce-account
  .woocommerce-form-login
  .woocommerce-form__label-for-checkbox {
  display: inline-block;
  font-size: 15px;
  margin: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 16px;
}

.woocommerce-account .woocommerce-form-login__submit {
  float: right;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
  margin: 0 0 34px;
}

.woocommerce-account
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  input[type="text"] {
  margin: 0;
}

/* ==========================================================================
   WooCommerce order received styles
   ========================================================================== */
.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0 0 20px;
}

.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-received.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-order-received
    .woocommerce-order
    .woocommerce-thankyou-order-received {
    font-size: 28px;
  }
  .woocommerce-order-received
    .woocommerce-order
    .woocommerce-thankyou-order-received.qodef--with-offset {
    margin-top: -0px !important;
  }
}

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

.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 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order h2.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-order-received .woocommerce-order h2 {
    font-size: 28px;
  }
  .woocommerce-order-received .woocommerce-order h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

#qodef-woo-page .woocommerce-pagination .page-numbers .qodef-svg--ellipse {
  height: 33px;
  -webkit-transform: translate(-50%, 3px) rotate(-6deg);
  -ms-transform: translate(-50%, 3px) rotate(-6deg);
  transform: translate(-50%, 3px) rotate(-6deg);
  width: 62px;
  top: 0;
  display: inline-block;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#qodef-woo-page .woocommerce-pagination .page-numbers .qodef-svg--ellipse path {
  fill: none;
  stroke: #d6986a;
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  stroke-dasharray: 82 84;
  stroke-dashoffset: 83;
  /*transition: stroke-dashoffset 52ms linear 547ms;*/
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  stroke-dasharray: 298 300;
  stroke-dashoffset: 299;
  /*transition: stroke-dashoffset 428ms linear 118ms;*/
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  /*transition: stroke-dashoffset 118ms linear 0ms;*/
}

#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.prev,
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  width: 40px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 32px;
  padding-top: 8px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 18px;
  padding-top: 8px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
  color: #d6986a;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current {
  color: #000000;
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.current
  .qodef-svg--ellipse
  path {
  stroke-dashoffset: 0;
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-one {
  -webkit-transition: stroke-dashoffset 68ms linear 0ms;
  -o-transition: stroke-dashoffset 68ms linear 0ms;
  transition: stroke-dashoffset 68ms linear 0ms;
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-two {
  -webkit-transition: stroke-dashoffset 378ms linear 68ms;
  -o-transition: stroke-dashoffset 378ms linear 68ms;
  transition: stroke-dashoffset 378ms linear 68ms;
}

#qodef-woo-page
  .woocommerce-pagination
  .page-numbers.current
  .qodef-svg--ellipse
  path.qodef-m-path-three {
  -webkit-transition: stroke-dashoffset 2ms linear 497ms;
  -o-transition: stroke-dashoffset 2ms linear 497ms;
  transition: stroke-dashoffset 2ms linear 497ms;
}

#qodef-woo-page .woocommerce-pagination .dots {
  position: relative;
  margin: 0 16px;
  padding: 0 3px;
  font-size: 30px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}

#qodef-woo-page .woocommerce-pagination .dots:hover {
  color: unset;
}

/* ==========================================================================
   WooCommerce product list styles
   ========================================================================== */
.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-list.qodef-swiper-container.qodef-swiper-fix {
  width: calc(100% + 2px);
}

.qodef-woo-product-list.qodef-swiper-container.qodef-swiper-fix
  .qodef-woo-product-image,
.qodef-woo-product-list.qodef-swiper-container.qodef-swiper-fix
  .qodef-woo-product-content {
  will-change: transform;
}

.qodef-woo-product-list ul.products {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  position: relative;
}

.qodef-woo-product-list ul.products > .product {
  margin: 0 0 30px;
  padding: 0 15px;
}

.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--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 {
  display: inline-block;
  position: relative;
  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-title {
  color: #d6986a;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .price {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .added_to_cart,
.qodef-woo-product-list .qodef-woo-product-inner:hover .button {
  opacity: 1 !important;
  -webkit-transform: translateX(-50%) translateY(0) !important;
  -ms-transform: translateX(-50%) translateY(0) !important;
  transform: translateX(-50%) translateY(0) !important;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out 0.15s,
    -webkit-transform 0.3s ease-out 0.15s !important;
  transition: color 0.2s ease-out, opacity 0.3s ease-out 0.15s,
    -webkit-transform 0.3s ease-out 0.15s !important;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out 0.15s,
    opacity 0.3s ease-out 0.15s !important;
  transition: color 0.2s ease-out, transform 0.3s ease-out 0.15s,
    opacity 0.3s ease-out 0.15s !important;
  transition: color 0.2s ease-out, transform 0.3s ease-out 0.15s,
    opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s !important;
}

.qodef-woo-product-list .qodef-woo-product-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 14px 0 8px;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-title {
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-content-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.qodef-woo-product-list .price {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out 0.15s,
    -webkit-transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
  -o-transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s,
    -webkit-transform 0.3s ease-out 0.15s;
}

.qodef-woo-product-list .added_to_cart,
.qodef-woo-product-list .button {
  text-align: center;
  left: 50%;
  opacity: 0;
  position: absolute !important;
  top: 9px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  white-space: nowrap;
  will-change: transform;
}

.qodef-woo-product-list .added_to_cart .qodef-svg--arrow-button,
.qodef-woo-product-list .button .qodef-svg--arrow-button {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.qodef-woo-product-list .added_to_cart .qodef-svg--arrow-button path,
.qodef-woo-product-list .button .qodef-svg--arrow-button path {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.qodef-woo-product-list .added_to_cart:hover .qodef-svg--arrow-button,
.qodef-woo-product-list .button:hover .qodef-svg--arrow-button {
  -webkit-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
}

.qodef-woo-product-list
  .added_to_cart:hover
  .qodef-svg--arrow-button
  path:first-of-type,
.qodef-woo-product-list
  .button:hover
  .qodef-svg--arrow-button
  path:first-of-type {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.qodef-woo-product-list
  .added_to_cart:hover
  .qodef-svg--arrow-button
  path:last-of-type,
.qodef-woo-product-list
  .button:hover
  .qodef-svg--arrow-button
  path:last-of-type {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.qodef-woo-product-list .added_to_cart.product_type_external,
.qodef-woo-product-list .added_to_cart.product_type_grouped,
.qodef-woo-product-list .button.product_type_external,
.qodef-woo-product-list .button.product_type_grouped {
  margin-top: 9px !important;
}

.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 {
  display: inline-block;
  position: relative;
  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 {
  background-color: #ffffff;
  border: 1px solid #f8f2e8;
  display: inline-block;
  font-family: inherit;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  color: #000000;
  font-size: 20px;
  height: 52px;
  line-height: 50px;
  margin: 0 44px 0 0;
  outline: 0;
  padding: 0;
  position: relative;
  width: 44px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  border-left: 0;
  color: #7f7f7f;
  cursor: pointer;
  height: 26px;
  line-height: 1em;
  position: absolute;
  right: 0;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 44px;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus line,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus line {
  fill: none;
  stroke: currentColor;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
  color: #d6986a;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  border-bottom: 0;
  padding-top: 7px;
  top: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  border-top: 0;
  bottom: 0;
  padding-bottom: 7px;
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
.qodef-woo-results {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}

.qodef-woo-results .woocommerce-result-count {
  font-size: 14px;
}

.qodef-woo-results .woocommerce-ordering {
  font-size: 14px;
  margin-left: 0;
}

.qodef-woo-results .woocommerce-ordering .select2 {
  margin: 0;
}

.qodef-woo-results .woocommerce-ordering .select2-selection--single {
  border: none;
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
body.single-product #qodef-page-inner {
  padding-top: 89px;
}

#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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px;
  position: relative;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 32px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
  width: 51.5%;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  left: calc(32px + 8px);
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-pagination {
  bottom: 29px !important;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-next,
#qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-prev {
  bottom: 14px;
  top: auto;
  z-index: 11;
  height: 26px !important;
  width: 33px !important;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-next svg,
#qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-prev svg {
  height: 26px;
  width: 33px;
}

#qodef-woo-page.qodef--single .entry-summary {
  width: 42%;
}

#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 40px;
  line-height: 1.1em;
  margin-top: -3px;
}

#qodef-woo-page.qodef--single .entry-summary .price.qodef--with-offset {
  margin-top: -2px !important;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .entry-summary .price {
    font-size: 35px;
  }
  #qodef-woo-page.qodef--single .entry-summary .price.qodef--with-offset {
    margin-top: -0px !important;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .entry-summary .price {
    font-size: 32px;
  }
  #qodef-woo-page.qodef--single .entry-summary .price.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single .entry-summary .price del {
  margin-right: 30px;
}

#qodef-woo-page.qodef--single .entry-summary .price del:before {
  height: 2px;
  top: calc(50% + 3px);
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  position: relative;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: auto;
}

#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: #7f7f7f;
  font-size: 14px;
}

#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link:hover {
  color: #000000;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 34px;
}

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

#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
  margin-right: 52px;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) .button,
#qodef-woo-page.qodef--single form.cart .variations_button .button {
  margin-top: 20px;
}

#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;
  text-align: left;
  vertical-align: middle;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single
  form.cart.grouped_form
  .group_table
  label.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single
    form.cart.grouped_form
    .group_table
    label.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 30px;
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}

#qodef-woo-page.qodef--single form.cart .group_table th,
#qodef-woo-page.qodef--single form.cart .group_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th:first-child,
#qodef-woo-page.qodef--single form.cart .group_table td:first-child {
  padding-left: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
}

#qodef-woo-page.qodef--single form.cart .group_table th.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .group_table th {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single form.cart .group_table th.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table p {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px;
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th {
  border: 0;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

#qodef-woo-page.qodef--single form.cart .variations label {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .variations label.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .variations label {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single form.cart .variations label.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 220px;
  margin: 0;
}

#qodef-woo-page.qodef--single
  form.cart
  .variations
  .select2-container--default {
  margin: 10px 0;
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  margin: 13px 0 0 15px;
  vertical-align: top;
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

#qodef-woo-page.qodef--single form.cart .woocommerce-variation-description > *,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation-price > *,
#qodef-woo-page.qodef--single
  form.cart
  .woocommerce-variation-availability
  > * {
  margin: 0 0 15px 0;
}

#qodef-woo-page.qodef--single .out-of-stock {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin: 28px 0 0;
}

#qodef-woo-page.qodef--single .out-of-stock.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .out-of-stock {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single .out-of-stock.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 49px;
  margin-top: 62px;
}

#qodef-woo-page.qodef--single .product_meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  position: relative;
}

#qodef-woo-page.qodef--single .product_meta > *:first-child {
  margin-bottom: 14px;
}

#qodef-woo-page.qodef--single .product_meta > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .qodef-woo-meta-title {
  margin: 0;
}

#qodef-woo-page.qodef--single .qodef-woo-meta-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: inherit !important;
  margin-right: 8px;
}

#qodef-woo-page.qodef--single .qodef-woo-meta-value a {
  color: #7f7f7f;
}

#qodef-woo-page.qodef--single .qodef-woo-meta-value a:hover {
  color: #d6986a;
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 15px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 141px 0 0 0;
  padding: 0 7.5% 0 7.5%;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:before {
  background-color: #f8f2e8;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0 94px 0 0;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  border-bottom: 1px solid transparent;
  display: block;
  padding: 0 20px 9px 20px;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
}

#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs
  li
  a.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-tabs
    .wc-tabs
    li
    a.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
  border-color: currentColor;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 41px 0 0;
  }
}

@media only screen and (max-width: 680px) {
  #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 0 26px 0;
    padding: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    padding-left: 0;
    padding-right: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 35px;
  padding: 0 7.5%;
}

#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 {
  margin-top: 20px;
}

#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 33px;
}

#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 .shop_attributes tr {
  border: none;
  border-bottom: 1px solid #f8f2e8;
}

#qodef-woo-page.qodef--single .shop_attributes tr:last-child {
  border: none;
}

#qodef-woo-page.qodef--single .shop_attributes th,
#qodef-woo-page.qodef--single .shop_attributes td {
  border: none;
  padding: 15px 0;
  text-align: left;
  vertical-align: middle;
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.687em;
  font-weight: 400;
  color: #7f7f7f;
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 25px;
  line-height: 1.12em;
  margin: 0;
}

#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .woocommerce-Reviews-title.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-Reviews-title {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-Reviews-title.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
  margin: 0 0 45px;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
  width: 84px;
}

#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 .description {
  margin-top: 11px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin-right: 8px;
}

#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .woocommerce-review__author.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-review__author {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-Reviews
    .woocommerce-review__author.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash {
  display: none;
}

#qodef-woo-page.qodef--single
  .woocommerce-Reviews
  .woocommerce-review__published-date {
  font-size: 15px;
  text-transform: lowercase;
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 83px;
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
}

#qodef-woo-page.qodef--single
  #review_form
  .comment-reply-title.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single #review_form .comment-reply-title {
    font-size: 24px;
  }
  #qodef-woo-page.qodef--single
    #review_form
    .comment-reply-title.qodef--with-offset {
    margin-top: -0px !important;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  color: #7f7f7f;
  font-size: 14px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  display: none;
}

#qodef-woo-page.qodef--single
  #review_form
  .comment-form-rating
  .qodef-comment-form-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 34px;
  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 {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin: 0 8.5px 0 0;
  position: relative;
  vertical-align: top;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
  display: block;
  fill: none;
  height: auto;
  stroke: currentColor;
  width: 13px;
}

#qodef-woo-page.qodef--single .related {
  margin-top: 150px;
}

#qodef-woo-page.qodef--single .related > h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  line-height: 1.066em;
  margin: 0 0 31px;
}

#qodef-woo-page.qodef--single .related > h2.qodef--with-offset {
  margin-top: -0.99px !important;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .related > h2 {
    font-size: 28px;
  }
  #qodef-woo-page.qodef--single .related > h2.qodef--with-offset {
    margin-top: -0px !important;
  }
}

/* ==========================================================================
   WooCommerce widgets static styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  margin: -5px 0 0 0;
}

.widget.woocommerce .qodef-woo-product-title.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .widget.woocommerce .qodef-woo-product-title {
    font-size: 24px;
  }
  .widget.woocommerce .qodef-woo-product-title.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.widget.woocommerce .qodef-woo-product-title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

.widget.woocommerce a .product-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.woocommerce a .product-title.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .widget.woocommerce a .product-title {
    font-size: 24px;
  }
  .widget.woocommerce a .product-title.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
  margin-top: 6px;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  color: #d6986a;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 8.5px;
  width: 13px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

.widget.woocommerce .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin: 3px 0 0;
}

.widget.woocommerce .price del {
  margin-right: 10px;
  position: relative;
  text-decoration: none;
}

.widget.woocommerce .price del:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.widget.woocommerce .price ins {
  text-decoration: none;
}

.widget.woocommerce .button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000 !important;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: color 0.2s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out;
  transition: color 0.2s ease-out, transform 0.3s ease-out,
    opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  vertical-align: middle;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  margin-right: 43px;
}

.widget.woocommerce .button:hover {
  color: #d6986a !important;
}

.widget.woocommerce .button:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 29px;
  left: 100%;
  margin-left: 14px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgi IHZpZXdCb3g9IjAgMCAzMS41IDMwLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAw IDMxLjUgMzAuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3Mi PgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjtzdHJva2Ut bGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJv a2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1s aW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUg Y2xhc3M9InN0MCIgeDE9IjAuNiIgeTE9IjE1LjIiIHgyPSIzMC44IiB5Mj0iMTUuMiIvPgoJPHBh dGggY2xhc3M9InN0MSIgZD0iTTMwLjksMTUuMmMtMS45LTAuOS01LjEtMi44LTcuOS02LjNjLTIu Ni0zLjItMy45LTYuMy00LjUtOC4zIi8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuOSwxNS4y Yy0xLjksMC45LTUuMSwyLjgtNy45LDYuM2MtMi42LDMuMi0zLjksNi4zLTQuNSw4LjMiLz4KPC9n Pgo8L3N2Zz4=");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

.widget.woocommerce.widget_price_filter form {
  padding-top: 11px;
}

.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  border-radius: 0;
  cursor: pointer;
  height: 1px;
  position: relative;
}

.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  border-radius: 50%;
  height: 5px;
  outline: none;
  position: absolute;
  top: -2px;
  width: 5px;
  z-index: 2;
}

.widget.woocommerce.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.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  border-radius: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  margin: 11px 0 0;
  position: relative;
}

.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove) {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 1.25em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove).qodef--with-offset {
  margin-top: -2.5px !important;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove {
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: "ElegantIcons";
  content: "\4d";
}

body:not([class*="elipsa-core"])
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  content: "x";
  font-family: initial;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > * {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > *
  p {
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .quantity {
  display: block;
  margin-top: 10px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 21px 0 0;
  position: relative;
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.widget.woocommerce.widget_products .qodef-woo-product-image a,
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  display: block;
  position: relative;
}

.widget.woocommerce.widget_recent_reviews ul li a {
  margin-top: -9px;
}

.widget.woocommerce.widget_recent_reviews ul li img {
  margin-top: 9px;
}

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
  margin-top: 5px;
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

.widget.woocommerce.widget_recent_reviews ul li > * {
  display: block;
}

.widget.woocommerce.widget_recent_reviews a {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.12em;
  position: relative;
}

.widget.woocommerce.widget_recent_reviews a.qodef--with-offset {
  margin-top: -1.5px !important;
}

@media only screen and (max-width: 480px) {
  .widget.woocommerce.widget_recent_reviews a {
    font-size: 24px;
  }
  .widget.woocommerce.widget_recent_reviews a.qodef--with-offset {
    margin-top: -0px !important;
  }
}

.widget.woocommerce.widget_recent_reviews a img {
  left: 0;
  position: absolute;
  top: 0;
}

.widget.woocommerce.widget_layered_nav button {
  margin-top: 10px;
}

.widget.woocommerce.widget_product_categories ul li a,
.widget.woocommerce.widget_layered_nav ul li a {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ==========================================================================
   WooCommerce widgets variable styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

.widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

.widget.woocommerce a .product-title {
  color: #000000;
}

.widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

.widget.woocommerce .qodef-m-star {
  color: #d6986a !important;
}

.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #f8f2e8;
}

.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #000000;
}

.widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  background-color: #000000;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

.widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
  margin-right: 14px;
}

.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
  width: 106px;
}

.widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

.widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

.widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

.widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

#qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

#qodef-page-sidebar .widget.woocommerce a .product-title {
  color: #000000;
}

#qodef-page-sidebar .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

#qodef-page-sidebar
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

#qodef-page-sidebar
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-page-sidebar .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

#qodef-page-sidebar .widget.woocommerce.widget_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-sidebar .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

#qodef-page-sidebar
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
#qodef-page-sidebar
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-sidebar
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-page-sidebar
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-page-sidebar
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-sidebar
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

#qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

#qodef-top-area .widget.woocommerce a .product-title {
  color: #000000;
}

#qodef-top-area .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

#qodef-top-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

#qodef-top-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

#qodef-top-area .widget.woocommerce.widget_products ul li,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-top-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-page-footer-top-area .widget.woocommerce .qodef-woo-product-title a {
  color: #ffffff;
}

#qodef-page-footer-top-area
  .widget.woocommerce
  .qodef-woo-product-title
  a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.woocommerce a .product-title {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.woocommerce a:hover .product-title {
  color: #ffffff;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #ffffff;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_layered_nav
  ul
  li.chosen
  a {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_recently_viewed_products
  ul
  li,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_top_rated_products
  ul
  li {
  margin-bottom: 20px;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-footer-top-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-page-footer-top-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-page-footer-top-area
  .widget.woocommerce.widget_recent_reviews
  ul
  li
  > * {
  padding-left: 120px;
}

#qodef-page-footer-top-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #ffffff;
}

#qodef-page-footer-top-area .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a {
  color: #7f7f7f;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce
  .qodef-woo-product-title
  a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.woocommerce a .product-title {
  color: #7f7f7f;
}

#qodef-page-footer-bottom-area .widget.woocommerce a:hover .product-title {
  color: #ffffff;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_layered_nav
  ul
  li.chosen
  a {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_recently_viewed_products
  ul
  li,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_top_rated_products
  ul
  li {
  margin-bottom: 20px;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_recent_reviews
  ul
  li
  > * {
  padding-left: 120px;
}

#qodef-page-footer-bottom-area
  .widget.woocommerce.widget_recent_reviews
  a:hover {
  color: #ffffff;
}

#qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

#qodef-side-area .widget.woocommerce a .product-title {
  color: #000000;
}

#qodef-side-area .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

#qodef-side-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

#qodef-side-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

#qodef-side-area .widget.woocommerce.widget_products ul li,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-side-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-side-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-side-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-side-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-side-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce
  .qodef-woo-product-title
  a:hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
  color: #000000;
}

.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_layered_nav
  ul
  li.chosen
  a {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  ul
  li,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  ul
  li {
  margin-bottom: 20px;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recent_reviews
  ul
  li
  > * {
  padding-left: 120px;
}

.qodef-mega-menu-widget-holder
  .widget.woocommerce.widget_recent_reviews
  a:hover {
  color: #d6986a;
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a {
  color: #ffffff;
}

#qodef-fullscreen-area .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

#qodef-fullscreen-area .widget.woocommerce a .product-title {
  color: #ffffff;
}

#qodef-fullscreen-area .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

#qodef-fullscreen-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

#qodef-fullscreen-area
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-fullscreen-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

#qodef-fullscreen-area .widget.woocommerce.widget_products ul li,
#qodef-fullscreen-area
  .widget.woocommerce.widget_recently_viewed_products
  ul
  li,
#qodef-fullscreen-area .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

#qodef-fullscreen-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image,
#qodef-fullscreen-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-fullscreen-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-fullscreen-area
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-fullscreen-area
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-fullscreen-area
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

#qodef-fullscreen-area .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
  color: #000000;
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover {
  color: #d6986a;
}

#qodef-page-footer .widget.woocommerce a .product-title {
  color: #000000;
}

#qodef-page-footer .widget.woocommerce a:hover .product-title {
  color: #d6986a;
}

#qodef-page-footer .widget.woocommerce .qodef-m-star {
  color: #ffffff !important;
}

#qodef-page-footer
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #d9d9d9;
}

#qodef-page-footer
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #ffffff;
}

#qodef-page-footer
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  background-color: #ffffff;
}

#qodef-page-footer
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  a:not(.remove):hover {
  color: #d6986a;
}

#qodef-page-footer
  .widget.woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 106px;
  margin-right: 14px;
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
  color: #d6986a;
}

#qodef-page-footer .widget.woocommerce.widget_products ul li,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
  margin-bottom: 20px;
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-footer
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image {
  margin-right: 14px;
}

#qodef-page-footer
  .widget.woocommerce.widget_products
  .qodef-woo-product-image
  img,
#qodef-page-footer
  .widget.woocommerce.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-footer
  .widget.woocommerce.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 106px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
  min-height: 106px;
  margin-bottom: 20px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li > * {
  padding-left: 120px;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
  color: #d6986a;
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
  width: 106px;
}

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    width: 960px;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(960px + 60px);
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    width: 768px;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(768px + 60px);
  }
}

@media only screen and (max-width: 800px) {
  .qodef-content-grid {
    width: 86%;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(86% + 60px);
  }
}

@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 82%;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(82% + 60px);
  }
}

@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: -60px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -30px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-404-page {
    padding: 110px 40px 200px;
  }
}

/* ==========================================================================
   Blog responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-blog .qodef-blog-item .qodef-e-content-left {
    padding-right: 0 !important;
  }
  .qodef-blog .qodef-blog-item .qodef-e-content-right {
    margin-top: 12px !important;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info-category {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    padding: 19.5% 15% 8% 7.5%;
  }
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 19.5% 15% 8% 7.5%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-info-category.qodef--desktop {
    display: none !important;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info-category.qodef--mobile {
    display: inline-block !important;
  }
}

/* ==========================================================================
   Blog Single responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-blog.qodef--single
    .qodef-blog-item
    .qodef-e-info.qodef-info--top
    .qodef-e-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
  .qodef-blog.qodef--single
    .qodef-blog-item
    .qodef-e-info.qodef-info--top
    .qodef-e-info-category {
    padding-left: 24px;
  }
  .qodef-blog.qodef--single
    .qodef-blog-item.format-link
    .qodef-e-content-right {
    margin-top: 17px;
  }
  .qodef-blog.qodef--single
    .qodef-blog-item.format-quote
    .qodef-e-content-right {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  body.single-post:not(.qodef-blog--divided):not(.qodef-blog--info-above-image):not(.qodef-blog--info-on-image)
    #qodef-page-content
    > .qodef-grid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.single-post:not(.qodef-blog--divided):not(.qodef-blog--info-above-image):not(.qodef-blog--info-on-image)
    #qodef-page-content
    > .qodef-grid-inner
    .qodef-page-sidebar-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-post-info-bottom-holder {
    margin-top: 45px;
  }
}

/* ==========================================================================
   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: 480px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-meta {
    display: block;
    position: relative;
    width: 100%;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    margin-left: auto;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
  #review_form .qodef-comment-form .comment-form-cookies-consent,
  #respond .qodef-comment-form .comment-form-cookies-consent {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  #qodef-page-comments-form .qodef-comment-form button,
  #review_form .qodef-comment-form button,
  #respond .qodef-comment-form button {
    float: none;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 680px) {
  #respond {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 480px) {
  #respond .comment-reply-title small {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-m-filter .qodef-m-filter-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0;
  }
}

/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
  #qodef-page-footer-top-area {
    padding: 110px 0 57px 0;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    margin: 0 54px;
  }
  #qodef-page-footer-top-area
    .qodef-content-full-width
    .qodef-proportion--custom
    .qodef-grid-item:nth-child(2),
  #qodef-page-footer-top-area
    .qodef-content-full-width
    .qodef-proportion--custom
    .qodef-grid-item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin: 0 0 55px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-footer-top-area .qodef-content-full-width .widget_media_image {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-top-area
    .qodef-content-full-width
    .qodef-proportion--custom
    .qodef-grid-item {
    margin: 0 0 55px;
  }
  #qodef-page-footer-top-area
    .qodef-content-full-width
    .qodef-proportion--custom
    .qodef-grid-item:nth-child(2),
  #qodef-page-footer-top-area
    .qodef-content-full-width
    .qodef-proportion--custom
    .qodef-grid-item:nth-child(4) {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    margin: 0 54px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-grid-item .qodef-text {
    text-align: left !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;
  }
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar {
    margin-top: 83px;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-page-sidebar .widget {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   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: 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 .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;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}

@media only screen and (max-width: 375px) {
  #qodef-woo-page.qodef--cart .shop_table {
    border-top: 1px solid #d9d9d9;
  }
  #qodef-woo-page.qodef--cart .shop_table thead {
    display: none;
  }
}

/* ==========================================================================
   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 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 -30px;
  }
  .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}

/* ==========================================================================
   WooCommerce quantity input styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    font-size: 15px;
    height: 42px;
    line-height: 40px;
    margin: 0 34px 0 0;
    width: 34px;
  }
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    height: 21px;
    width: 34px;
  }
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    padding-top: 4px;
  }
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
    padding-bottom: 4px;
  }
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-woo-results {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

/* ==========================================================================
   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 {
    width: 100%;
  }
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 60px;
    width: 100%;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs {
    padding: 0;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    padding-left: 0;
    padding-right: 0;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-tabs
    .wc-tab.woocommerce-Tabs-panel--description {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-pagination {
    bottom: 10px !important;
  }
  #qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-next,
  #qodef-woo-page.qodef--single .qodef-woo-single-image .swiper-button-prev {
    bottom: -5px;
  }
  #qodef-woo-page.qodef--single form.cart:not(.variations_form) .button,
  #qodef-woo-page.qodef--single form.cart .variations_button .button {
    margin-top: 13px;
  }
  #qodef-woo-page.qodef--single form.cart .variations .label {
    vertical-align: top;
  }
  #qodef-woo-page.qodef--single form.cart .variations .label > * {
    margin-top: 22px;
  }
  #qodef-woo-page.qodef--single form.cart .variations .value {
    position: relative;
  }
  #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    bottom: 0;
    left: 0;
    margin: 0 0 0 20px;
    position: absolute;
  }
  #qodef-woo-page.qodef--single form.cart .variations tr:last-child .value {
    padding-bottom: 20px;
  }
  #qodef-woo-page.qodef--single
    form.cart
    .variations
    tr:last-child
    .select2-container--default {
    margin-bottom: 11px;
  }
}

/*ClleanCode Support Team*/

.player-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.player-container.--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
}
.player-container.--fixed .player--duration {
  padding-top: 0;
}
.player-container.--fixed .player--container {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
}
.player-container .player--duration {
  width: 100%;
  padding: 15px 15px;
}
.player-container .player--duration .play-duration--range {
  width: 100%;
}
.player-container .player--container {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: 15px;
}
.player-container .player--container .player--sound {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.player-container .player--container .player--sound .player-sound--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .player-container .player--container .player--sound .player-sound--icon {
    width: 20px;
    height: 20px;
  }
}
.player-container .player--container .player--sound .player-sound--range {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  padding-left: 10px;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  .player-sound--button {
  width: 100%;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.5px;
  cursor: pointer;
  background: #d6986a;
  border-radius: 5px;
  border: 0.2px solid #d6986a;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #d6986a;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1.5px;
  cursor: pointer;
  background: #d6986a;
  border-radius: 1.3px;
  border: 0.2px solid #d6986a;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]::-ms-track {
  width: 100%;
  height: 1.5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]::-ms-fill-lower {
  background: #d6986a;
  border: 0.2px solid #d6986a;
  border-radius: 2.6px;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]:focus::-ms-fill-lower {
  background: #d6986a;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]::-ms-fill-upper {
  background: #d6986a;
  border: 0.2px solid #d6986a;
  border-radius: 2.6px;
}
.player-container
  .player--container
  .player--sound
  .player-sound--range
  input[type="range"]:focus::-ms-fill-upper {
  background: #d6986a;
}

@media screen and (max-width: 767px) {
  .player-container .player--container .player--sound .player-sound--range {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    padding-left: 10px;
  }
}

.player-container .player--container .player--button {
  border: 1px solid #d6986a;
  height: 60px;
  width: 60px;
  border-radius: 50px;
}

/* @media (max-width: 767px) {
  .player-container .player--container .player--button {
    margin-right: 50px;
  }
} */
.player-container .player--container .player--button #play {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.player-container .player--container .player--button #play img {
  border-style: none;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

audio {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.hide {
  display: none;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #d6986a;
  border-radius: 5px;
  border: 0.2px solid #d6986a;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #d6986a;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #d6986a;
  border-radius: 1.3px;
  border: 0.2px solid #d6986a;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #d6986a;
  border: 0.2px solid #d6986a;
  border-radius: 2.6px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #d6986a;
}

input[type="range"]::-ms-fill-upper {
  background: #d6986a;
  border: 0.2px solid #d6986a;
  border-radius: 2.6px;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #d6986a;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1.5px solid #d6986a;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #d6986a;
  cursor: pointer;
  margin-top: -5.8px !important;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  border: 1.5px solid #d6986a;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #d6986a;
  cursor: pointer;
  margin-top: -5.8px !important;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  border: 1.5px solid #d6986a;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #d6986a;
  cursor: pointer;
  margin-top: -5.8px !important;
}

.main-live {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
}
.main-live .main-live--info {
  display: flex;
  align-items: center;
  color: #d6986a;
  font-family: "Open Sans", sans-serif;
}
.main-live span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #d6986a;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}
.main-live span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: green;
  animation: blinker 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@media (min-width: 768px) {
  .main-live {
    justify-content: flex-end;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#qodef-page-inner {
  padding-bottom: 80px;
}

.page-id-23 {
  position: relative;
}

.player-sound--icon svg {
  width: 25px;
  fill: #d6986a;
}

.player-sound--icon svg path:nth-child(2),
.player-sound--icon svg path:nth-child(3),
.player-sound--icon svg path:nth-child(4) {
  opacity: 0;
  fill: #d6986a;
}

.player-sound--icon svg.path-0 path:nth-child(2),
.player-sound--icon svg.path-0 path:nth-child(3),
.player-sound--icon svg.path-0 path:nth-child(4) {
  opacity: 0;
}

.player-sound--icon svg.path-1 path:nth-child(2) {
  opacity: 1;
}

.player-sound--icon svg.path-2 path:nth-child(2),
.player-sound--icon svg.path-2 path:nth-child(3) {
  opacity: 1;
}

.player-sound--icon svg.path-3 path:nth-child(2),
.player-sound--icon svg.path-3 path:nth-child(3),
.player-sound--icon svg.path-3 path:nth-child(4) {
  opacity: 1;
}

@media (max-width: 767px) {
  .host h4 {
    text-align: center;
  }
}

#qodef-back-to-top {
  bottom: 80px !important;
}

.player {
  box-shadow: -6px 0 20px 2px rgba(0, 0, 0, 0.1);
}

.player--container .player-container--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% + 40px);
}

.player .player--text--mobile {
  display: none;
}

.player .player--text--mobile,
.player .player--container .player-container--buttons .player--text--desktop,
.player .player--container .main-live .player--text--desktop {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 !important;
  font-size: 20px;
}

@media screen and (max-width: 830px) {
  .player {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .player .player--text--mobile {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .player .player--container .player-container--buttons .player--text--desktop,
  .player .player--container .main-live .player--text--desktop {
    display: none;
  }

  .player .player--container .main-live {
    justify-content: flex-end;
  }

  #qodef-back-to-top {
    bottom: 130px !important;
  }
}

.main-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(25% + 40px);
}

.widget h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.02em;
}

.widget h4:hover {
  color: #d6986a;
}

.qodef-page-title .entry-title {
  display: none;
}

.author-class {
  display: flex;
  margin-bottom: 180px;
}

.author-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.qodef-content-grid .author-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 100px;
}

.qodef-content-grid .author-text p:first-of-type {
  margin: 20px 0;
  font-size: 30px;
}

.qodef-content-grid .author-text p:last-of-type {
  margin-bottom: 100px;
}

.elementor-section {
  width: unset !important;
  left: unset !important;
}

.autori-page #qodef-page-outer .qodef-page-title {
  display: none;
}

@media (max-width: 767px) {
  .author-class {
    flex-direction: column;
    margin-bottom: 60px;
    align-items: center;
  }
  .author-image { 
    margin-bottom: 40px;
  }
  .qodef-content-grid .author-text {
    justify-content: flex-start;
    padding: unset;
  }
  .widget {
    margin: 0;
  }
  .widget h4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget {
    margin: 0;
  }
}


/* .fixed-banner {
  position: fixed;
  width: 100%;
  background-color: red;
  color: #ffffff;
  z-index: 99998;
  text-align: center;
  padding: 20px 15px;
}

.fixed-banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-banner p {
  position: absolute;
  margin: 0;
  line-height: 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.fixed-banner p a {
  font-weight: bold;
  color: #ffffff;
}

.fixed-banner p a:hover {
  border-bottom: 2px solid #ffffff;
  transition: 0.2s ease;
}

#qodef-top-area {
  margin-top: 50px;
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 90px !important;
}

@media (max-width: 500px) {
  .fixed-banner {
    height: 110px;
    padding: 10px 10px;
  }
  .fixed-banner p {
    line-height: 25px;
  }
  .qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    margin-top: 145px;
  }
}

@media  (min-width:501px) and (max-width: 800px){
  .fixed-banner {
    height: 90px;
  }
 .fixed-banner .text {
    height: 60px;
  }
  .qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    margin-top: 100px;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
	 .fixed-banner {
      height: 70px;
  }
  .qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    margin-top: 80px;
  }
} */



/* Live Ticker Start */

.ticker-wrap {  
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  /* padding-left: 100%; */
  box-sizing: content-box;
  background-color: #fff;
  z-index: 99999;
  background: red;
  transition: all 150ms ease;
  cursor: default;
}

/* @media (max-width: 992px) {
  .ticker-wrap {
    height: 3rem;
  }
} */

.ticker-wrap .ticker__item  {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.687em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 15px;
}

@media (max-width: 575px) {
  .ticker-wrap .ticker__item {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .ticker-wrap .ticker__item {
    width: 90%;
  }
}

.ticker-wrap .ticker__item a {
  color: #fff;
  font-weight: bold;
}

.ticker-wrap .ticker__item a:hover {
	border-bottom: 1px solid white;
}

.ticker-wrap .ticker .ticker__item.ticker_padding {
  padding-left: 4%;
}

#ticker-close {
  margin-left: 15px;
  margin-right: 15px;
  color: #FFF;
  cursor: pointer;
}

@media (max-width: 992px) {
  #ticker-close {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@media (max-width: 992px) {
  .ticker-wrap .ticker .ticker__item.ticker_padding {
    padding-left: 1%;
  }
}


/* Live Ticker End */

/* #qodef-top-area {
  margin-top: 2rem;
}

#qodef-page-mobile-header {
  margin-top: 3rem;
}


.qodef-header-sticky {
  margin-top: 2rem;
} */

/* Popup */

.paper-popup-wrapper {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: red;
  background: rgba(0,0,0,.8);
  z-index: 999999;
}

.paper-popup-wrapper .popup-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 150px;
  background: #FFF5EE;
  margin: 0px;
  max-width: 750px;
}

@media (max-width: 767px) {
  .paper-popup-wrapper .popup-container {
    padding: 50px 0;
    margin: 0px 15px;
    padding: 0px 15px;
    height: 90%;
  }
}

@media (max-width: 992px) { 
  .paper-popup-wrapper .popup-container {
    margin: 0px 15px;
  }
}

.paper-popup-wrapper .popup-container #popup-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 25px;
  z-index: 99;
  cursor: pointer;
}

.paper-popup-wrapper .popup-container .logo {
  height: 100px;
  width: 200px;
  padding-bottom: 30px;
}

.paper-popup-wrapper .popup-container .logo img {
  width: 100%;
  height: 100%;
}

.paper-popup-wrapper .popup-container p {
  padding-bottom: 30px;
  line-height: normal !important; 
  margin: 0px;
}

.paper-popup-wrapper .popup-container .popup-two-stars {
  position: absolute;
  top: 12px;
  right: 30px;
  height: 30%;
}

.paper-popup-wrapper .popup-container .popup-paper-plane {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 25%;
}

.paper-popup-wrapper .popup-container .popup-note {
  font-style: italic;
}

.paper-popup-wrapper .popup-container h1 {
  font-size: 25px;
  font-family: open sans,sans-serif;
  margin: 0px;
  padding-bottom: 30px;
}

.paper-popup-wrapper .popup-container form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}

.paper-popup-wrapper .popup-container form i {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 30px;
  z-index: 10;
}

.paper-popup-wrapper .popup-container form > input {
  border: none !important;
  background-color: #FFF;
  border-radius: 25px;
  padding: 10px 60px;
  overflow: hidden;
  -webkit-box-shadow: 5px 7px 14px 3px rgba(0,0,0,0.24); 
  box-shadow: 5px 7px 14px 3px rgba(0,0,0,0.24);
}

.paper-popup-wrapper .popup-container form > button {
  margin: 0 !important;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  padding: 15px 30px;
  transition: all 150ms linear;
}

@media (min-width: 992px) {
  .paper-popup-wrapper .popup-container form > button:hover {
    background: #FFF;
    color: #000;
    border-color: #000;
  }
}

.paper-popup-wrapper .popup-container form > button::after {
  content: none !important;
}

.paper-popup-wrapper .popup-container .popup-social {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: 100px;
}

.paper-popup-wrapper .popup-container .popup-smile-face {
  position: absolute;
  bottom: -20px;
  right: 0px;
  width: 200px;
}


@media (max-width: 767px) {
  .paper-popup-wrapper .popup-container h1 {
    font-size: 18px;
  }
  
  .paper-popup-wrapper .popup-container .popup-note {
    font-size: 13px;
  }

  .paper-popup-wrapper .popup-container .popup-two-stars, .paper-popup-wrapper .popup-container .popup-paper-plane {
    height: 20%;
  }

  .paper-popup-wrapper .popup-container .popup-social {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100px;
  }
  
  .paper-popup-wrapper .popup-container .popup-smile-face {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
  }
}

.paper-popup-wrapper .popup-container .popup-social > a:first-of-type > img {
  margin-bottom: 10px;
}

.paper-popup-wrapper .popup-container .popup-social > a > img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
  object-position: center;
}

.paper-popup-wrapper .popup-container .popup-social h4 {
  font-size: 8px;
  font-family: open sans,sans-serif;
  margin: 0px;
  padding-bottom: 5px;
}

.paper-popup-wrapper .popup-container .popup-social .heart-holding-heart {
  position: absolute;
  height: 100px;
  width: 100px; 
  bottom: 68px;
}

.custom-blog-list-single .qodef-e-content {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: end;
}

.custom-blog-list-single .qodef-e-content div:first-of-type {
  padding-top: 10px;
}

.custom-blog-list-single .qodef-e-content div {
  height: auto;
}

.custom-blog-list-single {
  height: 450px;
}

.custom-blog-list-single div, 
.custom-blog-list-single a,
.custom-blog-list .qodef-e-media-holder div,
.custom-blog-list .qodef-e-media-holder a,
.custom-blog-list-background .qodef-e-media-holder div,
.custom-blog-list-background .qodef-e-media-holder a  {
  width: 100%;
  height: 100%;
}

.custom-blog-list .qodef-e-media-holder,
.custom-blog-list-background .qodef-e-media-holder {
  height: 300px;
}

.custom-blog-list-single .qodef-e-inner ,
.custom-blog-list-background .qodef-e-inner {
  height: 100%;
}

 
.custom-blog-list .qodef-e-media-holder img,
.news-carusel .qodef-blog-item .qodef-e-media-image img,
.custom-blog-list-background .qodef-e-media-holder img  {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.custom-blog-list .qodef-e-inner,
.news-carusel .qodef-e-inner {
  display: flex;
  flex-direction: column;
}

.custom-blog-list .qodef-e-inner,
.news-carusel .qodef-e-inner  {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.custom-blog-list .qodef-e-inner .qodef-e-content,
.news-carusel .qodef-e-inner .qodef-e-content {
  display: flex !important;
  flex-direction: column-reverse;
  background: #FFFF !important;
  height: 100%;
}

.custom-blog-list .qodef-e-inner .qodef-e-content .qodef-e-text,
.news-carusel .qodef-e-inner .qodef-e-content .qodef-e-text {
  height: 100%;
}

.custom-blog-list .qodef-e-info.qodef-info--top,
.custom-blog-list-single .qodef-e-info.qodef-info--top,
.news-carusel .qodef-e-info.qodef-info--top {
  text-transform: uppercase;
}

.custom-blog-list .qodef-e-info.qodef-info--top,
.news-carusel .qodef-e-info.qodef-info--top {
  position: absolute;
  bottom: 20px;
}

.custom-blog-list div[itemprop="dateCreated"],
.news-carusel div[itemprop="dateCreated"] {
  position: absolute;
  width: auto;
  height: auto;
  top: auto !important;
  bottom: -40px;
  right: auto !important;
  left: 40px;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  color: #000 !important;
}

.news-carusel div[itemprop="dateCreated"] {
  left: 0;
  bottom: -35px;
}

#custom-blog-button {
  width: auto;
  right: 10px;
  top: 50px;
}

#custom-blog-text p {
  line-height: 30px;
  margin: 0;
}

@media (min-width: 992px) {
  .custom-blog-list-single {
    height: 550px;
  } 

  #custom-blog-button {
    right: 0;
    top: 40px
  }
}

.custom-blog-list-single .qodef-grid-inner .qodef-e-inner
.qodef-e-media .qodef-e-media-image a::after {
  background-image: linear-gradient(360deg, black, transparent);
  opacity: 0.7;
}

.custom-blog-list.radio-paper .qodef-e-inner .qodef-e-content {
  padding: 0;
  padding-top: 15px;
  height: auto;
}

.custom-blog-list.radio-paper .qodef-e-inner .qodef-e-content .qodef-e-text {
  height: auto;
}

.blog-section .qodef-e-inner .qodef-e-content {
  flex-direction: column;
}

.blog-section .qodef-e-inner .qodef-e-content .qodef-e-content-left {
  padding-bottom: 20px;
}

.news-section .qodef-e-inner .qodef-e-content {
  flex-direction: column;
}

.news-section .qodef-e-inner .qodef-e-content .qodef-e-content-left {
  padding-bottom: 20px;
}

.custom-blog-list.radio-paper .qodef-e-media-holder img {
  object-fit: contain !important;
  object-position: bottom center !important;
}

.qodef-grid.qodef-gutter--large>.qodef-grid-inner {
  margin: 0 0px;
  width: 100%;
}

.home .qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: unset;
}

.custom-blog-list-single .qodef-e-inner .qodef-e-media-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.paper-radio-section .elementor-widget-container img {
  
}

@media only screen and (max-width: 992px) {
  .page-template-default .qodef-content-grid {
    width: 100%;
  }
  .single .qodef-content-grid {
    width: 100%;
  }
}

@media (max-width: 768px) {
	.instagram-slider .swiper-button-outside {
		display: none;
	}
  .paper-radio-section  .elementor-element-populated {
    margin: 0 0 0 !important;
    padding: 20px 0 20px 38px !important;
  }
}

@media (max-width: 992px) {
  .home .qodef-grid.qodef-gutter--large>.qodef-grid-inner {
    margin: 0;
    width: 100%;
  }
  .home .qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .swiper-button-prev.swiper-button-outside, .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
      transform: translate(-150%, -50%);
  }
  .swiper-button-next.swiper-button-outside {
    -webkit-transform: translate(150%, -50%);
      -ms-transform: translate(150%, -50%);
      transform: translate(150%, -50%);
  }
}

@media only screen and (max-height: 900px) and (orientation: landscape) {
  .paper-radio-section {
    padding-left: 10px !important;
  }
}

/*Lorena*/

#qodef-page-header {
  height: 80%;
}

.qodef-social-text-link {
  display: none !important;
}

#qodef-top-area .qodef-social-text .qodef-widget-title {
  margin-right: unset !important;
}

#qodef-page-header #qodef-page-header-inner::before, 
#qodef-page-header #qodef-page-header-inner::after {
  display: none;
}

.qodef-addons-blog-slider .qodef-e-media-image a:after {
  background: linear-gradient(2deg, black, transparent);
  opacity: 0.5;
}

.news-carusel .qodef-e-title {
  font-size: 20px;
}

.custom-layout  .qodef-e-title-link {
  font-size: 22px !important;
}

.custom-layout article, .custom-blog-list-background article {
  height: unset;
}

.custom-layout .qodef-e-info.qodef-info--top {
  bottom: unset;
}

.custom-layout .qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
  color: #fff !important;
}

.custom-layout article .qodef-e-inner, .custom-blog-list-background article .qodef-e-inner,
.custom-blog-list article .qodef-e-inner {
  display: flex;
  flex-direction: column;
}

.custom-blog-list article {
  margin-bottom: 15px;
}

.custom-blog-list-background article .qodef-e-inner .qodef-e-content {
  height: 100%;
  padding: 0 15px;
}

.custom-blog-list div[itemprop="dateCreated"] {
  left: 15px;
}

.custom-blog-list article .qodef-e-inner .qodef-e-content  {
  height: 100%;
  padding: 45px 15px 0px 15px !important;
}

.custom-blog-list article {
  display: flex !important;
  justify-content: center;
}

.custom-blog-list article .qodef-e-inner {
  width: 95% !important;
}

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

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

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

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


@media (max-width: 1300px) {
  .custom-layout .swiper-button-prev.swiper-button-outside,
  .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    display: none;
  } 
  .custom-layout .swiper-button-next.swiper-button-outside, 
  .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    display: none;
  }
  .swiper-button-prev.swiper-button-outside, 
  .swiper-container-rtl .swiper-button-next.swiper-button-outside {
   display: none;
  }
  .swiper-button-next.swiper-button-outside, 
  .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
   display: none;
  }
}

.news-carusel .qodef-e-inner .qodef-e-content {
  background: unset !important;
  height: auto;
  padding: 15px 15px 45px 15px;
}

.news-carusel .qodef-e-inner .qodef-e-content div[itemprop="dateCreated"s] {
  bottom: -10px !important;
  color: #fff;
}

.fa-tiktok {
  position: relative;
  cursor: pointer;
}

.fa-tiktok a {
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
}
