@charset "UTF-8";
/*-------------------------------------------------------------
Project: Agrarium Wordpress Theme
--------------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?79295740");
  src: url("../fonts/fontello.eot?79295740#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?79295740") format("woff2"), url("../fonts/fontello.woff?79295740") format("woff"), url("../fonts/fontello.ttf?79295740") format("truetype"), url("../fonts/fontello.svg?79295740#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.fontello {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-artificial-intelligence:before {
  content: '\e800'; }

/* '' */
.icon-chevron-down:before {
  content: '\e801'; }

/* '' */
.icon-coding:before {
  content: '\e802'; }

/* '' */
.icon-close:before {
  content: '\e803'; }

/* '' */
.icon-phone-stroke:before {
  content: '\e804'; }

/* '' */
.icon-menu:before {
  content: '\e805'; }

/* '' */
.icon-smartphone:before {
  content: '\e806'; }

/* '' */
.icon-phone-call-alter:before {
  content: '\e807'; }

/* '' */
.icon-at-symbol:before {
  content: '\e808'; }

/* '' */
.icon-location:before {
  content: '\e809'; }

/* '' */
.icon-burger-menu:before {
  content: '\e80a'; }

/* '' */
.icon-call:before {
  content: '\e80b'; }

/* '' */
.icon-check:before {
  content: '\e80c'; }

/* '' */
.icon-chevron-left:before {
  content: '\e80d'; }

/* '' */
.icon-edit:before {
  content: '\e80e'; }

/* '' */
.icon-computer-code:before {
  content: '\e80f'; }

/* '' */
.icon-pencil:before {
  content: '\e810'; }

/* '' */
.icon-quote-left:before {
  content: '\e811'; }

/* '' */
.icon-layers:before {
  content: '\e812'; }

/* '' */
.icon-play:before {
  content: '\e813'; }

/* '' */
.icon-chevron-up:before {
  content: '\e814'; }

/* '' */
.icon-send:before {
  content: '\e815'; }

/* '' */
.icon-vector:before {
  content: '\e816'; }

/* '' */
.icon-phone-settings:before {
  content: '\e817'; }

/* '' */
.icon-phone:before {
  content: '\e818'; }

/* '' */
.icon-verified:before {
  content: '\e819'; }

/* '' */
.icon-file:before {
  content: '\e81a'; }

/* '' */
.icon-search:before {
  content: '\e81b'; }

/* '' */
.icon-phone-call:before {
  content: '\e81c'; }

/* '' */
.icon-web-page:before {
  content: '\e81d'; }

/* '' */
.icon-web:before {
  content: '\e81e'; }

/* '' */
.icon-plus:before {
  content: '\e81f'; }

/* '' */
.icon-mac:before {
  content: '\e820'; }

/* '' */
.icon-text:before {
  content: '\e821'; }

/* '' */
.icon-debug:before {
  content: '\e822'; }

/* '' */
.icon-computer-success:before {
  content: '\e823'; }

/* '' */
.icon-chevron-right:before {
  content: '\e824'; }

/* '' */
.icon-sidebar:before {
  content: '\e825'; }

/* '' */
.icon-shopping-bag:before {
  content: '\e826'; }

/* '' */
.icon-menu-alter:before {
  content: '\e827'; }

/* '' */
.icon-eye:before {
  content: '\e828'; }

/* '' */
.icon-star-filled:before {
  content: '\e829'; }

/* '' */
.icon-th:before {
  content: '\e82a'; }

/* '' */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 37px -13px 0; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 13px 13px 0;
  cursor: pointer; }

@media screen and (max-width: 575px) {
  .owl-dots .owl-dot {
    margin-right: 5px;
    margin-left: 5px; } }
.owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  border: solid 1px transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: none; }
  .owl-dots .owl-dot span:after {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    left: 50%;
    right: initial;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/* SayIT Styles */
.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%;
  transition: border 400ms;
  margin: 0 7px; }

.sayit_owlCarousel.owl-carousel .owl-dot.active {
  border: white 2px solid; }

.sayit_owlCarousel.owl-carousel .owl-dot {
  border: rgba(255, 255, 255, 0) 2px solid;
  border-radius: 100%; }

.sayit_owlCarousel.owl-carousel .owl-dot span {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: background 400ms;
  width: 6px;
  height: 6px;
  margin: 0; }

.sayit_owlCarousel.owl-carousel .owl-dot.active span {
  background: rgba(255, 255, 255, 0); }

.sayit_owlCarousel.owl-carousel .owl-dots {
  margin: 0 0 0 0 !important;
  position: relative;
  z-index: 5;
  transform: translateY(-46px); }

.owl-carousel {
  position: relative; }
  .owl-carousel.owl-theme .owl-nav {
    display: none;
    height: 50px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    z-index: 10; }
    .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
      width: 48px;
      height: 50px;
      margin: 0;
      padding: 0;
      position: absolute;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 0;
      border-radius: 0;
      text-decoration: none;
      outline: none;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .owl-carousel.owl-theme .owl-nav [class*="owl-"]:before {
        font: 400 normal 15px/50px 'fontello';
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      .owl-carousel.owl-theme .owl-nav [class*="owl-"].disabled {
        cursor: default;
        opacity: .5; }
    .owl-carousel.owl-theme .owl-nav .owl-prev {
      left: 0;
      padding: 0 2px 0 0;
      right: initial; }
      .owl-carousel.owl-theme .owl-nav .owl-prev:before {
        content: '\e80d'; }
    .owl-carousel.owl-theme .owl-nav .owl-next {
      right: 0;
      padding: 0 0 0 2px;
      left: initial; }
      .owl-carousel.owl-theme .owl-nav .owl-next:before {
        content: '\e824'; }
    .owl-carousel.owl-theme .owl-nav.disabled {
      display: none; }
  .owl-carousel.owl-theme:hover .owl-nav {
    left: 25px;
    right: 25px;
    opacity: 1; }

body .owl-carousel {
  display: block; }

@media only screen and (min-width: 992px) {
  .owl-carousel.owl-theme .owl-nav {
    display: block; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  right: initial;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  right: initial;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  left: initial;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  right: initial;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: initial;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  right: initial;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  right: initial;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #cccccc; }

.fancybox-button:hover {
  color: #ffffff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  right: initial;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #ffffff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #ffffff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  left: initial;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  content: '';
  border: 6px solid #ff5268;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    left: initial;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
    left: initial; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-angry:before {
  content: "\f556"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-circle:before {
  content: "\f111"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-edit:before {
  content: "\f044"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heart:before {
  content: "\f004"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-map:before {
  content: "\f279"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-sun:before {
  content: "\f185"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa-ad:before {
  content: "\f641"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-award:before {
  content: "\f559"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-bug:before {
  content: "\f188"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-italic:before {
  content: "\f033"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-joint:before {
  content: "\f595"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-key:before {
  content: "\f084"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-male:before {
  content: "\f183"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-om:before {
  content: "\f679"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-server:before {
  content: "\f233"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-upload:before {
  content: "\f093"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-audible:before {
  content: "\f373"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-figma:before {
  content: "\f799"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-less:before {
  content: "\f41d"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sith:before {
  content: "\f512"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hu98qg");
  src: url("../fonts/icomoon.eot?hu98qg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hu98qg") format("truetype"), url("../fonts/icomoon.woff?hu98qg") format("woff"), url("../fonts/icomoon.svg?hu98qg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-cow:before {
  content: "\e914"; }

.icomoon-cow_2:before {
  content: "\e915"; }

.icomoon-envelope:before {
  content: "\e916"; }

.icomoon-gardening:before {
  content: "\e917"; }

.icomoon-placeholder1:before {
  content: "\e918"; }

.icomoon-seeds:before {
  content: "\e919"; }

.icomoon-social:before {
  content: "\e91a"; }

.icomoon-tractor3:before {
  content: "\e91b"; }

.icomoon-wheat2:before {
  content: "\e91c"; }

.icomoon-conversation:before {
  content: "\e901"; }

.icomoon-discount:before {
  content: "\e902"; }

.icomoon-eco:before {
  content: "\e903"; }

.icomoon-eco-friendly:before {
  content: "\e904"; }

.icomoon-farming-and-gardening:before {
  content: "\e905"; }

.icomoon-field:before {
  content: "\e906"; }

.icomoon-fruit:before {
  content: "\e907"; }

.icomoon-goat:before {
  content: "\e908"; }

.icomoon-harvest:before {
  content: "\e909"; }

.icomoon-medal:before {
  content: "\e90a"; }

.icomoon-natural:before {
  content: "\e90b"; }

.icomoon-placeholder:before {
  content: "\e90c"; }

.icomoon-shipped:before {
  content: "\e90d"; }

.icomoon-shopping-cart:before {
  content: "\e90e"; }

.icomoon-tomato:before {
  content: "\e90f"; }

.icomoon-tractor1:before {
  content: "\e910"; }

.icomoon-tractor2:before {
  content: "\e911"; }

.icomoon-tractor:before {
  content: "\e912"; }

.icomoon-wheat1:before {
  content: "\e913"; }

.icomoon-wheat:before {
  content: "\e91d"; }

.icomoon-play:before {
  content: "\e900"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
  padding: 0;
  margin: 0; }

body {
  min-height: 100vh; }

code, kbd, pre, samp {
  white-space: pre-wrap;
  overflow: auto; }

code {
  display: inline-block;
  overflow: auto;
  max-width: 100%; }
  code:not(:last-child) {
    margin-bottom: 1rem; }

pre {
  display: block; }
  pre:not(:last-child) {
    margin-bottom: 1rem; }

address {
  margin: 0; }
  address:not(:last-child) {
    margin-bottom: 1rem; }

figure {
  margin: 0; }

abbr[data-original-title], abbr[title],
acronym[data-original-title],
acronym[title] {
  text-decoration: none;
  border-bottom: dotted 2px; }

sup,
sub {
  line-height: 1.2em; }

dt {
  font-weight: 700; }

p code, p code:not(:last-child),
p pre,
p pre:not(:last-child),
li code,
li code:not(:last-child),
li pre,
li pre:not(:last-child) {
  margin-bottom: 0;
  display: inline; }
p br + code:not(:last-child),
p br + pre:not(:last-child),
li br + code:not(:last-child),
li br + pre:not(:last-child) {
  display: block; }

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover {
  text-decoration: none; }

.body-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

img {
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  align-self: flex-start; }

button,
button:active,
button:focus {
  outline: none; }

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; } }
.agrarium_align-container {
  display: table;
  width: 100%; }

.agrarium_align-container__item {
  display: table-cell;
  vertical-align: middle; }

.agrarium_img--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: -1; }

.agrarium_img--contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  z-index: -1; }

.agrarium_img--layout {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none; }

form input,
form textarea {
  -webkit-appearance: none; }

.form__field,
.search-form-field,
body #give_checkout_user_info p input {
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  width: 100%;
  display: block;
  padding: 0 19px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  outline: 0;
  margin: 10px 0 0; }

.form__message {
  height: 180px;
  padding: 13px 16px;
  margin: 0; }

.form-submit {
  margin: 41px 0 0; }
  .form-submit .submit {
    min-width: 160px !important; }

/********** WordPress default **********/
.alignnone {
  margin: 7px 0 30px; }

p img.alignnone {
  display: inline-block;
  margin: 7px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 7px auto; }

.alignright {
  float: right;
  margin: 7px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 7px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 7px 0 30px 30px; }

a img.alignnone {
  margin: 7px 0 30px; }

a img.alignleft {
  float: left;
  margin: 7px 30px 30px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

p > a > img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

p > a:hover > img {
  opacity: 0.7; }

p > .alignright:last-child {
  clear: right; }

iframe {
  border: none;
  overflow: auto;
  max-width: 100%; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center; }
  .wp-caption, .wp-caption.alignnone {
    margin: 7px 0 30px; }
  .wp-caption.alignleft {
    margin: 7px 30px 30px 0; }
  .wp-caption.alignright {
    margin: 7px 0 30px 30px; }
  .wp-caption.aligncenter {
    margin: 7px auto 30px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 7px 4px 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

*:not(.wp-block-embed__wrapper) > .video-embed iframe,
*:not(.wp-block-embed__wrapper) > .video-embed object,
*:not(.wp-block-embed__wrapper) > .video-embed embed {
  height: 100%; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .video-embed:not(:first-child) {
    margin-top: 30px; }
  .video-embed:not(:last-child) {
    margin-bottom: 30px; }
  .video-embed iframe,
  .video-embed object,
  .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  .video-embed > div {
    position: relative;
    margin-bottom: -56.25% !important; }

.bypostauthor > .post-comment-item .post-comment-author {
  color: #eece38; }

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6, .agrarium_content_slider_title, .wpforms-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .agrarium_content_slider_title a, .wpforms-title a {
    color: inherit; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .agrarium_content_slider_title:first-child, .wpforms-title:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .agrarium_content_slider_title:last-child, .wpforms-title:last-child {
    margin-bottom: 0; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .agrarium_content_slider_title + p, .wpforms-title + p {
    margin-top: 0; }

h1:not(:last-child) {
  margin-bottom: 0.5555em; }

h2:not(:last-child),
.agrarium_content_slider_title:not(:last-child) {
  margin-bottom: 0.7143em; }

h3:not(:last-child) {
  margin-bottom: 0.8333em; }

h4:not(:last-child),
.woocommerce-checkout h3:not(:last-child) {
  margin-bottom: 1em; }

h5:not(:last-child),
.wpforms-title:not(:last-child) {
  margin-bottom: 1.1111em; }

h6:not(:last-child) {
  margin-bottom: 1.25em; }

p {
  margin: 1.875em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p span[style*='background-color'] {
    padding: 1px 3px 2px; }
  p[style*='font-size'] {
    line-height: initial; }

.elementor-text-editor p {
  line-height: inherit; }

q {
  font-weight: 700; }

h1,
body .elementor-widget-heading h1.elementor-heading-title {
  font-size: 36px;
  line-height: 1.2em; }

h2,
.agrarium_content_slider_title,
body .elementor-widget-heading h2.elementor-heading-title {
  font-size: 25px;
  line-height: 1.2em; }

h3,
body .elementor-widget-heading h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.2em; }

h4,
.woocommerce-checkout h3,
body .elementor-widget-heading h4.elementor-heading-title {
  font-size: 20px;
  line-height: 1.2em; }

h5,
body .elementor-widget-heading h5.elementor-heading-title,
.wpforms-title,
.woocommerce-Reviews-title,
.cart_totals h2,
.woocommerce-account h3,
.outer-form-wrapper h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order h2,
.wp-block-woocommerce-product-search .wc-block-product-search__label {
  font-size: 18px;
  line-height: 1.2em; }

h6,
body .elementor-widget-heading h6.elementor-heading-title {
  font-size: 16px;
  line-height: 1.2em; }

.footer blockquote {
  font-weight: 400;
  position: relative;
  padding: 0 0 0 3em;
  margin: 0; }
  .footer blockquote:not(:first-child) {
    margin-top: 1rem; }
  .footer blockquote:not(:last-child) {
    margin-bottom: 1rem; }
  .footer blockquote:before {
    content: '"';
    position: absolute;
    display: block;
    left: 0;
    right: initial;
    top: 0.0555em;
    font: 400 normal 6.25em/1.3em 'Herbarium';
    letter-spacing: normal; }
  .footer blockquote cite {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0 0;
    font-style: normal;
    letter-spacing: normal; }
  .footer blockquote a {
    text-decoration: none; }
  .footer blockquote.has-text-align-right {
    padding: 0 48px 0 0; }
    .footer blockquote.has-text-align-right:before {
      left: initial;
      right: -.025em;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  .footer blockquote.has-text-align-center {
    padding: 0; }
    .footer blockquote.has-text-align-center:before {
      content: none;
      display: none; }
    .footer blockquote.has-text-align-center cite:before {
      content: ''; }
  .footer blockquote.is-style-large {
    padding: 0 48px; }
    .footer blockquote.is-style-large p {
      font-size: 1.6em;
      line-height: 1.4em; }
    .footer blockquote.is-style-large cite {
      font-size: 1.25em;
      text-align: inherit;
      font-weight: 600; }
      .footer blockquote.is-style-large cite:before {
        content: ''; }

body .content-wrapper h1:not(:first-child), body .content-wrapper h2:not(:first-child), body .content-wrapper h3:not(:first-child), body .content-wrapper h4:not(:first-child), body .content-wrapper h5:not(:first-child), body .content-wrapper h6:not(:first-child), body .content-wrapper .wpforms-title:not(:first-child),
body .agrarium_comments__item-text h1:not(:first-child),
body .agrarium_comments__item-text h2:not(:first-child),
body .agrarium_comments__item-text h3:not(:first-child),
body .agrarium_comments__item-text h4:not(:first-child),
body .agrarium_comments__item-text h5:not(:first-child),
body .agrarium_comments__item-text h6:not(:first-child),
body .agrarium_comments__item-text .wpforms-title:not(:first-child),
.block-editor-block-list__layout h1:not(:first-child),
.block-editor-block-list__layout h2:not(:first-child),
.block-editor-block-list__layout h3:not(:first-child),
.block-editor-block-list__layout h4:not(:first-child),
.block-editor-block-list__layout h5:not(:first-child),
.block-editor-block-list__layout h6:not(:first-child),
.block-editor-block-list__layout .wpforms-title:not(:first-child) {
  margin-top: 35px; }
body .content-wrapper h1 + h1, body .content-wrapper h1 + h2, body .content-wrapper h1 + h3, body .content-wrapper h1 + h4, body .content-wrapper h1 + h5, body .content-wrapper h1 + h6, body .content-wrapper h1:first-child + h1, body .content-wrapper h1:first-child + h2, body .content-wrapper h1:first-child + h3, body .content-wrapper h1:first-child + h4, body .content-wrapper h1:first-child + h5, body .content-wrapper h1:first-child + h6, body .content-wrapper h1:not(:first-child) + h1, body .content-wrapper h1:not(:first-child) + h2, body .content-wrapper h1:not(:first-child) + h3, body .content-wrapper h1:not(:first-child) + h4, body .content-wrapper h1:not(:first-child) + h5, body .content-wrapper h1:not(:first-child) + h6, body .content-wrapper h2 + h1, body .content-wrapper h2 + h2, body .content-wrapper h2 + h3, body .content-wrapper h2 + h4, body .content-wrapper h2 + h5, body .content-wrapper h2 + h6, body .content-wrapper h2:first-child + h1, body .content-wrapper h2:first-child + h2, body .content-wrapper h2:first-child + h3, body .content-wrapper h2:first-child + h4, body .content-wrapper h2:first-child + h5, body .content-wrapper h2:first-child + h6, body .content-wrapper h2:not(:first-child) + h1, body .content-wrapper h2:not(:first-child) + h2, body .content-wrapper h2:not(:first-child) + h3, body .content-wrapper h2:not(:first-child) + h4, body .content-wrapper h2:not(:first-child) + h5, body .content-wrapper h2:not(:first-child) + h6, body .content-wrapper h3 + h1, body .content-wrapper h3 + h2, body .content-wrapper h3 + h3, body .content-wrapper h3 + h4, body .content-wrapper h3 + h5, body .content-wrapper h3 + h6, body .content-wrapper h3:first-child + h1, body .content-wrapper h3:first-child + h2, body .content-wrapper h3:first-child + h3, body .content-wrapper h3:first-child + h4, body .content-wrapper h3:first-child + h5, body .content-wrapper h3:first-child + h6, body .content-wrapper h3:not(:first-child) + h1, body .content-wrapper h3:not(:first-child) + h2, body .content-wrapper h3:not(:first-child) + h3, body .content-wrapper h3:not(:first-child) + h4, body .content-wrapper h3:not(:first-child) + h5, body .content-wrapper h3:not(:first-child) + h6, body .content-wrapper h4 + h1, body .content-wrapper h4 + h2, body .content-wrapper h4 + h3, body .content-wrapper h4 + h4, body .content-wrapper h4 + h5, body .content-wrapper h4 + h6, body .content-wrapper h4:first-child + h1, body .content-wrapper h4:first-child + h2, body .content-wrapper h4:first-child + h3, body .content-wrapper h4:first-child + h4, body .content-wrapper h4:first-child + h5, body .content-wrapper h4:first-child + h6, body .content-wrapper h4:not(:first-child) + h1, body .content-wrapper h4:not(:first-child) + h2, body .content-wrapper h4:not(:first-child) + h3, body .content-wrapper h4:not(:first-child) + h4, body .content-wrapper h4:not(:first-child) + h5, body .content-wrapper h4:not(:first-child) + h6, body .content-wrapper h5 + h1, body .content-wrapper h5 + h2, body .content-wrapper h5 + h3, body .content-wrapper h5 + h4, body .content-wrapper h5 + h5, body .content-wrapper h5 + h6, body .content-wrapper h5:first-child + h1, body .content-wrapper h5:first-child + h2, body .content-wrapper h5:first-child + h3, body .content-wrapper h5:first-child + h4, body .content-wrapper h5:first-child + h5, body .content-wrapper h5:first-child + h6, body .content-wrapper h5:not(:first-child) + h1, body .content-wrapper h5:not(:first-child) + h2, body .content-wrapper h5:not(:first-child) + h3, body .content-wrapper h5:not(:first-child) + h4, body .content-wrapper h5:not(:first-child) + h5, body .content-wrapper h5:not(:first-child) + h6, body .content-wrapper h6 + h1, body .content-wrapper h6 + h2, body .content-wrapper h6 + h3, body .content-wrapper h6 + h4, body .content-wrapper h6 + h5, body .content-wrapper h6 + h6, body .content-wrapper h6:first-child + h1, body .content-wrapper h6:first-child + h2, body .content-wrapper h6:first-child + h3, body .content-wrapper h6:first-child + h4, body .content-wrapper h6:first-child + h5, body .content-wrapper h6:first-child + h6, body .content-wrapper h6:not(:first-child) + h1, body .content-wrapper h6:not(:first-child) + h2, body .content-wrapper h6:not(:first-child) + h3, body .content-wrapper h6:not(:first-child) + h4, body .content-wrapper h6:not(:first-child) + h5, body .content-wrapper h6:not(:first-child) + h6, body .content-wrapper .wpforms-title + h1, body .content-wrapper .wpforms-title + h2, body .content-wrapper .wpforms-title + h3, body .content-wrapper .wpforms-title + h4, body .content-wrapper .wpforms-title + h5, body .content-wrapper .wpforms-title + h6, body .content-wrapper .wpforms-title:first-child + h1, body .content-wrapper .wpforms-title:first-child + h2, body .content-wrapper .wpforms-title:first-child + h3, body .content-wrapper .wpforms-title:first-child + h4, body .content-wrapper .wpforms-title:first-child + h5, body .content-wrapper .wpforms-title:first-child + h6, body .content-wrapper .wpforms-title:not(:first-child) + h1, body .content-wrapper .wpforms-title:not(:first-child) + h2, body .content-wrapper .wpforms-title:not(:first-child) + h3, body .content-wrapper .wpforms-title:not(:first-child) + h4, body .content-wrapper .wpforms-title:not(:first-child) + h5, body .content-wrapper .wpforms-title:not(:first-child) + h6,
body .agrarium_comments__item-text h1 + h1,
body .agrarium_comments__item-text h1 + h2,
body .agrarium_comments__item-text h1 + h3,
body .agrarium_comments__item-text h1 + h4,
body .agrarium_comments__item-text h1 + h5,
body .agrarium_comments__item-text h1 + h6,
body .agrarium_comments__item-text h1:first-child + h1,
body .agrarium_comments__item-text h1:first-child + h2,
body .agrarium_comments__item-text h1:first-child + h3,
body .agrarium_comments__item-text h1:first-child + h4,
body .agrarium_comments__item-text h1:first-child + h5,
body .agrarium_comments__item-text h1:first-child + h6,
body .agrarium_comments__item-text h1:not(:first-child) + h1,
body .agrarium_comments__item-text h1:not(:first-child) + h2,
body .agrarium_comments__item-text h1:not(:first-child) + h3,
body .agrarium_comments__item-text h1:not(:first-child) + h4,
body .agrarium_comments__item-text h1:not(:first-child) + h5,
body .agrarium_comments__item-text h1:not(:first-child) + h6,
body .agrarium_comments__item-text h2 + h1,
body .agrarium_comments__item-text h2 + h2,
body .agrarium_comments__item-text h2 + h3,
body .agrarium_comments__item-text h2 + h4,
body .agrarium_comments__item-text h2 + h5,
body .agrarium_comments__item-text h2 + h6,
body .agrarium_comments__item-text h2:first-child + h1,
body .agrarium_comments__item-text h2:first-child + h2,
body .agrarium_comments__item-text h2:first-child + h3,
body .agrarium_comments__item-text h2:first-child + h4,
body .agrarium_comments__item-text h2:first-child + h5,
body .agrarium_comments__item-text h2:first-child + h6,
body .agrarium_comments__item-text h2:not(:first-child) + h1,
body .agrarium_comments__item-text h2:not(:first-child) + h2,
body .agrarium_comments__item-text h2:not(:first-child) + h3,
body .agrarium_comments__item-text h2:not(:first-child) + h4,
body .agrarium_comments__item-text h2:not(:first-child) + h5,
body .agrarium_comments__item-text h2:not(:first-child) + h6,
body .agrarium_comments__item-text h3 + h1,
body .agrarium_comments__item-text h3 + h2,
body .agrarium_comments__item-text h3 + h3,
body .agrarium_comments__item-text h3 + h4,
body .agrarium_comments__item-text h3 + h5,
body .agrarium_comments__item-text h3 + h6,
body .agrarium_comments__item-text h3:first-child + h1,
body .agrarium_comments__item-text h3:first-child + h2,
body .agrarium_comments__item-text h3:first-child + h3,
body .agrarium_comments__item-text h3:first-child + h4,
body .agrarium_comments__item-text h3:first-child + h5,
body .agrarium_comments__item-text h3:first-child + h6,
body .agrarium_comments__item-text h3:not(:first-child) + h1,
body .agrarium_comments__item-text h3:not(:first-child) + h2,
body .agrarium_comments__item-text h3:not(:first-child) + h3,
body .agrarium_comments__item-text h3:not(:first-child) + h4,
body .agrarium_comments__item-text h3:not(:first-child) + h5,
body .agrarium_comments__item-text h3:not(:first-child) + h6,
body .agrarium_comments__item-text h4 + h1,
body .agrarium_comments__item-text h4 + h2,
body .agrarium_comments__item-text h4 + h3,
body .agrarium_comments__item-text h4 + h4,
body .agrarium_comments__item-text h4 + h5,
body .agrarium_comments__item-text h4 + h6,
body .agrarium_comments__item-text h4:first-child + h1,
body .agrarium_comments__item-text h4:first-child + h2,
body .agrarium_comments__item-text h4:first-child + h3,
body .agrarium_comments__item-text h4:first-child + h4,
body .agrarium_comments__item-text h4:first-child + h5,
body .agrarium_comments__item-text h4:first-child + h6,
body .agrarium_comments__item-text h4:not(:first-child) + h1,
body .agrarium_comments__item-text h4:not(:first-child) + h2,
body .agrarium_comments__item-text h4:not(:first-child) + h3,
body .agrarium_comments__item-text h4:not(:first-child) + h4,
body .agrarium_comments__item-text h4:not(:first-child) + h5,
body .agrarium_comments__item-text h4:not(:first-child) + h6,
body .agrarium_comments__item-text h5 + h1,
body .agrarium_comments__item-text h5 + h2,
body .agrarium_comments__item-text h5 + h3,
body .agrarium_comments__item-text h5 + h4,
body .agrarium_comments__item-text h5 + h5,
body .agrarium_comments__item-text h5 + h6,
body .agrarium_comments__item-text h5:first-child + h1,
body .agrarium_comments__item-text h5:first-child + h2,
body .agrarium_comments__item-text h5:first-child + h3,
body .agrarium_comments__item-text h5:first-child + h4,
body .agrarium_comments__item-text h5:first-child + h5,
body .agrarium_comments__item-text h5:first-child + h6,
body .agrarium_comments__item-text h5:not(:first-child) + h1,
body .agrarium_comments__item-text h5:not(:first-child) + h2,
body .agrarium_comments__item-text h5:not(:first-child) + h3,
body .agrarium_comments__item-text h5:not(:first-child) + h4,
body .agrarium_comments__item-text h5:not(:first-child) + h5,
body .agrarium_comments__item-text h5:not(:first-child) + h6,
body .agrarium_comments__item-text h6 + h1,
body .agrarium_comments__item-text h6 + h2,
body .agrarium_comments__item-text h6 + h3,
body .agrarium_comments__item-text h6 + h4,
body .agrarium_comments__item-text h6 + h5,
body .agrarium_comments__item-text h6 + h6,
body .agrarium_comments__item-text h6:first-child + h1,
body .agrarium_comments__item-text h6:first-child + h2,
body .agrarium_comments__item-text h6:first-child + h3,
body .agrarium_comments__item-text h6:first-child + h4,
body .agrarium_comments__item-text h6:first-child + h5,
body .agrarium_comments__item-text h6:first-child + h6,
body .agrarium_comments__item-text h6:not(:first-child) + h1,
body .agrarium_comments__item-text h6:not(:first-child) + h2,
body .agrarium_comments__item-text h6:not(:first-child) + h3,
body .agrarium_comments__item-text h6:not(:first-child) + h4,
body .agrarium_comments__item-text h6:not(:first-child) + h5,
body .agrarium_comments__item-text h6:not(:first-child) + h6,
body .agrarium_comments__item-text .wpforms-title + h1,
body .agrarium_comments__item-text .wpforms-title + h2,
body .agrarium_comments__item-text .wpforms-title + h3,
body .agrarium_comments__item-text .wpforms-title + h4,
body .agrarium_comments__item-text .wpforms-title + h5,
body .agrarium_comments__item-text .wpforms-title + h6,
body .agrarium_comments__item-text .wpforms-title:first-child + h1,
body .agrarium_comments__item-text .wpforms-title:first-child + h2,
body .agrarium_comments__item-text .wpforms-title:first-child + h3,
body .agrarium_comments__item-text .wpforms-title:first-child + h4,
body .agrarium_comments__item-text .wpforms-title:first-child + h5,
body .agrarium_comments__item-text .wpforms-title:first-child + h6,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h1,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h2,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h3,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h4,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h5,
body .agrarium_comments__item-text .wpforms-title:not(:first-child) + h6,
.block-editor-block-list__layout h1 + h1,
.block-editor-block-list__layout h1 + h2,
.block-editor-block-list__layout h1 + h3,
.block-editor-block-list__layout h1 + h4,
.block-editor-block-list__layout h1 + h5,
.block-editor-block-list__layout h1 + h6,
.block-editor-block-list__layout h1:first-child + h1,
.block-editor-block-list__layout h1:first-child + h2,
.block-editor-block-list__layout h1:first-child + h3,
.block-editor-block-list__layout h1:first-child + h4,
.block-editor-block-list__layout h1:first-child + h5,
.block-editor-block-list__layout h1:first-child + h6,
.block-editor-block-list__layout h1:not(:first-child) + h1,
.block-editor-block-list__layout h1:not(:first-child) + h2,
.block-editor-block-list__layout h1:not(:first-child) + h3,
.block-editor-block-list__layout h1:not(:first-child) + h4,
.block-editor-block-list__layout h1:not(:first-child) + h5,
.block-editor-block-list__layout h1:not(:first-child) + h6,
.block-editor-block-list__layout h2 + h1,
.block-editor-block-list__layout h2 + h2,
.block-editor-block-list__layout h2 + h3,
.block-editor-block-list__layout h2 + h4,
.block-editor-block-list__layout h2 + h5,
.block-editor-block-list__layout h2 + h6,
.block-editor-block-list__layout h2:first-child + h1,
.block-editor-block-list__layout h2:first-child + h2,
.block-editor-block-list__layout h2:first-child + h3,
.block-editor-block-list__layout h2:first-child + h4,
.block-editor-block-list__layout h2:first-child + h5,
.block-editor-block-list__layout h2:first-child + h6,
.block-editor-block-list__layout h2:not(:first-child) + h1,
.block-editor-block-list__layout h2:not(:first-child) + h2,
.block-editor-block-list__layout h2:not(:first-child) + h3,
.block-editor-block-list__layout h2:not(:first-child) + h4,
.block-editor-block-list__layout h2:not(:first-child) + h5,
.block-editor-block-list__layout h2:not(:first-child) + h6,
.block-editor-block-list__layout h3 + h1,
.block-editor-block-list__layout h3 + h2,
.block-editor-block-list__layout h3 + h3,
.block-editor-block-list__layout h3 + h4,
.block-editor-block-list__layout h3 + h5,
.block-editor-block-list__layout h3 + h6,
.block-editor-block-list__layout h3:first-child + h1,
.block-editor-block-list__layout h3:first-child + h2,
.block-editor-block-list__layout h3:first-child + h3,
.block-editor-block-list__layout h3:first-child + h4,
.block-editor-block-list__layout h3:first-child + h5,
.block-editor-block-list__layout h3:first-child + h6,
.block-editor-block-list__layout h3:not(:first-child) + h1,
.block-editor-block-list__layout h3:not(:first-child) + h2,
.block-editor-block-list__layout h3:not(:first-child) + h3,
.block-editor-block-list__layout h3:not(:first-child) + h4,
.block-editor-block-list__layout h3:not(:first-child) + h5,
.block-editor-block-list__layout h3:not(:first-child) + h6,
.block-editor-block-list__layout h4 + h1,
.block-editor-block-list__layout h4 + h2,
.block-editor-block-list__layout h4 + h3,
.block-editor-block-list__layout h4 + h4,
.block-editor-block-list__layout h4 + h5,
.block-editor-block-list__layout h4 + h6,
.block-editor-block-list__layout h4:first-child + h1,
.block-editor-block-list__layout h4:first-child + h2,
.block-editor-block-list__layout h4:first-child + h3,
.block-editor-block-list__layout h4:first-child + h4,
.block-editor-block-list__layout h4:first-child + h5,
.block-editor-block-list__layout h4:first-child + h6,
.block-editor-block-list__layout h4:not(:first-child) + h1,
.block-editor-block-list__layout h4:not(:first-child) + h2,
.block-editor-block-list__layout h4:not(:first-child) + h3,
.block-editor-block-list__layout h4:not(:first-child) + h4,
.block-editor-block-list__layout h4:not(:first-child) + h5,
.block-editor-block-list__layout h4:not(:first-child) + h6,
.block-editor-block-list__layout h5 + h1,
.block-editor-block-list__layout h5 + h2,
.block-editor-block-list__layout h5 + h3,
.block-editor-block-list__layout h5 + h4,
.block-editor-block-list__layout h5 + h5,
.block-editor-block-list__layout h5 + h6,
.block-editor-block-list__layout h5:first-child + h1,
.block-editor-block-list__layout h5:first-child + h2,
.block-editor-block-list__layout h5:first-child + h3,
.block-editor-block-list__layout h5:first-child + h4,
.block-editor-block-list__layout h5:first-child + h5,
.block-editor-block-list__layout h5:first-child + h6,
.block-editor-block-list__layout h5:not(:first-child) + h1,
.block-editor-block-list__layout h5:not(:first-child) + h2,
.block-editor-block-list__layout h5:not(:first-child) + h3,
.block-editor-block-list__layout h5:not(:first-child) + h4,
.block-editor-block-list__layout h5:not(:first-child) + h5,
.block-editor-block-list__layout h5:not(:first-child) + h6,
.block-editor-block-list__layout h6 + h1,
.block-editor-block-list__layout h6 + h2,
.block-editor-block-list__layout h6 + h3,
.block-editor-block-list__layout h6 + h4,
.block-editor-block-list__layout h6 + h5,
.block-editor-block-list__layout h6 + h6,
.block-editor-block-list__layout h6:first-child + h1,
.block-editor-block-list__layout h6:first-child + h2,
.block-editor-block-list__layout h6:first-child + h3,
.block-editor-block-list__layout h6:first-child + h4,
.block-editor-block-list__layout h6:first-child + h5,
.block-editor-block-list__layout h6:first-child + h6,
.block-editor-block-list__layout h6:not(:first-child) + h1,
.block-editor-block-list__layout h6:not(:first-child) + h2,
.block-editor-block-list__layout h6:not(:first-child) + h3,
.block-editor-block-list__layout h6:not(:first-child) + h4,
.block-editor-block-list__layout h6:not(:first-child) + h5,
.block-editor-block-list__layout h6:not(:first-child) + h6,
.block-editor-block-list__layout .wpforms-title + h1,
.block-editor-block-list__layout .wpforms-title + h2,
.block-editor-block-list__layout .wpforms-title + h3,
.block-editor-block-list__layout .wpforms-title + h4,
.block-editor-block-list__layout .wpforms-title + h5,
.block-editor-block-list__layout .wpforms-title + h6,
.block-editor-block-list__layout .wpforms-title:first-child + h1,
.block-editor-block-list__layout .wpforms-title:first-child + h2,
.block-editor-block-list__layout .wpforms-title:first-child + h3,
.block-editor-block-list__layout .wpforms-title:first-child + h4,
.block-editor-block-list__layout .wpforms-title:first-child + h5,
.block-editor-block-list__layout .wpforms-title:first-child + h6,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h1,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h2,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h3,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h4,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h5,
.block-editor-block-list__layout .wpforms-title:not(:first-child) + h6 {
  margin-top: 0; }
body .content-wrapper blockquote,
body .agrarium_comments__item-text blockquote,
.block-editor-block-list__layout blockquote {
  font-weight: 400;
  position: relative;
  padding: 0 0 0 3em;
  margin: 0; }
  body .content-wrapper blockquote:not(:first-child),
  body .agrarium_comments__item-text blockquote:not(:first-child),
  .block-editor-block-list__layout blockquote:not(:first-child) {
    margin-top: 1rem; }
  body .content-wrapper blockquote:not(:last-child),
  body .agrarium_comments__item-text blockquote:not(:last-child),
  .block-editor-block-list__layout blockquote:not(:last-child) {
    margin-bottom: 1rem; }
  body .content-wrapper blockquote:before,
  body .agrarium_comments__item-text blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    content: '"';
    position: absolute;
    display: block;
    left: 0;
    right: initial;
    top: 0.0555em;
    font: 400 normal 6.25em/1.3em 'Herbarium';
    letter-spacing: normal; }
  body .content-wrapper blockquote cite,
  body .agrarium_comments__item-text blockquote cite,
  .block-editor-block-list__layout blockquote cite {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0 0;
    font-style: normal;
    letter-spacing: normal; }
  body .content-wrapper blockquote a,
  body .agrarium_comments__item-text blockquote a,
  .block-editor-block-list__layout blockquote a {
    text-decoration: none; }
  body .content-wrapper blockquote.has-text-align-right,
  body .agrarium_comments__item-text blockquote.has-text-align-right,
  .block-editor-block-list__layout blockquote.has-text-align-right {
    padding: 0 48px 0 0; }
    body .content-wrapper blockquote.has-text-align-right:before,
    body .agrarium_comments__item-text blockquote.has-text-align-right:before,
    .block-editor-block-list__layout blockquote.has-text-align-right:before {
      left: initial;
      right: -.025em;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  body .content-wrapper blockquote.has-text-align-center,
  body .agrarium_comments__item-text blockquote.has-text-align-center,
  .block-editor-block-list__layout blockquote.has-text-align-center {
    padding: 0; }
    body .content-wrapper blockquote.has-text-align-center:before,
    body .agrarium_comments__item-text blockquote.has-text-align-center:before,
    .block-editor-block-list__layout blockquote.has-text-align-center:before {
      content: none;
      display: none; }
    body .content-wrapper blockquote.has-text-align-center cite:before,
    body .agrarium_comments__item-text blockquote.has-text-align-center cite:before,
    .block-editor-block-list__layout blockquote.has-text-align-center cite:before {
      content: ''; }
  body .content-wrapper blockquote.is-style-large,
  body .agrarium_comments__item-text blockquote.is-style-large,
  .block-editor-block-list__layout blockquote.is-style-large {
    padding: 0 48px; }
    body .content-wrapper blockquote.is-style-large p,
    body .agrarium_comments__item-text blockquote.is-style-large p,
    .block-editor-block-list__layout blockquote.is-style-large p {
      font-size: 1.6em;
      line-height: 1.4em; }
    body .content-wrapper blockquote.is-style-large cite,
    body .agrarium_comments__item-text blockquote.is-style-large cite,
    .block-editor-block-list__layout blockquote.is-style-large cite {
      font-size: 1.25em;
      text-align: inherit;
      font-weight: 600; }
      body .content-wrapper blockquote.is-style-large cite:before,
      body .agrarium_comments__item-text blockquote.is-style-large cite:before,
      .block-editor-block-list__layout blockquote.is-style-large cite:before {
        content: ''; }
body .content-wrapper table,
body .agrarium_comments__item-text table,
.block-editor-block-list__layout table {
  border-collapse: collapse;
  border-spacing: unset;
  width: 100%; }
  body .content-wrapper table:not(:last-child),
  body .agrarium_comments__item-text table:not(:last-child),
  .block-editor-block-list__layout table:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper table:not(:first-child),
  body .agrarium_comments__item-text table:not(:first-child),
  .block-editor-block-list__layout table:not(:first-child) {
    margin-top: 2rem; }
  body .content-wrapper table tr td, body .content-wrapper table tr th,
  body .agrarium_comments__item-text table tr td,
  body .agrarium_comments__item-text table tr th,
  .block-editor-block-list__layout table tr td,
  .block-editor-block-list__layout table tr th {
    border-width: 1px;
    border-style: solid;
    padding: 8px 15px 8px 15px; }
  body .content-wrapper table tr th,
  body .agrarium_comments__item-text table tr th,
  .block-editor-block-list__layout table tr th {
    text-align: left; }
  body .content-wrapper table tbody th,
  body .agrarium_comments__item-text table tbody th,
  .block-editor-block-list__layout table tbody th {
    font-weight: 600; }
body .content-wrapper dd,
body .agrarium_comments__item-text dd,
.block-editor-block-list__layout dd {
  margin-bottom: 1rem; }

ul,
ol {
  padding: 0; }
  ul:not(:last-child),
  ol:not(:last-child) {
    margin: 0 0 1.875em; }
  ul:last-child,
  ol:last-child {
    margin: 0; }
  ul li,
  ol li {
    position: relative; }
    ul li:not(:last-child) ul, ul li:not(:last-child) ul:last-child,
    ul li:not(:last-child) ol,
    ul li:not(:last-child) ol:last-child,
    ol li:not(:last-child) ul,
    ol li:not(:last-child) ul:last-child,
    ol li:not(:last-child) ol,
    ol li:not(:last-child) ol:last-child {
      margin: 0 0 0 15px; }
    ul li ul,
    ul li ol,
    ol li ul,
    ol li ol {
      margin: 0 0 0 15px; }

ul {
  list-style: none; }
  ul.check-list > li {
    padding-left: 65px; }
    ul.check-list > li:not(:last-child) {
      margin-bottom: 20px; }
    ul.check-list > li:after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: white;
      -webkit-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
      width: 40px;
      height: 40px; }
    ul.check-list > li:before {
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      border: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 14px; }
  ul > li {
    padding: 0 0 0 22px; }
    ul > li:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 0.8125em; }

ol > li::marker {
  word-spacing: 0; }

.elementor-element-overlay ul {
  margin: 0; }
  .elementor-element-overlay ul > li {
    margin: 0;
    padding: 0; }
    .elementor-element-overlay ul > li:before {
      content: none;
      background: none;
      width: auto;
      height: auto;
      -webkit-border-radius: 0;
      border-radius: 0;
      margin-right: auto;
      vertical-align: initial; }

.elementor-visible-desktop ul {
  margin: 20px auto 0;
  padding: 0 25px; }
  .elementor-visible-desktop ul > li:before {
    content: none; }

ol,
.post-comment-content ol {
  list-style-position: inside;
  padding: 0; }

.block-heading {
  padding: 0 0 10px; }
  .block-heading .block-heading__subtitle {
    font-size: 18px;
    line-height: 40px;
    text-transform: lowercase;
    margin: 0 0 12px; }
    .block-heading .block-heading__subtitle:before {
      content: '- '; }
  .block-heading .block-heading__title {
    margin-top: 0 !important; }

form p {
  margin: 20px 0; }
  form p:first-child {
    margin-top: 0; }
  form p:last-child {
    margin-bottom: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  padding: 8px 18px;
  width: 100%;
  display: block;
  outline: none !important; }
  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="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    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="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1; }

input[type="range"] {
  height: auto;
  padding: 0;
  border: none; }

textarea {
  height: 220px;
  resize: none; }

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 {
  -webkit-appearance: none;
  display: none; }
input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 18px 0 0;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px;
  position: relative;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    right: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

input[type="checkbox"], .woocommerce form .form-row input[type="checkbox"].input-checkbox {
  width: 17px;
  height: 17px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block !important;
  margin: 2px 18px 0 0;
  cursor: pointer;
  vertical-align: text-top;
  border: solid 2px;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="checkbox"]:checked:before, .woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
    content: '\f00c';
    position: absolute;
    width: 14px;
    height: 13px;
    font: 700 normal 12px/14px 'Font Awesome 5 Free';
    text-align: center;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0; }

.content-wrapper .select2-container,
.select2-container {
  display: block;
  line-height: 1; }
  .content-wrapper .select2-container.select2-container--default .select2-selection--single,
  .select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    outline: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
  .content-wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before,
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\e814'; }
  .content-wrapper .select2-container .select2-selection--single,
  .select2-container .select2-selection--single {
    margin: 0;
    border-width: 2px; }
    .content-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 10px 41px 10px 18px !important;
      line-height: 26px !important; }
    .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
    .select2-container .select2-selection--single .select2-selection__arrow {
      width: 40px;
      height: 50px;
      text-align: center;
      font: 400 normal 6px/50px 'fontello';
      top: 1px;
      right: 1px;
      left: initial; }
      .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow:before,
      .select2-container .select2-selection--single .select2-selection__arrow:before {
        content: '\e801'; }
      .content-wrapper .select2-container .select2-selection--single .select2-selection__arrow b,
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .content-wrapper .select2-container .select2-search--dropdown,
  .select2-container .select2-search--dropdown {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .content-wrapper .select2-container .select2-search--dropdown .select2-search__field,
    .select2-container .select2-search--dropdown .select2-search__field {
      padding: 10px 18px;
      outline: none; }
  .content-wrapper .select2-container .select2-results__option,
  .select2-container .select2-results__option {
    padding: 10px 18px;
    outline: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .content-wrapper .select2-container .select2-results__option:before,
    .select2-container .select2-results__option:before {
      content: none;
      display: none; }

.select2-dropdown,
body .select2-dropdown {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px; }

.select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 2px; }

.select-wrap,
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  position: relative; }
  .select-wrap .select2-container,
  .wp-block-archives-dropdown .select2-container,
  .wp-block-categories-dropdown .select2-container {
    z-index: 3; }
  .select-wrap:after,
  .wp-block-archives-dropdown:after,
  .wp-block-categories-dropdown:after {
    content: '\e801';
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    text-align: center;
    font: 400 normal 6px/50px 'fontello';
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: initial;
    cursor: pointer;
    pointer-events: none;
    z-index: 2; }
  .select-wrap select,
  .wp-block-archives-dropdown select,
  .wp-block-categories-dropdown select {
    width: 100%;
    max-width: none !important;
    height: 50px;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-width: 2px;
    border-style: solid;
    padding: 8px 41px 8px 18px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: none;
    position: relative;
    z-index: 2; }
    .select-wrap select::-ms-expand,
    .wp-block-archives-dropdown select::-ms-expand,
    .wp-block-categories-dropdown select::-ms-expand {
      display: none; }
    .select-wrap select[multiple="multiple"],
    .wp-block-archives-dropdown select[multiple="multiple"],
    .wp-block-categories-dropdown select[multiple="multiple"] {
      height: 130px; }
  .select-wrap option,
  .wp-block-archives-dropdown option,
  .wp-block-categories-dropdown option {
    padding: 0 18px; }

#form-preview button,
.agrarium-button,
.body-container button:not(.customize-partial-edit-shortcut-button),
.body-container input[type="submit"],
.body-container input[type="button"],
.body-container input[type="reset"] {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 13px 20px;
  line-height: 2.143em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 142px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  background: none;
  border: 2px solid;
  z-index: 2; }
  #form-preview button:after,
  .agrarium-button:after,
  .body-container button:not(.customize-partial-edit-shortcut-button):after,
  .body-container input[type="submit"]:after,
  .body-container input[type="button"]:after,
  .body-container input[type="reset"]:after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 260%;
    height: 100%;
    -webkit-transform: rotateZ(10deg) translate(-1.2em, 110%);
    -ms-transform: rotateZ(10deg) translate(-1.2em, 110%);
    transform: rotateZ(10deg) translate(-1.2em, 110%);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%; }
  #form-preview button:focus, #form-preview button:active,
  .agrarium-button:focus,
  .agrarium-button:active,
  .body-container button:not(.customize-partial-edit-shortcut-button):focus,
  .body-container button:not(.customize-partial-edit-shortcut-button):active,
  .body-container input[type="submit"]:focus,
  .body-container input[type="submit"]:active,
  .body-container input[type="button"]:focus,
  .body-container input[type="button"]:active,
  .body-container input[type="reset"]:focus,
  .body-container input[type="reset"]:active {
    outline: none; }
  #form-preview button:hover:after,
  .agrarium-button:hover:after,
  .body-container button:not(.customize-partial-edit-shortcut-button):hover:after,
  .body-container input[type="submit"]:hover:after,
  .body-container input[type="button"]:hover:after,
  .body-container input[type="reset"]:hover:after {
    -webkit-transform: rotateZ(0deg) translate(0, 0);
    -ms-transform: rotateZ(0deg) translate(0, 0);
    transform: rotateZ(0deg) translate(0, 0); }

.block-editor-block-list__layout .agrarium-button:hover,
.content-wrapper .agrarium-button:hover {
  -webkit-box-shadow: -1.045px 9.945px 29px 0px rgba(174, 175, 175, 0.28);
  -moz-box-shadow: -1.045px 9.945px 29px 0px rgba(174, 175, 175, 0.28);
  box-shadow: -1.045px 9.945px 29px 0px rgba(174, 175, 175, 0.28); }

.content #form-preview button,
.content .agrarium-button,
.content button:not(.customize-partial-edit-shortcut-button),
.content input[type="submit"],
.content input[type="button"],
.content input[type="reset"],
.elementor #form-preview button,
.elementor .agrarium-button,
.elementor button:not(.customize-partial-edit-shortcut-button),
.elementor input[type="submit"],
.elementor input[type="button"],
.elementor input[type="reset"] {
  min-width: 75px; }

.agrarium-button {
  border: 2px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

@media only screen and (min-width: 576px) {
  h1:not(:last-child),
  body .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.325em; }

  h2:not(:last-child),
  .agrarium_content_slider_title:not(:last-child),
  body .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.5em; }

  h3:not(:last-child),
  body .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
    margin-bottom: 0.8333em; }

  h4:not(:last-child),
  .woocommerce-checkout h3:not(:last-child),
  body .elementor-widget-heading h4.elementor-heading-title:not(:last-child) {
    margin-bottom: 1em; }

  h5:not(:last-child),
  body .elementor-widget-heading h5.elementor-heading-title:not(:last-child),
  .wpforms-title:not(:last-child),
  .woocommerce-Reviews-title:not(:last-child),
  .cart_totals h2:not(:last-child),
  .woocommerce-account h3:not(:last-child),
  .outer-form-wrapper h2:not(:last-child),
  .woocommerce-MyAccount-content h2:not(:last-child),
  .woocommerce-order h2:not(:last-child) {
    margin-bottom: 1.1111em; }

  h6:not(:last-child),
  body .elementor-widget-heading h6.elementor-heading-title:not(:last-child) {
    margin-bottom: 1.25em; } }
@media only screen and (min-width: 768px) {
  body .content-wrapper blockquote,
  body .agrarium_comments__item-text blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 0 0 0 4em; }
    body .content-wrapper blockquote:before,
    body .agrarium_comments__item-text blockquote:before,
    .block-editor-block-list__layout blockquote:before {
      font-size: 9.375em;
      line-height: 1.333em; }
    body .content-wrapper blockquote.has-text-align-right,
    body .agrarium_comments__item-text blockquote.has-text-align-right,
    .block-editor-block-list__layout blockquote.has-text-align-right {
      padding: 0 63px 0 0; }
    body .content-wrapper blockquote.is-style-large,
    body .agrarium_comments__item-text blockquote.is-style-large,
    .block-editor-block-list__layout blockquote.is-style-large {
      padding: 0 63px; } }
.alignwide,
.alignfull {
  margin-left: 0;
  margin-right: 0; }

.content-wrapper-sidebar-position-none .alignwide,
.block-editor-block-list__layout .alignwide {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px); }
.content-wrapper-sidebar-position-none .alignfull,
.block-editor-block-list__layout .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  right: auto;
  margin: 0 0 0 -50vw; }
  .content-wrapper-sidebar-position-none .alignfull:not(:last-child),
  .block-editor-block-list__layout .alignfull:not(:last-child) {
    margin-bottom: 30px; }
  .content-wrapper-sidebar-position-none .alignfull:not(:first-child),
  .block-editor-block-list__layout .alignfull:not(:first-child) {
    margin-top: 30px; }

.has-large-font-size,
.has-small-font-size {
  line-height: initial; }

/* ---------- Pull Quote ---------- */
.content-wrapper .wp-block-pullquote {
  max-width: 100%; }

.content-wrapper .wp-block-pullquote,
.block-editor-block-list__layout .wp-block-pullquote {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 1.5em 0; }
  .content-wrapper .wp-block-pullquote.is-style-solid-color,
  .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none; }
    .content-wrapper .wp-block-pullquote.is-style-solid-color cite,
    .block-editor-block-list__layout .wp-block-pullquote.is-style-solid-color cite {
      display: block; }
  .content-wrapper .wp-block-pullquote:not(:last-child),
  .block-editor-block-list__layout .wp-block-pullquote:not(:last-child) {
    margin-bottom: 2.625rem; }
  .content-wrapper .wp-block-pullquote:not(:first-child),
  .block-editor-block-list__layout .wp-block-pullquote:not(:first-child) {
    margin-top: 2.625rem; }
  .content-wrapper .wp-block-pullquote blockquote,
  .block-editor-block-list__layout .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0 1em 0 4em;
    max-width: none; }
    .content-wrapper .wp-block-pullquote blockquote:before,
    .block-editor-block-list__layout .wp-block-pullquote blockquote:before {
      top: 0.1em;
      left: 0.2em; }
    .content-wrapper .wp-block-pullquote blockquote p,
    .block-editor-block-list__layout .wp-block-pullquote blockquote p {
      font-size: 1em;
      line-height: 1.875em;
      font-weight: 700; }
    .content-wrapper .wp-block-pullquote blockquote cite,
    .block-editor-block-list__layout .wp-block-pullquote blockquote cite {
      display: inline-block;
      line-height: 2em;
      font-weight: 500;
      padding: 0 0 0 2.625em;
      position: relative;
      font-size: .875em; }
      .content-wrapper .wp-block-pullquote blockquote cite:before,
      .block-editor-block-list__layout .wp-block-pullquote blockquote cite:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: initial;
        width: 1.75em;
        height: 0;
        top: 1.125em;
        border-top: solid 1px; }
      .content-wrapper .wp-block-pullquote blockquote cite:not(:first-child),
      .block-editor-block-list__layout .wp-block-pullquote blockquote cite:not(:first-child) {
        margin: .6875em 0 0; }

/* ---------- Dropcaps ---------- */
.has-drop-cap:not(:focus):first-letter {
  font-weight: 700;
  text-align: center; }

/* ---------- Table ---------- */
.wp-block-table:not(:last-child) {
  margin-bottom: 30px; }
.wp-block-table:not(:first-child) {
  margin-top: 30px; }

/* ---------- Images ---------- */
.wp-block-image {
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .wp-block-image:not(:last-child) {
    margin-bottom: 1.3125rem; }
    .wp-block-image:not(:last-child) .alignnone,
    .wp-block-image:not(:last-child) .alignleft,
    .wp-block-image:not(:last-child) .aligncenter,
    .wp-block-image:not(:last-child) .alignright {
      margin-bottom: 1.3125rem; }
  .wp-block-image:not(:first-child) {
    margin-top: 1.3125rem; }
  .wp-block-image .aligncenter {
    display: block;
    margin: 7px auto 0; }
    .wp-block-image .aligncenter img {
      margin: 0 auto; }
    .wp-block-image .aligncenter figcaption {
      display: block; }
  .wp-block-image .alignnone {
    margin: 7px 0 0; }
  .wp-block-image .alignleft {
    margin: 7px 30px 0 0; }
  .wp-block-image .alignright {
    margin: 7px 0 0 30px; }
  .wp-block-image figcaption {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0; }
  .wp-block-image.alignfull img {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .wp-block-image:not(.is-style-rounded) img {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .wp-block-image img {
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* ---------- Gallery ---------- */
.wp-block-gallery:not(:last-child) {
  margin-bottom: 2.625rem; }
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(100% - 10px); }
.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: calc(50% - 10px); }
.slide-sidebar-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
.slide-sidebar-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item, .sidebar .wp-block-gallery.columns-3 .blocks-gallery-image,
.sidebar .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc(33.3333% - 10px); }
.wp-block-gallery .blocks-gallery-grid {
  margin: -5px; }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    margin: 5px !important;
    padding: 0; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
      content: none;
      display: none; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper {
      position: relative;
      height: 100%; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a {
      display: block;
      position: relative; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        z-index: 1; }
      .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before {
        opacity: 0.6; }
    .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      position: relative; }
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: calc(100% - 10px); }
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
    width: calc(50% - 10px); }
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 10px); }
.wp-block-gallery .blocks-gallery-caption {
  text-align: center;
  width: 100%;
  margin: .5em 0 0;
  font-size: 14px; }

/* ---------- Products ---------- */
.wc-block-grid__product {
  border-bottom-width: 30px !important; }
  .wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 20px; }
  .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .wc-block-grid__product .wc-block-grid__product-onsale {
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    padding: 0 14px 0 13px;
    margin: 0 5px 10px;
    background-color: #e95151;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: initial;
    top: 10px;
    text-transform: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 60px;
    font-weight: 500;
    text-align: center;
    padding: 0 12px;
    margin: 0 0 8px; }
  .wc-block-grid__product .wc-block-grid__product-price .price_wrapper {
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px; }
    .wc-block-grid__product .wc-block-grid__product-price .price_wrapper del {
      margin: 0 3px 0 0;
      display: inline-block;
      text-decoration: line-through; }
    .wc-block-grid__product .wc-block-grid__product-price .price_wrapper .amount {
      display: inline-block;
      text-decoration: none; }
    .wc-block-grid__product .wc-block-grid__product-price .price_wrapper > .amount {
      color: #fa6c47; }
    .wc-block-grid__product .wc-block-grid__product-price .price_wrapper ins {
      color: #fa6c47; }
  .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
  .wc-block-grid__product .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font: 400 normal 15px/1 'fontello';
    letter-spacing: 0.1333em;
    width: 5.0127em;
    overflow: hidden;
    position: relative;
    height: 1em; }
    .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
    .wc-block-grid__product .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
      content: '\e829\e829\e829\e829\e829';
      opacity: 1; }
    .wc-block-grid__product .wc-block-grid__product-rating .star-rating span:before,
    .wc-block-grid__product .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
      color: #ffa800;
      content: '\e829\e829\e829\e829\e829'; }
  .wc-block-grid__product .wp-block-button .wp-block-button__link {
    padding: .5em 1.5em;
    line-height: 2.0667em; }
  .wc-block-grid__product .wp-block-button .added_to_cart {
    margin: 0 0 0 20px; }

.wc-block-active-filters li:before {
  display: none; }
.wc-block-active-filters li .wc-block-active-filters__list-item-remove {
  min-width: auto;
  padding: 0;
  border: none;
  line-height: 1em;
  margin-left: 5px;
  top: 2px; }
  .wc-block-active-filters li .wc-block-active-filters__list-item-remove:after {
    display: none; }
.wc-block-active-filters button.wc-block-active-filters__clear-all {
  line-height: 1.5em; }

.wc-block-pagination button.wc-block-pagination-page {
  margin: 10px 5px 0;
  padding: 0 5px;
  min-width: 46px;
  height: 46px;
  position: relative;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all, 0.3s;
  overflow: hidden; }
  .wc-block-pagination button.wc-block-pagination-page:after {
    display: none; }

/* ---------- Button ---------- */
.wp-block-button:not(:last-child) {
  margin-bottom: 1.3125rem; }
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* ---------- Columns ---------- */
.wp-block-columns {
  margin-bottom: 0; }
  .wp-block-columns:not(:last-child) {
    margin-bottom: 1.3125rem; }
  .wp-block-columns:not(:first-child) {
    margin-top: 0.625rem; }

.content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
.block-editor-block-list__layout .wp-block-columns.alignfull {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
.content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
.block-editor-block-list__layout .wp-block-columns.alignwide {
  margin: 0;
  width: 100%; }

/* ---------- Media Text ---------- */
.wp-block-media-text:not(:last-child) {
  margin-bottom: 1.3125rem; }

/* ---------- Video ---------- */
.wp-block-video video {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* ---------- Embed ---------- */
.wp-block-embed:not(:first-child) {
  margin-top: 30px; }
.wp-block-embed:not(:last-child) {
  margin-bottom: 30px; }
.wp-block-embed .wp-block-embed__wrapper {
  position: relative; }
.wp-block-embed figcaption {
  text-align: center;
  width: 100%; }
.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0; }
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.wp-block-embed .video-embed {
  padding: 0;
  position: static; }
  .wp-block-embed .video-embed iframe {
    position: relative; }

/* ---------- Cover ---------- */
.wp-block-cover {
  overflow: hidden;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-size: cover;
  background-size: cover; }
  .wp-block-cover.alignfull {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .wp-block-cover:not(:last-child) {
    margin-bottom: 30px; }
  .wp-block-cover:not(:first-child) {
    margin-top: 30px; }
  .wp-block-cover .wp-block-cover-text {
    margin: 0; }
  .wp-block-cover strong {
    color: inherit; }
  .wp-block-cover a {
    text-decoration: underline;
    color: inherit; }
  .wp-block-cover a:hover {
    text-decoration: none; }
  .wp-block-cover p:not(.has-text-color) {
    color: #ffffff; }

/* ---------- Group ---------- */
.wp-block-group.has-background {
  padding: 20px 30px; }
  .wp-block-group.has-background p:last-child {
    margin: 0; }
.wp-block-group:not(:last-child) {
  margin-bottom: 1.3125rem; }

/* ---------- File ---------- */
body .content-wrapper .wp-block-file a.wp-block-file__button,
.block-editor-block-list__layout a.wp-block-file__button {
  color: #ffffff; }

/* ---------- Socials Links ---------- */
body .content-wrapper .wp-block-social-links,
.block-editor-block-list__layout .wp-block-social-links,
.wp-block-social-links {
  margin-left: -8px;
  margin-right: -7px; }
  body .content-wrapper .wp-block-social-links:not(:last-child),
  .block-editor-block-list__layout .wp-block-social-links:not(:last-child),
  .wp-block-social-links:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-social-links .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links .wp-social-link,
  .wp-block-social-links .wp-social-link {
    margin: 0 7px 0 8px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    body .content-wrapper .wp-block-social-links .wp-social-link:before,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link:before,
    .wp-block-social-links .wp-social-link:before {
      content: none;
      display: none; }
    body .content-wrapper .wp-block-social-links .wp-social-link:hover,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link:hover,
    .wp-block-social-links .wp-social-link:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    body .content-wrapper .wp-block-social-links .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links .wp-social-link a,
    .wp-block-social-links .wp-social-link a {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
  body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link,
  .wp-block-social-links.is-style-default .wp-social-link {
    width: 30px;
    height: 30px; }
    body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link a,
    .wp-block-social-links.is-style-default .wp-social-link a {
      padding: 6px; }
      body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a svg,
      .block-editor-block-list__layout .wp-block-social-links.is-style-default .wp-social-link a svg,
      .wp-block-social-links.is-style-default .wp-social-link a svg {
        width: 18px;
        height: 18px;
        fill: #ffffff; }
  body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link,
  .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link,
  .wp-block-social-links.is-style-logos-only .wp-social-link {
    width: 30px;
    height: 30px;
    padding: 0; }
    body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a,
    .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link a,
    .wp-block-social-links.is-style-logos-only .wp-social-link a {
      padding: 0; }
      body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a svg,
      .block-editor-block-list__layout .wp-block-social-links.is-style-logos-only .wp-social-link a svg,
      .wp-block-social-links.is-style-logos-only .wp-social-link a svg {
        width: 30px;
        height: 30px; }
  body .content-wrapper .wp-block-social-links.is-style-pill-shape .wp-social-link a svg,
  .block-editor-block-list__layout .wp-block-social-links.is-style-pill-shape .wp-social-link a svg,
  .wp-block-social-links.is-style-pill-shape .wp-social-link a svg {
    fill: #ffffff; }

@media only screen and (max-width: 600px) {
  /* ---------- Columns ---------- */
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin: 20px 0 0; } }
@media only screen and (min-width: 768px) {
  .content-wrapper-sidebar-position-none .alignwide,
  .block-editor-block-list__layout .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }

  /* ---------- Pull Quote ---------- */
  .content-wrapper .wp-block-pullquote,
  .block-editor-block-list__layout .wp-block-pullquote {
    padding: 3.75em 0; }
    .content-wrapper .wp-block-pullquote blockquote,
    .block-editor-block-list__layout .wp-block-pullquote blockquote {
      padding: 0 2.8125em 0 8.125em; }
      .content-wrapper .wp-block-pullquote blockquote:before,
      .block-editor-block-list__layout .wp-block-pullquote blockquote:before {
        left: 0.4em;
        top: 0.045em; }
      .content-wrapper .wp-block-pullquote blockquote cite,
      .block-editor-block-list__layout .wp-block-pullquote blockquote cite {
        padding: 0 0 0 3.125em;
        font-size: 1em; }
        .content-wrapper .wp-block-pullquote blockquote cite:before,
        .block-editor-block-list__layout .wp-block-pullquote blockquote cite:before {
          width: 2.25em; }

  /* ---------- Gallery -----------*/
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.3333% - 10px); }

  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignfull,
  .block-editor-block-list__layout .wp-block-columns.alignfull {
    padding: 0 30px; } }
@media only screen and (min-width: 1200px) {
  /* ---------- Columns ---------- */
  .content-wrapper-sidebar-position-none .wp-block-columns.alignwide,
  .block-editor-block-list__layout .wp-block-columns.alignwide {
    margin: 0 -20px;
    width: calc(100% + 40px); } }
.elementor-element-overlay ul > li:before {
  left: initial;
  right: initial; }

.elementor_library-template-default .header,
.elementor_library-template-default .page-title-container,
.elementor_library-template-default .footer,
.elementor_library-template-default .post-meta-header,
.elementor_library-template-default .post-title,
.elementor_library-template-default .post-meta-footer,
.elementor_library-template-default .top-bar,
.elementor_library-template-default .mobile-header-menu-container,
.elementor_library-template-default .mobile-header,
.elementor_library-template-default .sidebar,
.elementor_library-template-default .bottom_section,
.elementor_library-template-default .bottom_section_background {
  display: none !important; }

.elementor-column.column-align-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start; }

.elementor-column.column-content-stretch .elementor-widget-wrap {
  align-content: stretch;
  align-items: stretch; }
  .elementor-column.column-content-stretch .elementor-widget-wrap .elementor-container {
    height: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.elementor-editor-active .elementor-section:hover,
.elementor-editor-active .elementor-column:hover {
  z-index: 30010; }
.elementor-editor-active .elementor-section .elementor-section {
  margin-top: 26px; }

.elementor-widget-wrap .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.elementor-widget-container .agrarium_archive_listing_wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.elementor-section + .elementor-section {
  margin-top: 80px; }

.elementor-section-stretched > .elementor-container {
  padding: 0 20px; }
  .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
    padding: 0; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
      padding: 0 20px; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
        padding: 0; }

.elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container {
  padding: 0; }
  .elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container .elementor-section > .elementor-container {
    padding: 0; }

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px; }

.elementor-row {
  display: flex;
  width: 100%; }

.elementor-column-gap-default > .elementor-row {
  margin: -10px;
  width: calc(100% + 20px); }

.elementor-column-gap-narrow > .elementor-row {
  margin: -5px;
  width: calc(100% + 10px); }

.elementor-column-gap-extended > .elementor-row {
  margin: -15px;
  width: calc(100% + 30px); }

.elementor-column-gap-wide > .elementor-row {
  margin: -20px;
  width: calc(100% + 40px); }

.elementor-column-gap-wider > .elementor-row {
  margin: -30px;
  width: calc(100% + 60px); }

@media (min-width: 768px) {
  .elementor-section + .elementor-section {
    margin-top: 120px; }

  .elementor-section-stretched > .elementor-container {
    padding: 0 30px; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
      padding: 0; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
        padding: 0 30px; }
        .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
          padding: 0; } }
@media (max-width: 991px) {
  .elementor-row {
    flex-wrap: wrap; } }
@media (min-width: 992px) {
  .elementor-section-full_width > .elementor-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

  .elementor-section-stretched > .elementor-container {
    padding: 0 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .elementor-section-stretched > .elementor-container.elementor-column-gap-no {
      padding: 0; }
      .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        padding: 0 40px; }
        .elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
          padding: 0; } }
@media (min-width: 1280px) {
  .elementor-section + .elementor-section {
    margin-top: 150px; } }
/* ---------- Dropcaps ---------- */
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 0.36em;
  margin-bottom: 0.1em;
  font-size: 1.5em; }
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1.6667em !important;
  height: 1.6667em !important;
  line-height: 1.6667em;
  font-size: 1em;
  font-weight: 700;
  text-align: center; }

.elementor-widget-video .elementor-custom-embed-image-overlay {
  overflow: hidden; }
  .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg {
      width: 11px;
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.agrariumFadeInUp {
  -webkit-animation-name: agrariumFadeInUp;
  animation-name: agrariumFadeInUp; }

@-webkit-keyframes agrariumFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes agrariumFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.agrariumFadeInDown {
  -webkit-animation-name: agrariumFadeInDown;
  animation-name: agrariumFadeInDown; }

@-webkit-keyframes agrariumFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes agrariumFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.agrariumFadeInLeft {
  -webkit-animation-name: agrariumFadeInLeft;
  animation-name: agrariumFadeInLeft; }

@-webkit-keyframes agrariumFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes agrariumFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.agrariumFadeInRight {
  -webkit-animation-name: agrariumFadeInRight;
  animation-name: agrariumFadeInRight; }

@-webkit-keyframes agrariumFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes agrariumFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.agrariumSlideInUp {
  -webkit-animation-name: agrariumSlideInUp;
  animation-name: agrariumSlideInUp; }

@-webkit-keyframes agrariumSlideInUp {
  from {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes agrariumSlideInUp {
  from {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.agrariumSlideInDown {
  -webkit-animation-name: agrariumSlideInDown;
  animation-name: agrariumSlideInDown; }

@-webkit-keyframes agrariumSlideInDown {
  from {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes agrariumSlideInDown {
  from {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/* ---------- Image Animation ---------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes ta_under_strips {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }
@keyframes ta_under_strips {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }
.ta_under_strips > div {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: inherit;
  border-radius: inherit; }
  .ta_under_strips > div:before, .ta_under_strips > div:after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit; }
  .ta_under_strips > div:before {
    z-index: 1;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-animation: ta_under_strips 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: ta_under_strips 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards; }
  .ta_under_strips > div:after {
    z-index: 2;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-animation: ta_under_strips 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: ta_under_strips 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards; }
  .ta_under_strips > div > div {
    opacity: 0;
    -webkit-animation: fadeIn 0.2s 1s forwards;
    animation: fadeIn 0.2s 1s forwards; }

.cursor,
.cursor_drag {
  display: none;
  padding: 0;
  pointer-events: none;
  position: fixed;
  width: 10px;
  height: 10px;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0.4em;
  text-indent: 5px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  -webkit-transition: width 0.3s, height 0.3s, padding 0.3s;
  transition: width 0.3s, height 0.3s, padding 0.3s; }
  .cursor .cursor-bg,
  .cursor_drag .cursor-bg {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
  .cursor span,
  .cursor_drag span {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cursor_drag.active,
.cursor.active {
  line-height: 94px;
  font-size: 14px; }
  .cursor_drag.active .cursor-bg,
  .cursor.active .cursor-bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10); }

/*********** Content Layout ***********/
.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  background-color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .body-overlay.active {
    opacity: .5;
    pointer-events: auto; }

.content-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 1200px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .content-wrapper.content-wrapper-remove-top-margin {
    margin-top: 0 !important; }
  .content-wrapper.content-wrapper-remove-bottom-margin {
    margin-bottom: 0 !important; }
  .content-wrapper .content {
    width: calc(100% - 40px);
    margin: 0 20px;
    position: relative;
    z-index: 1; }
  .content-wrapper .content-inner:after {
    content: '';
    display: table;
    clear: both; }

.content-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.masonry-listing {
  font-size: 0;
  line-height: 1; }

.archive-listing {
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
  .archive-listing .archive-listing-wrapper > div {
    -webkit-transition: transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s; }
  .archive-listing.loading .archive-listing-wrapper > div {
    -webkit-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    opacity: .1; }

.grid-listing {
  font-size: 0;
  line-height: 1; }
  .grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 100%;
    display: inline-block;
    vertical-align: top; }

@media only screen and (min-width: 576px) {
  .grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
    width: 50%; }

  .content-wrapper {
    margin-top: 120px;
    margin-bottom: 110px; }
    .content-wrapper .content {
      width: calc(100% - 60px);
      margin: 0 30px;
      position: relative;
      z-index: 1; } }
@media only screen and (min-width: 992px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-3 .grid-item {
    width: 33.3333%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item {
    width: 25%; }

  .content-wrapper-sidebar-position-left .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-3 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 33.3333%; }

  .content-wrapper {
    max-width: 1250px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 150px auto; }
    .content-wrapper .sidebar {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .content-wrapper .content {
      margin: 0 20px; }
    .content-wrapper.content-wrapper-sidebar-position-left .sidebar {
      order: 1; }
    .content-wrapper.content-wrapper-sidebar-position-left .content {
      order: 2;
      max-width: 870px;
      margin-left: 15px;
      width: calc(75% - 35px); }
    .content-wrapper.content-wrapper-sidebar-position-right .sidebar {
      order: 2; }
    .content-wrapper.content-wrapper-sidebar-position-right .content {
      order: 1;
      max-width: 870px;
      margin-right: 15px;
      width: calc(75% - 35px); }
    .content-wrapper.content-wrapper-sidebar-position-none .content {
      width: calc(100% - 40px); } }
@media only screen and (min-width: 1200px) {
  .content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item {
    width: 25%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item {
    width: 20%; }
  .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item,
  .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
    width: 16.6667%; }

  .content-wrapper {
    max-width: 1250px;
    padding: 0 20px; }
    .content-wrapper .content {
      margin: 0 20px; }
    .content-wrapper.content-wrapper-sidebar-position-left .content {
      width: calc(75% - 35px);
      margin-left: 15px; }
    .content-wrapper.content-wrapper-sidebar-position-right .content {
      width: calc(75% - 35px);
      margin-right: 15px; }
    .content-wrapper.content-wrapper-sidebar-position-none .content {
      width: calc(100% - 40px); } }
.sidebar {
  margin: 0 20px;
  max-width: 270px; }

.simple-sidebar-trigger {
  display: none; }

@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    left: auto;
    -webkit-transition: right 0.3s, left 0.3s, opacity 0.3s;
    transition: right 0.3s, left 0.3s, opacity 0.3s;
    overflow-y: scroll;
    z-index: 999999;
    padding: 86px 20px 32px;
    width: 280px;
    max-width: none;
    margin: 0 !important;
    -webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 49px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    opacity: 0; }
    .sidebar.active {
      right: 0;
      left: auto;
      opacity: 1; }
    .sidebar .shop-hidden-sidebar-close {
      position: absolute;
      right: 15px;
      left: initial;
      top: 30px;
      display: block;
      width: 16px;
      height: 16px;
      font: 400 normal 16px/16px 'fontello';
      cursor: pointer;
      text-align: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .sidebar .shop-hidden-sidebar-close:before {
        content: '\e803'; }

  .simple-sidebar-trigger {
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 400 normal 18px/1 'fontello';
    z-index: 9;
    opacity: 1;
    border: solid 1px;
    border-right: none; }
    .simple-sidebar-trigger:before {
      content: '\e825';
      position: absolute;
      display: block;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 50%;
      right: auto;
      margin: -9px 0 0 -9px; }
    .woocommerce-shop .simple-sidebar-trigger:before {
      display: none; }
    .woocommerce-shop .simple-sidebar-trigger svg {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 50%;
      right: auto;
      margin: -9px 0 0 -9px; } }
@media only screen and (min-width: 992px) {
  .content-wrapper-sidebar-position-right .sidebar {
    margin-left: 15px;
    width: calc(25% - 35px); }

  .content-wrapper-sidebar-position-left .sidebar {
    margin-right: 15px;
    width: calc(25% - 35px); } }
@media only screen and (min-width: 1200px) {
  .content-wrapper-sidebar-position-right .sidebar {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .content-wrapper-sidebar-position-left .sidebar {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; } }
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
  margin-top: 30px; }
.archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video {
  width: 100% !important;
  padding-bottom: 56%; }
  .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video .mejs-container.wp-video-shortcode {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important; }
    .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video .mejs-container.wp-video-shortcode iframe {
      height: 100% !important; }

.standard-blog-item-wrapper .post-more-button a,
.grid-blog-item-wrapper .post-more-button a {
  min-width: 186px; }
.standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item,
.grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item {
  position: relative;
  padding: 30px 0 32px;
  overflow: hidden;
  -webkit-box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: box-shadow 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, background-color 0.3s; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item:hover .post-media-wrapper img,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item:hover .post-media-wrapper img {
    -webkit-transform: scale(1.05) translateX(7px);
    -ms-transform: scale(1.05) translateX(7px);
    transform: scale(1.05) translateX(7px); }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item.media .post-labels,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item.media .post-labels {
    position: absolute;
    margin: 0;
    top: 11px;
    left: 11px; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper {
    margin: -30px 0 0; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper + .post-labels,
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper + .post-labels {
      margin: 0; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper:last-child,
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper:last-child {
      margin-bottom: -32px; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-labels,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-labels {
    margin: 0 25px;
    z-index: 4; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header {
    margin: 0 25px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child),
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child) {
      margin-top: 30px; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title {
    margin: 0 25px;
    letter-spacing: -0.02em; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title:not(:first-child),
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title:not(:first-child) {
      margin-top: 16px; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content {
    margin: 0 25px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content:not(:first-child),
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content:not(:first-child) {
      margin-top: 13px; }
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags,
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags {
    margin: 0 25px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:before,
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:before {
      content: '# '; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags a,
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags a {
      display: inline-block; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:not(:first-child),
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
      margin-top: 13px; }

.standard-blog-item-wrapper .post-title {
  font-weight: 700;
  line-height: 1.2em; }

.sticky .post-labels,
.status-sticky .post-labels {
  position: relative;
  padding: 0 0 0 30px; }
  .sticky .post-labels:before,
  .status-sticky .post-labels:before {
    content: '\f08d';
    position: absolute;
    display: block;
    width: 24px;
    height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    right: initial;
    top: 0;
    font: 700 normal 14px/27px 'Font Awesome 5 Free';
    text-align: center;
    padding: 0 0 0 1px; }

.post-more-button {
  margin: 0 20px; }
  .post-more-button:not(:first-child) {
    margin-top: 25px; }
  .post-more-button a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    position: relative;
    min-width: 186px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media screen and (min-width: 576px) {
  .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video {
    padding-bottom: 46%; }
    .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video iframe {
      height: 100% !important; } }
@media screen and (min-width: 768px) {
  .archive-listing-wrapper .standard-blog-item-wrapper:not(:first-child) {
    margin-top: 50px; }

  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item {
    padding: 50px 0; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper {
      margin: -50px 0 0; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper:last-child {
        margin-bottom: -50px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-labels {
      margin: 0 30px 0 50px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header {
      margin: 0 30px 0 50px; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child) {
        margin-top: 45px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title {
      margin: 0 30px 0 50px; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title:not(:first-child) {
        margin-top: 21px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content {
      margin: 0 30px 0 50px; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content:not(:first-child) {
        margin-top: 20px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags {
      margin: 0 30px 0 50px; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
        margin-top: 15px; }
    .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-more-button {
      margin: 0 30px 0 50px; }
      .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-more-button:not(:first-child) {
        margin-top: 40px; }

  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item {
    padding: 40px 0; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper {
      margin: -40px 0 0; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-media-wrapper:last-child {
        margin-bottom: -40px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-labels {
      margin: 0 30px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header {
      margin: 0 30px; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child) {
        margin-top: 45px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title {
      margin: 0 30px; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title:not(:first-child) {
        margin-top: 21px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content {
      margin: 0 30px; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content:not(:first-child) {
        margin-top: 13px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags {
      margin: 0 30px; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
        margin-top: 15px; }
    .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-more-button {
      margin: 0 30px; }
      .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-more-button:not(:first-child) {
        margin-top: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-labels,
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header,
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title,
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-content,
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-item-tags,
  .standard-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-more-button {
    margin: 0 50px 0 50px; } }
@media screen and (min-width: 992px) {
  .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video {
    padding-bottom: 40%; }
    .archive-listing-wrapper .standard-blog-item-wrapper:not(.grid-blog-item-wrapper) .post-media-wrapper .wp-video iframe {
      height: 100% !important; } }
/*********** Classic Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
  margin: 0 -15px -30px; }
  .archive-listing-wrapper.grid-listing .grid-item {
    padding: 0 15px;
    margin: 0 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child) {
  margin-top: 30px; }
.grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title {
  line-height: 1.5em; }
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-title:not(:first-child) {
    margin-top: 15px; }
.grid-blog-item-wrapper .wp-video .mejs-container {
  overflow: hidden; }
  .grid-blog-item-wrapper .wp-video .mejs-container .mejs-overlay-play .mejs-overlay-button {
    width: 75px;
    height: 75px; }

@media screen and (min-width: 768px) {
  .grid-blog-item-wrapper:not(.agrarium-format-quote) .blog-item .post-meta-header:not(:first-child) {
    margin-top: 46px; }
  .grid-blog-item-wrapper .post-quote {
    padding-left: 4.375em; }
    .grid-blog-item-wrapper .post-quote:before {
      left: 0.1em; } }
/*********** Blog Single Layout ***********/
.single-post .post-quote:not(:last-child) {
  margin-bottom: 25px; }

.single-post .post-media-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .single-post .post-media-wrapper img {
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.single-post.format-video .post-labels:not(:first-child) {
  position: relative;
  margin: 15px 0 0;
  top: 0;
  left: 0; }
.single-post .post-labels {
  margin: 0;
  position: relative;
  z-index: 4; }
  .single-post .post-labels:not(:first-child) {
    position: absolute;
    top: 13px;
    left: 13px; }

.single-post.agrarium-format-quote .post-labels {
  margin: 0;
  position: relative;
  z-index: 4;
  top: 0;
  left: 0; }
  .single-post.agrarium-format-quote .post-labels:not(:first-child) {
    position: relative;
    margin-top: 10px; }

.single-post > .post-meta-header:not(:first-child) {
  margin-top: 50px; }

.single-post > .post-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3em; }
  .single-post > .post-title:not(:first-child) {
    margin: 16px 0 0; }

.single-post .post-content:after {
  content: '';
  display: table;
  clear: both; }
.single-post .post-content:not(:first-child) {
  margin: 15px 0 0; }

.single-post .post-password-form button {
  height: 50px;
  line-height: 20px; }

.single-post .post-meta-footer {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .single-post .post-meta-footer:not(:first-child) {
    margin: 40px -15px 0;
    padding: 30px 0;
    position: relative; }
    .single-post .post-meta-footer:not(:first-child):before {
      content: '';
      position: absolute;
      display: block;
      left: 15px;
      right: 15px;
      top: 0;
      height: 1px; }
  .single-post .post-meta-footer:after {
    content: '';
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px; }
  .single-post .post-meta-footer .post-meta-item-author {
    line-height: 1em; }
  .single-post .post-meta-footer .post-meta-item {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500; }
    .single-post .post-meta-footer .post-meta-item:not(:last-child) {
      margin-bottom: 20px; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
      text-align: center;
      margin: -10px 10px 0;
      font-size: 0;
      line-height: 1; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
        margin-bottom: 20px; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags a {
        display: inline-block;
        vertical-align: top;
        margin: 10px 1.5px 0;
        position: relative;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 11px;
        font-weight: 600;
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
      text-align: center; }

.post-password-form {
  margin: 2rem 0;
  position: relative;
  z-index: 2; }
  .post-password-form label {
    display: block;
    font-size: 0;
    line-height: 1;
    width: 100%; }
  .post-password-form input[type="submit"],
  .post-password-form button {
    width: 100%;
    margin: 10px 0 0; }

@media screen and (min-width: 576px) {
  .post-password-form p {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
  .post-password-form label {
    width: 50%; }
  .post-password-form input[type="submit"],
  .post-password-form button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 0 0 20px;
    width: auto; } }
@media screen and (min-width: 768px) {
  .single-post .post-meta-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .single-post .post-meta-footer .post-meta-item-author {
      line-height: 1.875em; }
    .single-post .post-meta-footer .post-meta-item:not(:last-child) {
      margin-bottom: 0; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
      text-align: right; }
    .single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
      text-align: left; }
      .single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
        margin-bottom: 0; } }
@media screen and (min-width: 992px) {
  .single-post > .post-title {
    line-height: 1.2222em; } }
/********** 404 Page **********/
.error-404-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  .error-404-container .error-404-header .logo-container {
    margin: 0; }
  .error-404-container .error-404-image {
    margin: 0 auto 15px auto; }
  .error-404-container .error-404-inner {
    padding: 40px 0; }
    .error-404-container .error-404-inner .error-404-content {
      max-width: 1170px;
      margin: 0 auto; }
    .error-404-container .error-404-inner .error-404-title {
      white-space: pre;
      max-width: 570px;
      margin-top: 30px; }
    .error-404-container .error-404-inner .error-404-button {
      position: relative;
      z-index: 2; }
      .error-404-container .error-404-inner .error-404-button:not(:first-child) {
        margin: 35px 0 0; }
    .error-404-container .error-404-inner .error-404-info-text {
      max-width: 570px; }
      .error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
        margin: 15px 0 0; }
  .error-404-container .error-404-footer .wrapper-socials {
    margin: -7px -5.5px; }
    .error-404-container .error-404-footer .wrapper-socials li {
      margin: 7px 5.5px;
      padding: 2px; }
    .error-404-container .error-404-footer .wrapper-socials a {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      text-align: center;
      width: 30px;
      height: 30px;
      font-size: 13px;
      line-height: 31px; }
  .error-404-container .error-404-bg-text {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    line-height: 220px; }
    .error-404-container .error-404-bg-text.position-top-left {
      font-size: 180px;
      top: 50%;
      left: 50%;
      right: initial;
      margin: -295px 0 0 -820px; }
    .error-404-container .error-404-bg-text.position-bottom-right {
      font-size: 200px;
      bottom: 50%;
      right: 50%;
      left: initial;
      margin: 0 -710px -455px 0; }

@media only screen and (min-width: 576px) {
  .error-404-container {
    padding: 30px 40px 80px 30px; }
    .error-404-container .error-404-inner {
      padding: 70px 0 40px; } }
@media only screen and (min-width: 768px) {
  .error-404-container .error-404-inner .error-404-info-text:not(:first-child) {
    margin: 30px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .error-404-container .error-404-inner {
    padding-top: 30px; } }
/********** Search Result Page **********/
.search-form {
  position: relative;
  padding: 4px; }
  .search-form .search-form-field {
    background: none;
    outline: none;
    padding: 8px 55px 8px 18px;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    border: solid 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-form .search-form-field::-webkit-input-placeholder {
      opacity: 1; }
    .search-form .search-form-field:-moz-placeholder {
      opacity: 1; }
    .search-form .search-form-field::-moz-placeholder {
      opacity: 1; }
    .search-form .search-form-field:-ms-input-placeholder {
      opacity: 1; }
  .search-form .search-form-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    z-index: 2;
    text-align: center;
    font: 400 normal 19px/20px 'fontello';
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search-form .search-form-icon:before {
      content: '\e81b'; }

.agrarium-no-results-title {
  text-align: center; }

.agrarium-no-result-search-form {
  max-width: 800px;
  margin: 0 auto; }
  .agrarium-no-result-search-form .search-form-icon {
    bottom: initial;
    top: 20px;
    right: 20px; }

/********** Portfolio Archive **********/
.elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .agrarium-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center; }
  .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .agrarium-heading .agrarium-heading-inner {
    display: block; }
  .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .agrarium-heading:not(:last-child) {
    margin-bottom: 50px; }
.elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .owl-dots {
  margin-top: 27px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .owl-dots .owl-dot:last-child {
    margin-right: 0; }

.portfolio-listing-wrapper {
  margin: -5px; }
  .portfolio-listing-wrapper.isotope-trigger:after {
    content: '';
    display: table;
    clear: both; }
  .portfolio-listing-wrapper.owl-carousel {
    width: calc(100% + 10px);
    margin: 0 -5px; }
  .portfolio-listing-wrapper .portfolio-item-wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link {
      display: block;
      position: relative;
      text-decoration: none; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-overlay {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s; }
        .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-overlay:before {
          display: block;
          position: absolute;
          font-size: 20px;
          line-height: 72px;
          font-weight: 600;
          width: 72px;
          height: 72px;
          text-align: center;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-color: #ffffff;
          top: 50%;
          left: 50%;
          right: auto;
          margin: -36px 0 0 -36px;
          z-index: 2; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-categories {
        font-size: 1.5625em;
        display: block; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-content {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        z-index: 2;
        line-height: 1.5625em; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media:before {
          content: '';
          position: absolute;
          display: block;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          left: 0;
          right: initial;
          bottom: 0;
          width: 100%;
          height: 28%;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background: -webkit-linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
          background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
          z-index: 2; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link img {
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 100%; }
      .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link:hover {
        -webkit-transform: scale(0.93, 0.93);
        -ms-transform: scale(0.93, 0.93);
        transform: scale(0.93, 0.93); }
        .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link:hover img {
          -webkit-transform: scale(1.17, 1.17);
          -ms-transform: scale(1.17, 1.17);
          transform: scale(1.17, 1.17); }
        .portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-link:hover .portfolio-item-overlay {
          opacity: 1; }
    .portfolio-listing-wrapper .portfolio-item-wrapper .post-title {
      font-weight: 700;
      font-size: 1.25em;
      letter-spacing: -0.02em;
      display: block; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .grid-sizer {
    display: block;
    width: 100%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper {
    padding: 0; }
    .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
      padding-bottom: 100%;
      position: relative;
      height: 0; }
    .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link {
      position: absolute;
      left: 5px;
      top: 5px;
      right: 5px;
      bottom: 5px; }
      .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item-link .portfolio-item-media img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .portfolio-listing-wrapper.portfolio-slider-wrapper .portfolio-item-link .portfolio-item-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 30px;
    z-index: 2; }
  .portfolio-listing-wrapper.portfolio-grid-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

@media only screen and (min-width: 576px) {
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .grid-sizer {
    display: block;
    width: 10%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-1 .portfolio-item-wrapper {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .grid-sizer {
    width: 33.3333%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper {
    width: 33.3333%; }
    .portfolio-listing-wrapper.portfolio-masonry-listing.columns-3 .portfolio-item-wrapper.portfolio-item-wide, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-6 .portfolio-item-wrapper.portfolio-item-wide {
      width: 66.6666%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-1 .grid-sizer {
    width: 100%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-1 .portfolio-item-wrapper {
    width: 100%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-2 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper {
    width: 50%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing .portfolio-item-wrapper .portfolio-item {
    padding-bottom: 80%; }

  .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .agrarium-heading {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px; }
    .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .agrarium-heading .agrarium-heading-inner {
      width: calc(100% - 30px); }
  .elementor-widget-agrarium_portfolio_listing .agrarium-portfolios-listing-widget .owl-dots {
    text-align: right;
    margin-top: 47px; }
  .elementor-widget-agrarium_portfolio_listing.title-alignment-left .agrarium-portfolios-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: left; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-left .agrarium-portfolios-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0 15px 0 0; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-left .agrarium-portfolios-listing-widget .agrarium-heading .owl-dots {
      margin-top: 0 -13px 0 2px; }
  .elementor-widget-agrarium_portfolio_listing.title-alignment-right .agrarium-portfolios-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-right .agrarium-portfolios-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0 0 0 15px; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-right .agrarium-portfolios-listing-widget .agrarium-heading .owl-dots {
      margin-top: 0 2px 0 -13px; }
  .elementor-widget-agrarium_portfolio_listing.title-alignment-center .agrarium-portfolios-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    text-align: center; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-center .agrarium-portfolios-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0; }
    .elementor-widget-agrarium_portfolio_listing.title-alignment-center .agrarium-portfolios-listing-widget .agrarium-heading .owl-dots {
      margin-top: 30px; }

  .portfolio-listing-wrapper.portfolio-grid-listing.columns-3 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 33.3333%; }
  .portfolio-listing-wrapper.portfolio-grid-listing.columns-4 .portfolio-item-wrapper, .portfolio-listing-wrapper.portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
    width: 25%; } }
@media only screen and (min-width: 992px) {
  .portfolio-grid-listing.columns-5 .portfolio-item-wrapper {
    width: 20%; }
  .portfolio-grid-listing.columns-6 .portfolio-item-wrapper {
    width: 16.6667%; }

  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .grid-sizer {
    width: 25%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-4 .portfolio-item-wrapper {
    width: 25%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .grid-sizer {
    width: 20%; }
  .portfolio-listing-wrapper.portfolio-masonry-listing.columns-5 .portfolio-item-wrapper {
    width: 20%; } }
/********** Single Portfolio **********/
.single-portfolio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .single-portfolio .portfolio-post-gallery {
    width: 100%;
    order: 2; }
    .single-portfolio .portfolio-post-gallery .single-post-gallery-image-item:not(:first-child) {
      margin: 10px 0 0; }
    .single-portfolio .portfolio-post-gallery .single-post-gallery-image-item img {
      position: relative;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .single-portfolio .portfolio-post-content {
    width: 100%;
    order: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single-portfolio .portfolio-post-content:not(:first-child) {
      padding: 0 0 65px; }
    .single-portfolio .portfolio-post-content .portfolio-post-title {
      margin-bottom: 0.7em;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
    .single-portfolio .portfolio-post-content .portfolio-post-subtitle {
      line-height: 1.0666em;
      letter-spacing: 0;
      margin-bottom: 0; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta:not(:first-child) {
      margin-top: 32px; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta .portfolio-post-meta-label {
      font-weight: 600; }
    .single-portfolio .portfolio-post-content .portfolio-features:not(:last-child) {
      margin-bottom: 40px; }
    .single-portfolio .portfolio-post-content .portfolio-features li {
      font-weight: 600;
      padding-left: 25px; }
      .single-portfolio .portfolio-post-content .portfolio-features li:before {
        width: 10px;
        height: 10px;
        top: 0.625em; }
      .single-portfolio .portfolio-post-content .portfolio-features li:not(:last-child) {
        margin-bottom: 10px; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta-item:not(:first-child) {
      margin-top: 4px; }
    .single-portfolio .portfolio-post-content .portfolio-post-meta-item .wrapper-socials {
      margin: -3px 0 0 3px;
      display: inline-block; }
    .single-portfolio .portfolio-post-content .portfolio-more-button .agrarium-button {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 186px; }

@media only screen and (min-width: 576px) {
  .single-portfolio .portfolio-post-content .portfolio-post-subtitle {
    font-size: 22px; } }
@media only screen and (min-width: 768px) {
  .single-portfolio {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .single-portfolio .portfolio-post-gallery {
      width: 45.3%;
      order: 1;
      padding: 0; }
    .single-portfolio .portfolio-post-content {
      width: 54.7%;
      order: 2; }
      .single-portfolio .portfolio-post-content:not(:first-child) {
        padding: 0 0 0 30px; }
      .single-portfolio .portfolio-post-content .portfolio-post-title {
        margin-bottom: 0.3em; } }
@media only screen and (min-width: 992px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 45px; }
  .single-portfolio .portfolio-post-content .portfolio-post-subtitle {
    margin-bottom: 0.5em;
    font-size: 1.875em; } }
@media only screen and (min-width: 1200px) {
  .single-portfolio .portfolio-post-content:not(:first-child) {
    padding: 0 0 0 70px; } }
/********** Services Archive **********/
.service-listing-wrapper {
  margin: 0 -15px -25px;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .service-listing-wrapper.service-grid-listing.columns-4 .service-item-icon {
    position: relative;
    padding-right: 0; }
    .service-listing-wrapper.service-grid-listing.columns-4 .service-item-icon .service-icon {
      margin-right: 15px;
      margin-top: 0.1em;
      width: 50px;
      height: 1em;
      font-size: 45px; }
  .service-listing-wrapper .service-item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .service-listing-wrapper .service-item .service-post-title {
      margin: 0;
      letter-spacing: -0.02em; }
    .service-listing-wrapper .service-item .service-item-excerpt {
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .service-listing-wrapper .service-item .service-item-excerpt:not(:first-child) {
        margin: 8px 0 0; }
    .service-listing-wrapper .service-item .service-item-icon {
      position: relative;
      padding-right: 0; }
      .service-listing-wrapper .service-item .service-item-icon .service-icon {
        margin-right: 15px;
        margin-top: 0.1em;
        width: 50px;
        height: 1em;
        font-size: 45px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
      .service-listing-wrapper .service-item .service-item-icon i {
        font-size: 1em;
        line-height: 1; }
  .service-listing-wrapper .service-item-wrapper {
    padding: 0 15px 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@media only screen and (min-width: 576px) {
  .service-listing-wrapper.service-grid-listing.columns-2 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper {
    width: 50%; } }
@media only screen and (max-width: 1024px) {
  .service-listing-wrapper .service-item {
    flex-wrap: wrap; }
    .service-listing-wrapper .service-item .service-item-icon,
    .service-listing-wrapper .service-item .service-item-content {
      width: 100%; }
    .service-listing-wrapper .service-item .service-item-icon {
      margin-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .service-listing-wrapper {
    margin: 0 -15px -65px; }
    .service-listing-wrapper .service-item-wrapper {
      padding: 0 15px 55px; }
    .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper {
      width: 33.3333%; }
    .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper {
      width: 25%; }
    .service-listing-wrapper.service-grid-listing.columns-4 .service-item .service-item-icon .service-icon {
      margin-right: 15px;
      margin-top: 0.1em;
      width: 1.18em;
      font-size: 45px; }
    .service-listing-wrapper .service-item .service-item-icon {
      position: relative;
      padding-right: 0; }
      .service-listing-wrapper .service-item .service-item-icon .service-icon {
        margin-right: 30px;
        margin-top: 0.1em;
        width: 1.18em;
        font-size: 59px; } }
@media only screen and (min-width: 1025px) {
  .service-listing-wrapper .service-item-wrapper {
    padding: 0 15px 65px; } }
/********** Single Service **********/
.single-service .post-media-wrapper {
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden; }
.single-service .service-post-content .post-title {
  margin-top: 25px;
  margin-bottom: 17px; }
.single-service .service-post-content .ul-columns-2 {
  margin-bottom: -30px; }
  .single-service .service-post-content .ul-columns-2 > div {
    display: inline-block;
    margin-bottom: 30px; }
    .single-service .service-post-content .ul-columns-2 > div:first-child {
      margin-right: 30px; }
    @media screen and (min-width: 992px) {
      .single-service .service-post-content .ul-columns-2 > div:first-child {
        margin-right: 130px; } }
.single-service .service-post-content ul li {
  padding-left: 35px; }
  .single-service .service-post-content ul li:not(:last-child) {
    margin-bottom: 10px; }
  .single-service .service-post-content ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    border: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
.single-service .benefits-wrapper {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(100% - 10px);
    padding: 0 5px 10px;
    display: inline-block;
    vertical-align: top; }
  .single-service .benefits-wrapper .benefit-item {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    padding: 32px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default; }
    .single-service .benefits-wrapper .benefit-item:hover {
      -webkit-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 18px 43px rgba(0, 0, 0, 0.05); }
  .single-service .benefits-wrapper .benefit-item-icon {
    width: 37px;
    height: 37px;
    text-align: center;
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .single-service .benefits-wrapper .benefit-item-icon i {
      font-size: 40px;
      line-height: 1;
      position: relative;
      z-index: 2; }
    .single-service .benefits-wrapper .benefit-item-icon .benefit-item-icon-bg {
      width: 52px;
      height: 52px;
      position: absolute;
      left: 50%;
      top: 50%;
      right: initial;
      margin: -26px 0 0 -26px;
      opacity: .07;
      overflow: hidden;
      -webkit-mask-image: url(../img/service-icon-bg2.svg);
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat; }
  .single-service .benefits-wrapper .benefit-item-title {
    width: 100%; }
    .single-service .benefits-wrapper .benefit-item-title h6 {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: -0.02em; }
    .single-service .benefits-wrapper .benefit-item-title:not(:first-child) {
      margin: 0 0 0 25px; }
.single-service .help-item {
  margin: 10px 0 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .single-service .help-item .help-item-title {
    padding: 11px 50px 11px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .single-service .help-item .help-item-title:after {
      content: '\e801';
      width: 20px;
      height: 20px;
      position: absolute;
      display: block;
      right: 15px;
      left: initial;
      top: 50%;
      margin: -10px 0 0;
      font: 400 normal 7px/20px 'fontello';
      text-align: center;
      -webkit-transition: transform 0.3s, margin 0.3s;
      transition: transform 0.3s, margin 0.3s; }
  .single-service .help-item .help-item-content {
    padding: 20px;
    display: none; }
  .single-service .help-item.active .help-item-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -12px 0 0; }

@media only screen and (min-width: 576px) {
  .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(50% - 10px);
    padding: 0 5px 10px; }
  .single-service .benefits-wrapper .benefit-item-title {
    width: auto; } }
@media only screen and (min-width: 768px) {
  .single-service .service-post-content .post-title {
    margin-top: 47px; }
  .single-service h3.post-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.03em; }
  .single-service .service_description {
    margin-bottom: 45px; }
  .single-service .benefits-wrapper {
    margin: 0 -15px -10px; }
    .single-service .benefits-wrapper .benefit-item-wrapper {
      width: calc(33.3333% - 30px);
      padding: 0 15px 30px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content-wrapper-sidebar-position-right .single-service .benefits-wrapper .benefit-item-wrapper,
  .content-wrapper-sidebar-position-left .single-service .benefits-wrapper .benefit-item-wrapper {
    width: calc(50% - 30px); }
    .content-wrapper-sidebar-position-right .single-service .benefits-wrapper .benefit-item-wrapper .benefit-item,
    .content-wrapper-sidebar-position-left .single-service .benefits-wrapper .benefit-item-wrapper .benefit-item {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
/********** Team Members Archive **********/
.team-listing-wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .team-listing-wrapper .team-item-wrapper {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

.team-item {
  overflow: hidden;
  position: relative; }
  .team-item:hover .team-item-media img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-item:hover .team-item-socials .team-socials.wrapper-socials {
    transform: translateX(0); }
  .team-item .team-item-link {
    display: block;
    text-decoration: none; }
  .team-item .team-item-media {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 304px; }
    .team-item .team-item-media img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top center;
      object-position: top center;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
  .team-item .team-item-content {
    display: block;
    text-align: center;
    padding: 0 0 15px; }
    .team-item .team-item-content:not(:first-child) {
      margin: 24px 0 0; }
  .team-item .post-title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: -0.02em;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .team-item .team-item-position {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
  .team-item .team-item-socials {
    position: absolute;
    height: 48px;
    left: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center; }
    .team-item .team-item-socials > .socials-trigger {
      font-size: 21px;
      width: 50px;
      height: 48px;
      line-height: 48px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      z-index: 1; }
    .team-item .team-item-socials .team-socials.wrapper-socials {
      position: absolute;
      padding-left: 5px;
      padding-right: 10px;
      height: 48px;
      left: 50px;
      margin: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .team-item .team-item-socials .team-socials.wrapper-socials a {
        font-size: 14px;
        background: none; }
      .team-item .team-item-socials .team-socials.wrapper-socials li {
        margin: 0 6px; }

@media only screen and (min-width: 576px) {
  .team-listing-wrapper.columns-2 .team-item-wrapper, .team-listing-wrapper.columns-3 .team-item-wrapper, .team-listing-wrapper.columns-4 .team-item-wrapper, .team-listing-wrapper.columns-5 .team-item-wrapper, .team-listing-wrapper.columns-6 .team-item-wrapper {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .team-listing-wrapper.columns-3 .team-item-wrapper {
    width: 33.3333%; }
  .team-listing-wrapper.columns-4 .team-item-wrapper {
    width: 25%; }
  .team-listing-wrapper.columns-5 .team-item-wrapper {
    width: 20%; }
  .team-listing-wrapper.columns-6 .team-item-wrapper {
    width: 16.6667%; } }
/********** Single Portfolio **********/
.single-team .section-accent-bg {
  padding: 70px 0; }
  .single-team .section-accent-bg .content-wrapper {
    margin: 0 auto; }
.single-team .content-wrapper {
  display: block; }
.single-team .team-short-info-position {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1px 0 0; }
.single-team .team-short-info-text:not(:first-child) {
  margin: 11px 0 0; }
.single-team .team-short-contact-button:not(:first-child) {
  margin: 30px 0 0; }
.single-team .team-short-contact-button .agrarium-button {
  padding-left: 30px;
  padding-right: 30px; }
.single-team .team-short-info-media img {
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.single-team .team-skills ul li,
.single-team .team-values ul li {
  font-weight: 600; }
.single-team .team-personal-info-item {
  font-weight: 600; }
.single-team .team-socials.wrapper-socials {
  margin-top: -5px; }

.special-title {
  position: relative;
  padding: 19px 0 0; }
  .special-title .special-title-backward {
    position: absolute;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .3;
    white-space: nowrap;
    top: 0;
    left: 0.4em;
    right: initial; }
  .special-title h1, .special-title h2, .special-title h3, .special-title h4, .special-title h5, .special-title h6 {
    position: relative;
    z-index: 2;
    margin: 0 !important; }

.team-experience-list .team-experience-item {
  padding: 0 0 0 30px;
  position: relative; }
  .team-experience-list .team-experience-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    right: initial;
    top: .5625em;
    border-style: solid;
    border-width: 3px; }
  .team-experience-list .team-experience-item:not(:first-child) {
    margin: 20px 0 0; }
.team-experience-list .team-experience-item-title {
  font-weight: 600; }
.team-experience-list .team-experience-item-period {
  font-weight: 500;
  font-size: .875em;
  line-height: 1.5714em; }
.team-experience-list .team-experience-item-description:not(:first-child) {
  margin: .625em 0 0; }

.team-short-info-wrapper .team-short-info-media:not(:first-child) {
  margin: 50px 0 0; }

.team-biography-wrapper .team-biography-text:not(:first-child) {
  margin: 2.125em 0 0; }

.team-data-wrapper:not(:first-child),
.team-data-wrapper .team-skills:not(:first-child),
.team-data-wrapper .team-values:not(:first-child) {
  margin: 50px 0 0; }

.team-expirience .team-expirience-wrapper:not(:first-child) {
  margin: 2.125em 0 0; }
.team-expirience .team-expirience-professional:not(:first-child) {
  margin: 50px 0 0; }

@media only screen and (min-width: 768px) {
  .single-team .section-accent-bg {
    padding: 134px 0; }
  .single-team .team-short-contact-button:not(:first-child) {
    margin: 50px 0 0; }

  .special-title {
    padding: 47px 0 0; }
    .special-title .special-title-backward {
      font-size: 100px; } }
@media only screen and (min-width: 992px) {
  .team-short-info-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-short-info-wrapper .team-short-info-text,
    .team-short-info-wrapper .team-short-info-media {
      width: 50%;
      padding: 0 15px; }

  .team-biography-wrapper {
    margin: 0 -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-biography-wrapper .team-biography-title,
    .team-biography-wrapper .team-biography-text {
      width: 50%;
      padding: 0 30px;
      position: relative; }
    .team-biography-wrapper .team-biography-text, .team-biography-wrapper .team-biography-text:not(:first-child) {
      margin: 0; }
    .team-biography-wrapper .team-biography-text:not(:first-child):before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 8px;
      right: initial;
      width: 1px; }

  .team-data-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-data-wrapper:not(:first-child) {
      margin: 60px -15px 0; }
    .team-data-wrapper .team-personal-info,
    .team-data-wrapper .team-skills,
    .team-data-wrapper .team-values {
      width: 33.3333%;
      padding: 0 15px; }
      .team-data-wrapper .team-personal-info:not(:first-child),
      .team-data-wrapper .team-skills:not(:first-child),
      .team-data-wrapper .team-values:not(:first-child) {
        margin: 0; }

  .team-expirience .team-expirience-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .team-expirience .team-expirience-wrapper:not(:first-child) {
      margin: 2.125em -15px 0; }
    .team-expirience .team-expirience-wrapper .team-expirience-education,
    .team-expirience .team-expirience-wrapper .team-expirience-professional {
      width: 50%;
      padding: 0 15px; }
      .team-expirience .team-expirience-wrapper .team-expirience-education:not(:first-child),
      .team-expirience .team-expirience-wrapper .team-expirience-professional:not(:first-child) {
        margin: 0; } }
.post-categories {
  margin: 0 -5px -5px 0;
  font-size: 0;
  line-height: 1; }
  .post-categories .post-category-item {
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 25px;
    line-height: 1.28em;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }

/*********** Comments ***********/
.post-comments-list {
  padding: 32px 0 0; }
  .post-comments-list .post-comment-wrapper.depth-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 41px; }

.post-comments-wrapper:not(:first-child) {
  margin: 70px 0 0; }
.post-comments-wrapper > .comment-respond:not(:first-child) {
  margin: 70px 0 0; }
.post-comments-wrapper .post-comments-title {
  font-size: 25px !important;
  font-weight: 700;
  position: relative;
  margin-bottom: 0; }
  .post-comments-wrapper .post-comments-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 62px;
    height: 14px;
    z-index: -1;
    background: left/cover no-repeat url(../img/widget-title-icon.png); }

.comment-respond .comment-reply-title {
  font-size: 25px;
  font-weight: 700;
  position: relative; }
  .comment-respond .comment-reply-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.3em;
    width: 62px;
    height: 14px;
    z-index: -1;
    background: left/cover no-repeat url(../img/widget-title-icon.png); }
  .comment-respond .comment-reply-title small {
    font-size: 60%;
    margin: 0 0 0 6px; }

.post-comment-avatar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  float: left; }
  .post-comment-avatar .avatar {
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: auto;
    margin: 3px 15px 0 0; }
  .post-comment-avatar + .post-comment-main .post-comment-meta {
    margin-left: 60px; }

.post-comment-main {
  width: 100%;
  min-width: 0; }

.post-comment-info {
  margin: 0; }

.post-comment-meta {
  margin-top: -1px; }

.post-comment-author {
  line-height: 1.4em;
  font-weight: 700; }

.post-comment-buttons {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  margin: 10px -3px 0 -2px; }
  .post-comment-buttons a {
    margin: 0 3px 0 2px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 0 7px 0 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 21px; }

.post-comment-content {
  clear: both; }
  .post-comment-content:not(:first-child) {
    padding-top: 15px; }

.post-comment-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4286em;
  letter-spacing: -0.02em; }
  .post-comment-date:not(:first-child) {
    margin-top: 5px; }

.post-comment-wrapper {
  margin-top: 38px; }
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 38px 0 0 30px; }

.post-comments-list > .post-comment-wrapper:first-child {
  margin-top: 0; }
.post-comments-list > .comment-respond:not(:first-child) {
  margin-top: 38px; }

.comment-form {
  position: relative;
  z-index: 2; }
  .comment-form .submit {
    margin: 23px 0 0;
    min-width: 196px !important; }
  .comment-form .form-field {
    font-size: 14px; }

.form-fields {
  margin: -20px -10px 0;
  position: relative; }
  .form-fields:after {
    content: '';
    display: table;
    clear: both; }
  .form-fields .form-field {
    margin: 20px 10px 0;
    width: calc(100% - 20px);
    float: left; }
    .form-fields .form-field.form-message {
      margin-top: 20px; }
    .form-fields .form-field.form-cookies {
      margin-top: 16px; }
      .form-fields .form-field.form-cookies input[type="checkbox"] {
        background: none;
        border-width: 1px;
        margin-right: 10px; }
        .form-fields .form-field.form-cookies input[type="checkbox"]:before {
          left: 1px;
          top: 1px; }
      .form-fields .form-field.form-cookies label {
        font-size: 16px;
        font-weight: 600; }

.woocommerce #review_form #respond textarea {
  width: calc(100% - 20px); }

.comment-navigation {
  margin: 30px 0 0; }
  .comment-navigation .nav-previous {
    text-align: left; }
  .comment-navigation .nav-next {
    text-align: right; }

@media only screen and (min-width: 576px) {
  .post-comment-wrapper {
    margin-top: 38px; }
    .post-comment-wrapper > .post-comment-wrapper,
    .post-comment-wrapper > .comment-respond {
      margin: 38px 0 0 50px; }

  .post-comment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }

  .post-comment-avatar .avatar {
    width: 70px;
    margin: 0 30px 0 0; }
  .post-comment-avatar + .post-comment-main .post-comment-meta {
    margin-left: 0; }

  .post-comment-info {
    margin: -2px 30px 0 0; }

  .post-comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }

  .post-comment-buttons {
    margin: 0 -3px 0 -2px; }

  .post-comment-date {
    font-size: 16px; }

  .form-fields .form-name,
  .form-fields .form-url,
  .form-fields .form-email {
    width: calc(50% - 20px); } }
@media only screen and (min-width: 768px) {
  .post-comments-wrapper .post-comments-title {
    margin-bottom: 0.8333em; }

  .post-comment-wrapper:not(:first-child) {
    margin: 50px 0 0; }
  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 40px 0 0 100px; } }
@media only screen and (min-width: 992px) {
  .post-comments-wrapper:not(:first-child) {
    margin: 120px 0 0; }
  .post-comments-wrapper > .comment-respond:not(:first-child) {
    margin: 94px 0 0; } }
@media only screen and (min-width: 1200px) {
  .post-comment-avatar .avatar {
    width: auto; }

  .post-comment-wrapper > .post-comment-wrapper,
  .post-comment-wrapper > .comment-respond {
    margin: 40px 0 0 139px; } }
.post-media-wrapper {
  position: relative; }

.post-gallery-carousel .item + .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0; }

.post-quote {
  overflow: hidden;
  position: relative;
  padding: 1.5em 1em 1.5em 4em;
  display: block;
  text-decoration: none;
  max-width: none;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .post-quote:before {
    content: '"';
    position: absolute;
    display: block;
    left: 0.2em;
    right: initial;
    top: 0.3em;
    font: 400 normal 100px/1.3em 'Herbarium';
    letter-spacing: normal; }
  .post-quote .post-quote-text {
    font-size: 1em;
    line-height: 1.6667em;
    font-weight: 700;
    position: relative;
    z-index: 3;
    letter-spacing: -0.005em; }
  .post-quote .post-quote-author {
    font-size: .875em;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    z-index: 3;
    padding: 0 0 0 2.625em; }
    .post-quote .post-quote-author:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: initial;
      width: 1.75em;
      height: 0;
      top: 1.125em;
      border-top: solid 1px; }
    .post-quote .post-quote-author:not(:first-child) {
      margin: .6875em 0 0; }

.elementor-widget-agrarium_blog_listing .blog-item .post-media-wrapper picture,
.standard-blog-item-wrapper .blog-item .post-media-wrapper picture,
.grid-blog-item-wrapper .blog-item .post-media-wrapper picture {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.elementor-widget-agrarium_blog_listing .blog-item .post-media-wrapper .mejs-poster,
.elementor-widget-agrarium_blog_listing .blog-item .post-media-wrapper img,
.standard-blog-item-wrapper .blog-item .post-media-wrapper .mejs-poster,
.standard-blog-item-wrapper .blog-item .post-media-wrapper img,
.grid-blog-item-wrapper .blog-item .post-media-wrapper .mejs-poster,
.grid-blog-item-wrapper .blog-item .post-media-wrapper img {
  -webkit-transform: scale(1.05) translateX(0);
  -ms-transform: scale(1.05) translateX(0);
  transform: scale(1.05) translateX(0);
  will-change: transform;
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1); }
.elementor-widget-agrarium_blog_listing .blog-item:hover .post-media-wrapper .mejs-poster,
.elementor-widget-agrarium_blog_listing .blog-item:hover .post-media-wrapper img,
.standard-blog-item-wrapper .blog-item:hover .post-media-wrapper .mejs-poster,
.standard-blog-item-wrapper .blog-item:hover .post-media-wrapper img,
.grid-blog-item-wrapper .blog-item:hover .post-media-wrapper .mejs-poster,
.grid-blog-item-wrapper .blog-item:hover .post-media-wrapper img {
  -webkit-transform: scale(1.05) translateX(7px);
  -ms-transform: scale(1.05) translateX(7px);
  transform: scale(1.05) translateX(7px); }

@media only screen and (min-width: 768px) {
  .post-quote {
    padding: 2.625em 2.8125em 2.625em 9.375em; }
    .post-quote:before {
      font-size: 150px;
      line-height: 1.333em;
      left: 0.5em; }
    .post-quote .post-quote-text {
      font-size: 112.5%; }
    .post-quote .post-quote-author {
      padding: 0 0 0 3.125em;
      font-size: 1em; }
      .post-quote .post-quote-author:before {
        width: 2.25em; } }
@media only screen and (max-width: 991px) {
  .post-media-wrapper .wp-video .mejs-video {
    height: 37.6vw !important; }
  .post-media-wrapper .wp-video .mejs-mediaelement iframe {
    height: 37.6vw !important; } }
@media only screen and (max-width: 575px) {
  .post-media-wrapper .wp-video .mejs-video {
    height: 50.8187vw !important; }
  .post-media-wrapper .wp-video .mejs-mediaelement iframe {
    height: 50.8187vw !important; } }
/*********** Post Meta ***********/
.agrarium_post_meta {
  font-size: 0;
  line-height: 1; }
  .agrarium_post_meta .agrarium_post_meta_item {
    display: inline-block;
    vertical-align: top;
    color: #b6b6b6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    margin: 0; }
    .agrarium_post_meta .agrarium_post_meta_item:not(:last-child) {
      padding: 0 25px 0 0; }
      .agrarium_post_meta .agrarium_post_meta_item:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        left: auto;
        top: 9px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .agrarium_post_meta .agrarium_post_meta_item.meta_item_tags a:before {
      content: '#'; }
    .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials {
      padding: 0;
      list-style: none;
      font-size: 0;
      line-height: 1;
      margin: 20px 0 0; }
      .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials li {
        margin: 0 8px;
        display: inline-block;
        vertical-align: middle;
        padding: 0; }
        .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials li:first-child {
          margin: 0 8px 0 0; }
        .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials li:last-child {
          margin: 0 0 0 8px; }
        .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials li:before {
          content: none;
          display: none; }
      .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials a {
        text-align: center;
        display: block;
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s;
        width: 2.3077em;
        height: 2.3077em;
        font: 400 normal 13px/2.3077em 'Font Awesome 5 Free';
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #eceae4; }
        .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials a:hover {
          color: #ffffff; }
    .agrarium_post_meta .agrarium_post_meta_item a {
      color: inherit; }

.post-meta-header {
  line-height: 1; }
  .post-meta-header:not(:first-child) {
    margin: 28px 0 0; }
  .post-meta-header .post-meta-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 500; }

.post-meta-header .post-meta-item-date:not(:last-child) {
  margin-right: 20px; }
  .post-meta-header .post-meta-item-date:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

@media only screen and (min-width: 576px) {
  .agrarium_post_meta .agrarium_post_meta_item.meta_item_socials {
    margin: 0; } }
/********** Post Navigation **********/
.post-navigation {
  margin: 60px 0 0; }
  .post-navigation .post-navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .post-navigation .post-navigation-item {
    padding: 0; }
    .post-navigation .post-navigation-item:before {
      content: none;
      display: none; }
    .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
      display: inline-block;
      content: '\e80d';
      font: 400 normal .6em/3em 'fontello';
      margin: -3px 1em 0 0;
      vertical-align: middle; }
    .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
      display: inline-block;
      content: '\e824';
      font: 400 normal .6em/3em 'fontello';
      margin: -3px 0 0 1em;
      vertical-align: middle; }
  .post-navigation .archive-icon-link {
    margin: 0 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .post-navigation .archive-icon-link .archive-icon {
      display: block;
      font: 400 normal 20px/1em 'fontello';
      width: 20px; }
      .post-navigation .archive-icon-link .archive-icon:before {
        content: '\e82a'; }
  .post-navigation .post-navigation-link {
    position: relative;
    z-index: 2; }
    .post-navigation .post-navigation-link a {
      display: inline-block;
      font-weight: 700;
      font-size: 16px; }
  .post-navigation .post-navigation-block {
    margin: 30px 0 0;
    display: none; }
  .post-navigation .prev-post {
    width: 50%; }
    .post-navigation .prev-post .post-navigation-image {
      margin: 0 30px 0 0; }
  .post-navigation .next-post {
    width: 50%;
    text-align: right; }
    .post-navigation .next-post .post-navigation-image {
      margin: 0 0 0 30px; }
  .post-navigation .post-navigation-image {
    width: 70px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .post-navigation .post-navigation-image img {
      position: relative;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .post-navigation .post-navigation-title {
    font-weight: 700;
    line-height: 1.6875em; }
  .post-navigation .post-navigation-categories {
    margin: 3px 0 0;
    font-size: .875em;
    line-height: 2em;
    font-weight: 500; }
  .post-navigation .post-navigation-content {
    position: relative;
    top: 2px; }

@media only screen and (min-width: 576px) {
  .post-navigation .post-navigation-item .post-navigation-link a {
    font-size: 20px; } }
@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: 100px 0 0; }
    .post-navigation .archive-icon-link {
      margin: 0 30px; }
      .post-navigation .archive-icon-link.with-labels {
        margin-top: 54px; }
    .post-navigation .prev-post .post-navigation-block {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .post-navigation .next-post {
      text-align: right; }
      .post-navigation .next-post .post-navigation-block {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
    .post-navigation .prev-post,
    .post-navigation .next-post {
      width: 40%;
      max-width: 270px; }
    .post-navigation .post-navigation-item.prev-post .post-navigation-link a:before {
      margin: -3px 1.5em 0 0; }
    .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
      margin: -3px 0 0 1.5em; } }
@media only screen and (min-width: 992px) {
  .post-navigation {
    margin: 140px 0 0; }
    .post-navigation .prev-post,
    .post-navigation .next-post {
      width: 18%; } }
/*********** Pagination ***********/
.content-pagination:not(:first-child) {
  margin-top: 40px; }
.content-pagination .pagination {
  display: block;
  position: relative;
  z-index: 2; }
.content-pagination .nav-links {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1;
  text-align: center; }
.content-pagination .page-numbers,
.content-pagination .post-page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
  padding: 0 5px;
  min-width: 46px;
  height: 46px;
  position: relative;
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  overflow: hidden; }
  .content-pagination .page-numbers.dots,
  .content-pagination .post-page-numbers.dots {
    cursor: default;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: auto; }
  .content-pagination .page-numbers.current,
  .content-pagination .post-page-numbers.current {
    cursor: default; }
  .content-pagination .page-numbers .button-icon,
  .content-pagination .post-page-numbers .button-icon {
    display: inline-block;
    vertical-align: top;
    font: 400 normal 10px/43px 'fontello'; }
  .content-pagination .page-numbers.prev,
  .content-pagination .post-page-numbers.prev {
    margin-left: 5px; }
    .content-pagination .page-numbers.prev .button-icon:before,
    .content-pagination .post-page-numbers.prev .button-icon:before {
      content: '\e80d'; }
  .content-pagination .page-numbers.next,
  .content-pagination .post-page-numbers.next {
    margin-right: 5px; }
    .content-pagination .page-numbers.next .button-icon:before,
    .content-pagination .post-page-numbers.next .button-icon:before {
      content: '\e824'; }

.filter-control-wrapper {
  padding: 0;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1170px; }
  .filter-control-wrapper .filter-control-list .dots {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    font-size: 0;
    line-height: 1; }
    .filter-control-wrapper .filter-control-list .dots .dot {
      display: inline-block;
      vertical-align: bottom;
      font-weight: 600;
      margin: 0 10px !important;
      position: relative;
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .filter-control-wrapper .filter-control-list .dots .dot:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        right: initial;
        transition: width 0.3s;
        opacity: 0; }
      .filter-control-wrapper .filter-control-list .dots .dot:hover:before {
        width: 22px;
        opacity: 1; }
      .filter-control-wrapper .filter-control-list .dots .dot.active {
        cursor: default;
        font-weight: 700; }
        .filter-control-wrapper .filter-control-list .dots .dot.active:before {
          width: 22px;
          opacity: 1; }

.elementor-section.elementor-section-full_width >
.elementor-container >
.elementor-row >
.elementor-column >
.elementor-column-wrap >
.elementor-widget-wrap
.filter-control-wrapper {
  max-width: 1250px;
  padding: 0 20px; }

@media only screen and (min-width: 768px) {
  .filter-control-wrapper {
    margin: 0 auto 50px; }
    .filter-control-wrapper .filter-control-list .dots {
      margin: 0 -16px; }
      .filter-control-wrapper .filter-control-list .dots .dot {
        margin: 0 16px !important; }

  .elementor-section.elementor-section-full_width >
  .elementor-container >
  .elementor-row >
  .elementor-column >
  .elementor-column-wrap >
  .elementor-widget-wrap
  .filter-control-wrapper {
    padding: 0 30px; } }
@media only screen and (min-width: 992px) {
  .elementor-section.elementor-section-full_width >
  .elementor-container >
  .elementor-row >
  .elementor-column >
  .elementor-column-wrap >
  .elementor-widget-wrap
  .filter-control-wrapper {
    padding: 0 40px; } }
/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
  margin-top: 95px; }

/********** Social Buttons **********/
.content-wrapper .wrapper-socials {
  margin: -15px -7px 0 -8px; }
  .content-wrapper .wrapper-socials li {
    margin: 15px 7px 0 8px;
    padding: 0; }
  .content-wrapper .wrapper-socials a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: content-box; }

/********** Production Archive **********/
.elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget.offset .owl-nav {
  max-width: 1170px; }
.elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center; }
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading .agrarium-heading-inner {
    display: block; }
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading .owl-dots {
    margin-top: 30px; }
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading:not(:last-child) {
    margin-bottom: 50px; }
.elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper .owl-dots {
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper .owl-dots {
        padding-right: 0; } }
  @media screen and (min-width: 992px) {
    .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper {
      max-width: 1170px;
      margin: auto; } }

.production-grid-listing {
  counter-reset: production-counter; }
  .production-grid-listing .agrarium_production_header {
    margin-bottom: 10px; }
  .production-grid-listing .production-item-wrapper:not(:first-child) {
    margin-top: 70px; }
  .production-grid-listing .production-item-wrapper .production-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -15px;
    counter-increment: production-counter; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-column {
      position: relative;
      padding: 0 15px;
      width: 50%;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-media {
      padding-left: 32px; }
      .production-grid-listing .production-item-wrapper .production-item .production-item-media img {
        -webkit-border-radius: 3px 3px 3px 80px;
        border-radius: 3px 3px 3px 80px; }
      .production-grid-listing .production-item-wrapper .production-item .production-item-media .production-item-subtitle {
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        padding: 10px;
        min-height: 110px;
        width: 100px;
        top: 25px;
        left: 15px;
        font-size: 1.2em; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-counter {
      display: block;
      font-size: 1.875em;
      line-height: 1.0666em; }
      @media screen and (max-width: 767px) {
        .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-counter {
          font-size: 1.2em; } }
      .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-counter:before {
        content: "0" counter(production-counter); }
    .production-grid-listing .production-item-wrapper .production-item .production-item-content .post-content {
      margin-bottom: 15px; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-content .read-more-button {
      line-height: 0; }
      .production-grid-listing .production-item-wrapper .production-item .production-item-content .read-more-button .agrarium-button {
        min-width: 186px; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features:not(:last-child) {
      margin-bottom: 22px; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features .production-features > li {
      font-weight: 600; }
      .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features .production-features > li:not(:last-child) {
        margin-bottom: 10px; }
      .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features .production-features > li:before {
        width: 10px;
        height: 10px;
        top: 0.625em; }
  .production-grid-listing .production-item-wrapper:nth-child(2n) .production-item {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.content-wrapper .production-features > li {
  font-weight: 600;
  padding-left: 24px; }
  .content-wrapper .production-features > li:not(:last-child) {
    margin-bottom: 10px; }
  .content-wrapper .production-features > li:before {
    width: 10px;
    height: 10px;
    top: 0.625em; }
  .content-wrapper .production-features > li strong {
    margin-left: 20px; }

.production-slider-listing {
  margin: -5px; }
  .production-slider-listing.isotope-trigger:after {
    content: '';
    display: table;
    clear: both; }
  .production-slider-listing.owl-carousel {
    width: calc(100% + 10px);
    margin: 0 -5px; }
  .production-slider-listing .production-item-wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .production-slider-listing .production-item-wrapper .production-item {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .production-slider-listing .production-item-wrapper .production-item .agrarium_production_header {
        padding: 35px 30px 50px;
        position: relative; }
      .production-slider-listing .production-item-wrapper .production-item .production_term_link {
        position: absolute;
        bottom: 0;
        left: 27px;
        font-size: 1.5625em;
        padding: 5px 10px;
        z-index: 3;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
    .production-slider-listing .production-item-wrapper .production-item-link {
      display: block;
      position: relative;
      text-decoration: none; }
      .production-slider-listing .production-item-wrapper .production-item-link .production-item-media {
        display: block;
        overflow: hidden;
        position: relative;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .production-slider-listing .production-item-wrapper .production-item-link img {
        width: 100%;
        position: relative;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .production-slider-listing .production-item-wrapper .production-item-link:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .production-slider-listing .production-item-wrapper .post-title {
      letter-spacing: -0.02em;
      margin-bottom: 10px; }

@media only screen and (min-width: 576px) {
  .production-grid-listing .production-item-wrapper .production-item .production-item-media {
    padding-left: 52px; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-media .production-item-subtitle {
      padding: 20px;
      min-height: 197px;
      width: 186px;
      top: 50px;
      font-size: 1.875em;
      line-height: 1.3333em; } }
@media only screen and (max-width: 767px) {
  .production-grid-listing .production-item-wrapper .production-item .production-item-column {
    width: 100%; }
    .production-grid-listing .production-item-wrapper .production-item .production-item-column:last-child {
      margin-top: 40px; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features:not(:last-child) {
    margin-bottom: 40px; } }
@media only screen and (min-width: 768px) {
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .owl-dots-wrapper .owl-dots {
    margin-top: 67px; }
  .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px; }
    .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading .agrarium-heading-inner {
      width: calc(100% - 30px); }
    .elementor-widget-agrarium_production_listing .agrarium-productions-listing-widget .agrarium-heading .owl-dots {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
  .elementor-widget-agrarium_production_listing.title-alignment-left .agrarium-productions-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: left; }
    .elementor-widget-agrarium_production_listing.title-alignment-left .agrarium-productions-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0 15px 0 0; }
    .elementor-widget-agrarium_production_listing.title-alignment-left .agrarium-productions-listing-widget .agrarium-heading .owl-dots {
      margin-top: 0 -13px 0 2px; }
  .elementor-widget-agrarium_production_listing.title-alignment-right .agrarium-productions-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    text-align: right; }
    .elementor-widget-agrarium_production_listing.title-alignment-right .agrarium-productions-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0 0 0 15px; }
    .elementor-widget-agrarium_production_listing.title-alignment-right .agrarium-productions-listing-widget .agrarium-heading .owl-dots {
      margin-top: 0 2px 0 -13px; }
  .elementor-widget-agrarium_production_listing.title-alignment-center .agrarium-productions-listing-widget .agrarium-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    text-align: center; }
    .elementor-widget-agrarium_production_listing.title-alignment-center .agrarium-productions-listing-widget .agrarium-heading .agrarium-heading-inner {
      margin: 0; }
    .elementor-widget-agrarium_production_listing.title-alignment-center .agrarium-productions-listing-widget .agrarium-heading .owl-dots {
      margin-top: 30px; }

  .production-grid-listing .production-item-wrapper .production-item .production-item-media .production-item-subtitle {
    padding: 10px;
    min-height: 110px;
    width: 100px;
    top: 25px;
    left: 15px;
    font-size: 1.2em; }
  .production-grid-listing .production-item-wrapper:nth-child(2n+1) .production-item .production-item-content {
    padding-left: 15px; } }
@media only screen and (min-width: 992px) {
  .production-grid-listing .production-item-wrapper:not(:first-child) {
    margin-top: 100px; }
  .production-grid-listing .production-item-wrapper:nth-child(2n+1) .production-item .production-item-content {
    padding-left: 30px; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-media .production-item-subtitle {
    padding: 20px;
    min-height: 197px;
    width: 186px;
    top: 50px;
    font-size: 1.875em;
    line-height: 1.3333em; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-counter {
    margin-bottom: 15px; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-content .agrarium_production_header {
    margin-bottom: 12px; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-content .post-content {
    padding-right: 50px;
    margin-bottom: 23px; }
  .production-grid-listing .production-item-wrapper .production-item .production-item-content .production-item-features:not(:last-child) {
    margin-bottom: 42px; } }
/********** Single Production **********/
.single-production .production-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px; }
  .single-production .production-item .production-item-column {
    position: relative;
    padding: 0 15px;
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .single-production .production-item .production-item-column:last-child {
      margin-top: 50px; }
  .single-production .production-item .production-item-media img {
    -webkit-border-radius: 3px 3px 3px 80px;
    border-radius: 3px 3px 3px 80px;
    width: 100%; }
  .single-production .production-item .production-item-subtitle {
    line-height: 1.0666em;
    letter-spacing: 0;
    margin-bottom: 5px; }
  .single-production .production-item .post-title {
    margin-top: 0;
    margin-bottom: 10px; }
  .single-production .production-item .production-description {
    margin-bottom: 35px; }
  .single-production .production-item .production-item-features .production-item-features-title {
    display: block;
    font-size: 1.4375em;
    line-height: 1.17em;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 1.2em; }
  .single-production .production-item .production-item-features .production-features {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px -20px -15px; }
    .single-production .production-item .production-item-features .production-features.column-1, .single-production .production-item .production-item-features .production-features.column-2 {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .single-production .production-item .production-item-features .production-features li {
      text-align: center;
      max-width: 50%;
      padding: 0 15px;
      font-size: 1em;
      line-height: 1.35em;
      font-weight: bold;
      letter-spacing: -0.02em;
      margin-bottom: 20px; }
      .single-production .production-item .production-item-features .production-features li .feature-item-icon {
        font-size: 48px;
        margin-bottom: 15px; }
      .single-production .production-item .production-item-features .production-features li:before {
        display: none; }
      .single-production .production-item .production-item-features .production-features li img {
        margin: 0 auto; }
        .single-production .production-item .production-item-features .production-features li img + span {
          margin-top: 15px; }
      .single-production .production-item .production-item-features .production-features li svg {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px; }
        .single-production .production-item .production-item-features .production-features li svg + span {
          margin-top: 15px; }
      .single-production .production-item .production-item-features .production-features li span {
        display: block; }

@media only screen and (min-width: 576px) {
  .single-production .production-item .production-item-media {
    padding-right: 22px; }
    .single-production .production-item .production-item-media img {
      width: auto; }
  .single-production .production-item .production-item-subtitle {
    font-size: 22px; }
  .single-production .production-item .production-item-features .production-features li {
    max-width: 33.3333%; } }
@media only screen and (min-width: 992px) {
  .single-production .production-item .production-item-column {
    width: 50%; }
    .single-production .production-item .production-item-column:last-child {
      margin-top: 0; }
  .single-production .production-item .production-item-features .production-features {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0; }
    .single-production .production-item .production-item-features .production-features li {
      margin-bottom: 0; }
  .single-production .production-item .production-item-media {
    padding-right: 52px; }
  .single-production .production-item .production-item-subtitle {
    margin-bottom: 0.5em;
    font-size: 1.875em; }
  .single-production .production-item .production-item-features .production-features {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .single-production .production-item .production-item-features .production-features li {
      max-width: 33.3333%;
      font-size: 1.25em; }
    .single-production .production-item .production-item-features .production-features.column-1 li, .single-production .production-item .production-item-features .production-features.column-2 li {
      max-width: 50%; } }
/********** Accordion Element **********/
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border-width: 1px;
  border-style: solid;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: none; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-of-type) {
    margin-bottom: 10px; }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: 1px;
    border-style: solid; }
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  padding: 11px 20px 13px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 28px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right, .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
      text-align: center; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
      margin-left: 20px;
      order: 2; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
      margin-right: 20px;
      order: 0; }
    .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon i {
      line-height: 26px; }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    width: 100%; }
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 12px 15px 25px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0; }

@media only screen and (min-width: 768px) {
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    padding: 11px 20px 13px 15px; } }
/********** Icon Ad Banner Element **********/
.banner-widget {
  margin: 0 auto; }
  .banner-widget .banner-inner {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .banner-widget .banner-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: transform .6s, -webkit-transform .6s;
    -moz-transition: transform .6s, -webkit-transform .6s;
    -ms-transition: transform .6s, -webkit-transform .6s;
    -o-transition: transform .6s, -webkit-transform .6s;
    transition: transform .6s, -webkit-transform .6s; }
  .banner-widget:hover .banner-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .banner-widget .banner-overlay {
    display: block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .banner-widget .banner-content {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0; }
    .elementor-element-valign-center .banner-widget .banner-content {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
  .banner-widget .banner-title,
  .banner-widget .banner-subtitle,
  .banner-widget .banner-description,
  .banner-widget .banner-button {
    display: block; }
  .banner-widget .banner-inner {
    height: 200px; }
  .banner-widget .banner-frame {
    position: absolute;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    display: block;
    left: 0;
    right: 20px;
    top: 0;
    bottom: 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 2; }
  .banner-widget .banner-content {
    padding: 30px 40px 40px 30px; }
  .banner-widget .banner-title {
    font-size: 40px;
    line-height: 1.15em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .banner-widget .banner-subtitle {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .banner-widget .banner-description {
    margin: 5px 0 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .banner-widget .banner-description + .banner-button.underline {
      margin-top: 10px; }
  .banner-widget .banner-button:not(:first-child) {
    margin: 44px 0 0; }
  .banner-widget .banner-button.underline .agrarium-button {
    border: none;
    background: none;
    padding: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .banner-widget .banner-button.underline .agrarium-button:hover:before {
      width: 100%; }
    .banner-widget .banner-button.underline .agrarium-button:after {
      display: none; }
    .banner-widget .banner-button.underline .agrarium-button:before {
      content: '';
      position: absolute;
      width: 20px;
      bottom: 2px;
      left: 0;
      height: 2px;
      background: red;
      -webkit-transition: background-color 0.3s, width 0.3s;
      transition: background-color 0.3s, width 0.3s; }
  .banner-widget.banner-widget-type-2 .banner-content {
    padding: 35px; }
  .banner-widget.banner-widget-type-2 .banner-content {
    top: 0; }
  .banner-widget.banner-widget-type-2 .additional-title {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative; }
    .banner-widget.banner-widget-type-2 .additional-title:before {
      content: '';
      display: block;
      position: absolute;
      left: -5px;
      bottom: 0.5em;
      width: 62px;
      height: 14px;
      z-index: -1;
      background: left/cover no-repeat url("../img/widget-title-icon.png");
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
  .banner-widget.banner-widget-type-2 .overlay-title {
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0.3em -0.08em -0.1em;
    letter-spacing: -0.03em;
    font-size: 45px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

@media only screen and (min-width: 768px) {
  .banner-widget .banner-inner {
    height: 380px; }
  .banner-widget .banner-title {
    font-size: 100px; }
  .banner-widget.banner-widget-type-2 .overlay-title {
    font-size: 100px;
    line-height: 65px; }
  .banner-widget .banner-subtitle {
    font-size: 24px; } }
@media only screen and (min-width: 1200px) {
  .banner-widget .banner-inner {
    height: 371px; }
  .banner-widget .banner-content {
    padding: 60px 48px; }
  .banner-widget .banner-title {
    font-size: 100px; }
  .banner-widget .banner-subtitle {
    font-size: 24px; } }
/********** Brand A-Z List Element **********/
.content-wrapper .content-inner .brand-list-wrapper ul.pwb-clearfix li {
  padding: 0;
  line-height: 1.5em; }

.content-wrapper .content-inner .brand-list-wrapper ul.pwb-clearfix li:before {
  content: none;
  display: none; }

.brand-list-wrapper .pwb-az-listing-row {
  margin: 0; }
  .brand-list-wrapper .pwb-az-listing-row:not(:first-child) {
    margin: 90px 0 0; }
.brand-list-wrapper .pwb-az-listing-header {
  margin: 0 0 30px; }
  .brand-list-wrapper .pwb-az-listing-header ul {
    list-style: none;
    margin: 0 -10px !important;
    padding: 0;
    font-size: 0;
    line-height: 1; }
    .brand-list-wrapper .pwb-az-listing-header ul li {
      display: inline-block;
      vertical-align: bottom;
      font-size: 16px;
      line-height: 30px;
      font-weight: 500;
      margin: 0 10px !important;
      padding: 0 0 12px !important;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      border: none;
      width: auto;
      height: 42px; }
      .brand-list-wrapper .pwb-az-listing-header ul li:after {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: -1px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0; }
      .brand-list-wrapper .pwb-az-listing-header ul li:hover:after {
        opacity: 1; }
.brand-list-wrapper .pwb-az-listing-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 11px 0 21px;
  position: relative;
  margin: 0 0 10px; }
  .brand-list-wrapper .pwb-az-listing-title:before {
    content: '';
    display: block;
    font-size: 0;
    line-height: 1;
    width: 30px;
    height: 6px;
    margin: 0 -1px;
    vertical-align: top;
    -webkit-mask-image: url(../img/title-line.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: initial;
    top: 0; }
.brand-list-wrapper .pwb-az-listing-row-in {
  margin: 0 -15px; }
.brand-list-wrapper .pwb-az-listing-col {
  padding: 0 15px;
  margin: 20px 0 0; }
  .brand-list-wrapper .pwb-az-listing-col > a {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none; }

@media only screen and (min-width: 768px) {
  .brand-list-wrapper .pwb-az-listing-row {
    margin: 0; }
    .brand-list-wrapper .pwb-az-listing-row:not(:first-child) {
      margin: 120px 0 0; }
  .brand-list-wrapper .pwb-az-listing-title {
    font-size: 38px;
    padding: 33px 0 21px; }
    .brand-list-wrapper .pwb-az-listing-title:before {
      width: 70px;
      height: 13px;
      margin: 0 -3px; }
  .brand-list-wrapper .pwb-az-listing-col {
    margin: 25px 0 0; }
    .brand-list-wrapper .pwb-az-listing-col > a {
      font-size: 22px; } }
@media only screen and (min-width: 992px) {
  .brand-list-wrapper .pwb-az-listing-row {
    margin: 0; }
    .brand-list-wrapper .pwb-az-listing-row:not(:first-child) {
      margin: 148px 0 0; } }
/********** Button Element **********/
.elementor-widget-agrarium_button .button-container {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 0; }

/********** Content Slider Element **********/
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slide-animation-type-fade_in_left .active_image {
  left: -50%;
  right: initial;
  opacity: 0; }
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slide-animation-type-fade_in_right .active_image {
  right: -50%;
  left: initial;
  opacity: 0; }
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slick-current .agrarium_content_wrapper_1,
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slick-current .agrarium_content_wrapper_2,
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slick-current .agrarium_content_wrapper_3,
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slick-current .agrarium_content_wrapper_4,
.agrarium_content_slider_widget .agrarium_content_slide.first-loaded.slick-current .slider_video_button {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
.agrarium_content_slider_widget .agrarium_video_trigger_button .agrarium_button_text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.agrarium_content_slider_widget .slick-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  z-index: 3;
  display: none; }
.agrarium_content_slider_widget .agrarium_content_slider_bar {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar:not(.with_button_bar) {
    right: 0; }
    .agrarium_content_slider_widget .agrarium_content_slider_bar:not(.with_button_bar) .slick-dots-navigation {
      width: 100%; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button {
    margin-left: 20px; }
    .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button:only-child {
      margin-left: 0; }
    .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon svg.progress {
      position: absolute;
      width: 50px;
      height: 50px;
      top: calc(50% - 25px);
      left: calc(50% - 25px);
      fill: none;
      -webkit-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
      .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon svg.progress .progress__circle,
      .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon svg.progress .progress__path {
        fill: none;
        stroke-width: 1px; }
      .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon svg.progress .progress__path {
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
        transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_video_trigger_button:hover svg.progress {
      transform: scale3d(1.1, 1.1, 1); }
      .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_video_trigger_button:hover svg.progress .progress__path {
        stroke-dashoffset: 0; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .contact-item .contact-item-title {
    margin-bottom: 0;
    font-size: 0.875em;
    line-height: 0.923em; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .contact-item > span {
    font-weight: 600;
    line-height: 0.8em; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_phone,
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_email {
    position: relative;
    padding: 20px;
    display: none; }
.agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button {
  width: 75px;
  height: 75px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  padding: 10px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: center; }
  .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button:after {
    display: none; }
  .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button:hover .agrarium_video_trigger_button_inner {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button .agrarium_video_trigger_button_inner {
    transform-origin: center;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.13);
    -webkit-transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s; }
    .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button .agrarium_video_trigger_button_inner .agrarium_button_icon {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button .agrarium_video_trigger_button_inner .agrarium_button_icon i {
        margin-left: 3px;
        font-size: 12px; }
.agrarium_content_slider_widget .agrarium_content_container.with_button.video_button_position_left {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
.agrarium_content_slider_widget .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .agrarium_content_slider_widget .slick-dots li {
    padding-left: 0;
    line-height: 0; }
    .agrarium_content_slider_widget .slick-dots li:before {
      display: none; }
    .agrarium_content_slider_widget .slick-dots li button {
      font-size: 0;
      padding: 0;
      margin: 3px;
      min-width: auto;
      border: none;
      position: relative;
      padding: 10px;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      background: none; }
      .agrarium_content_slider_widget .slick-dots li button:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none; }
        .agrarium_content_slider_widget .slick-dots li button:hover:before {
          border-color: #3c3c3c; }
        .agrarium_content_slider_widget .slick-dots li button:hover:after {
          border-color: #3c3c3c; }
      .agrarium_content_slider_widget .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        width: 5px;
        height: 5px;
        border: 1px solid #c2c2c2;
        background: transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background 0.3s, border-color 0.3s;
        transition: background 0.3s, border-color 0.3s; }
      .agrarium_content_slider_widget .slick-dots li button:after {
        content: '';
        position: relative;
        width: 16px;
        height: 16px;
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid transparent;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
        z-index: initial;
        transform: none;
        background: none; }
    .agrarium_content_slider_widget .slick-dots li.slick-active button:hover {
      opacity: 0.7; }
    .agrarium_content_slider_widget .slick-dots li.slick-active button:before {
      background: #3c3c3c;
      border-color: #3c3c3c; }
    .agrarium_content_slider_widget .slick-dots li.slick-active button:after {
      border-color: #3c3c3c; }
.agrarium_content_slider_widget .slick-arrow {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  width: 45px;
  height: 45px;
  padding: 0;
  background: none;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  border: none;
  top: -23px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .agrarium_content_slider_widget .slick-arrow:after {
    font: 700 normal 22px/41px 'Font Awesome 5 Free'; }
  .agrarium_content_slider_widget .slick-arrow.slick-disabled, .agrarium_content_slider_widget .slick-arrow.disabled {
    cursor: default;
    opacity: 0.5; }
  .agrarium_content_slider_widget .slick-arrow.slick-prev {
    left: 0;
    right: initial; }
    .agrarium_content_slider_widget .slick-arrow.slick-prev:after {
      content: '\f104'; }
  .agrarium_content_slider_widget .slick-arrow.slick-next {
    left: initial;
    right: 0; }
    .agrarium_content_slider_widget .slick-arrow.slick-next:after {
      content: '\f105'; }
.agrarium_content_slider_widget .agrarium_content_slider_wrapper {
  position: relative; }
.agrarium_content_slider_widget .agrarium_content_slide_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-align: center; }
.agrarium_content_slider_widget .slick-arrow + .slick-list .agrarium_content_slide_wrapper {
  padding-bottom: 67px; }
.agrarium_content_slider_widget .agrarium_full_cont {
  height: 100%; }
.agrarium_content_slider_widget .agrarium_content_container {
  width: 100%; }
  .agrarium_content_slider_widget .agrarium_content_container .agrarium_content_wrapper_4 {
    line-height: 0; }
  .agrarium_content_slider_widget .agrarium_content_container.with_button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .agrarium_content_slider_widget .agrarium_content_container.with_button .agrarium_slider_column:first-child {
      width: 83.333333%;
      flex: 1 1 0%; }
    .agrarium_content_slider_widget .agrarium_content_container.with_button .agrarium_slider_column:nth-child(2) {
      width: 16.666666%;
      min-width: 85px; }
.agrarium_content_slider_widget .container,
.agrarium_content_slider_widget .container-boxed {
  padding: 0 20px; }
.agrarium_content_slider_widget .container-boxed {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: content-box; }
.agrarium_content_slider_widget .icon {
  display: inline-block;
  vertical-align: top; }
.agrarium_content_slider_widget .agrarium_content_slider_title {
  font-size: 80px;
  line-height: 0.8em;
  font-weight: 200;
  margin: 6px 0 0;
  letter-spacing: -0.03em; }
  .agrarium_content_slider_widget .agrarium_content_slider_title p {
    line-height: inherit; }
  .agrarium_content_slider_widget .agrarium_content_slider_title em {
    font-style: normal; }
.agrarium_content_slider_widget .agrarium_content_slider_promo_text {
  padding: 20px 0 0; }
  .agrarium_content_slider_widget .agrarium_content_slider_promo_text p br {
    display: none; }
.agrarium_content_slider_widget .agrarium-button {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.5em; }
.agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image {
  display: none;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  left: initial;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image img {
    max-width: none;
    position: absolute;
    left: 0;
    right: initial;
    bottom: 0; }
.agrarium_content_slider_widget .slide-animation-type-fade_in_right.slick-current .active_image {
  right: 0;
  left: initial;
  opacity: 1; }
.agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image {
  display: none;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: initial;
  left: -50%;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image img {
    max-width: none;
    position: absolute;
    left: initial;
    right: 0;
    bottom: 0; }
.agrarium_content_slider_widget .slide-animation-type-fade_in_left.slick-current .active_image {
  left: 0;
  right: initial;
  opacity: 1; }
.agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image {
  display: none;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s; }
.agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_top {
  top: 0;
  left: 0;
  right: auto; }
.agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_top {
  top: 0;
  left: auto;
  right: 0; }
.agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_bottom {
  bottom: 0;
  left: auto;
  right: 0; }
.agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_bottom {
  bottom: 0;
  left: 0;
  right: auto; }
.agrarium_content_slider_widget .agrarium_content_slide {
  outline: none; }
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_1,
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_2,
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_3,
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_4,
  .agrarium_content_slider_widget .agrarium_content_slide .slider_video_button {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s; }
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s; }
  .agrarium_content_slider_widget .agrarium_content_slide .agrarium_content_wrapper_4 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .agrarium_content_slider_widget .agrarium_content_slide .slider_video_button {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .agrarium_content_slider_widget .agrarium_content_slide.slick-current .agrarium_content_wrapper_1,
  .agrarium_content_slider_widget .agrarium_content_slide.slick-current .agrarium_content_wrapper_2,
  .agrarium_content_slider_widget .agrarium_content_slide.slick-current .agrarium_content_wrapper_3,
  .agrarium_content_slider_widget .agrarium_content_slide.slick-current .agrarium_content_wrapper_4,
  .agrarium_content_slider_widget .agrarium_content_slide.slick-current .slider_video_button {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
.agrarium_content_slider_widget .scrolldown_button {
  display: none;
  position: absolute;
  right: 30px;
  bottom: -14px;
  z-index: 2; }
  .agrarium_content_slider_widget .scrolldown_button .scrolldown_button_anchor {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
    .agrarium_content_slider_widget .scrolldown_button .scrolldown_button_anchor:hover {
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
  .agrarium_content_slider_widget .scrolldown_button a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 50px;
    height: 55px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .agrarium_content_slider_widget .scrolldown_button a svg {
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
.agrarium_content_slider_widget .slider_bottom_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 0;
  overflow: hidden; }
  .agrarium_content_slider_widget .slider_bottom_overlay img {
    min-width: 100%;
    object-fit: cover;
    max-width: none; }

@media only screen and (max-width: 767px) {
  .agrarium_content_slider_widget .agrarium_content_container {
    max-width: none !important; }
  .agrarium_content_slider_widget .slick-dots {
    padding: 10px 20px; }
  .agrarium_content_slider_widget .slider_video_button {
    margin: 0 !important; }
    .agrarium_content_slider_widget .slider_video_button .agrarium_video_trigger_button {
      padding: 6px; }
      .agrarium_content_slider_widget .slider_video_button .agrarium_video_trigger_button .agrarium_button_icon {
        width: 50px;
        height: 50px;
        line-height: 50px; }
        .agrarium_content_slider_widget .slider_video_button .agrarium_video_trigger_button .agrarium_button_icon i {
          font-size: 14px;
          line-height: 50px; }
        .agrarium_content_slider_widget .slider_video_button .agrarium_video_trigger_button .agrarium_button_icon:before {
          width: 50px;
          height: 50px;
          line-height: 50px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar.with_dots_bar:not(.with_button_bar) + .slider_bottom_overlay {
    bottom: 30px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar.with_dots_bar:not(.with_button_bar) ~ .scrolldown_button {
    bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .agrarium_content_slider_widget .agrarium_content_slider_bar:not(.with_button_bar) {
    right: auto; }
    .agrarium_content_slider_widget .agrarium_content_slider_bar:not(.with_button_bar) .slick-dots-navigation {
      width: auto; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon i {
    margin-left: 5px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slider_video_button .agrarium_button_icon svg.progress {
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    left: calc(50% - 29px); }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_video_trigger_button:hover .agrarium_button_text {
    margin-left: 30px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slick-dots-navigation {
    padding: 18px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slick-dots-navigation + .agrarium_content_slider_phone:before,
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slick-dots-navigation + .agrarium_content_slider_email:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 32px;
    margin: auto;
    width: 1px; }
  .agrarium_content_slider_widget .container {
    padding: 0 30px; }
  .agrarium_content_slider_widget .agrarium_content_slider_title {
    font-size: 80px; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image,
  .agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image,
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image {
    display: block; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image img {
    -webkit-transform: scale(0.66, 0.66);
    -ms-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image img {
    -webkit-transform: scale(0.66, 0.66);
    -ms-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom; }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center.slick-current .active_image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .agrarium_content_slider_widget .scrolldown_button {
    display: block;
    right: 60px; }
    .agrarium_content_slider_widget .scrolldown_button a {
      width: 70px;
      height: 77px; }
      .agrarium_content_slider_widget .scrolldown_button a svg {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
  .agrarium_content_slider_widget .container-boxed {
    padding: 0 30px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_phone,
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_email {
    display: block; }
  .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button {
    width: 140px;
    height: 140px;
    padding: 18px; }
    .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button .agrarium_video_trigger_button_inner {
      padding: 16px; }
      .agrarium_content_slider_widget .agrarium_content_container.with_button .slider_video_button .agrarium_video_trigger_button .agrarium_video_trigger_button_inner .agrarium_button_icon i {
        font-size: 14px; }
  .agrarium_content_slider_widget .agrarium_content_container.with_button .agrarium_slider_column:nth-child(2) {
    min-width: 140px; } }
@media only screen and (min-width: 992px) {
  .agrarium_content_slider_widget .agrarium_content_slider_bar .slick-dots-navigation {
    padding: 5px 47px 0 62px; }
    .agrarium_content_slider_widget .agrarium_content_slider_bar .slick-dots-navigation:only-child {
      padding: 18px 35px 15px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_phone {
    padding: 34px 45px 34px 65px; }
  .agrarium_content_slider_widget .agrarium_content_slider_bar .agrarium_content_slider_email {
    padding: 34px 65px 34px 45px; }
  .agrarium_content_slider_widget .slick-navigation {
    display: block; }
  .agrarium_content_slider_widget .agrarium_content_slide_wrapper {
    text-align: left; }
  .agrarium_content_slider_widget .container {
    padding: 0 125px; }
  .agrarium_content_slider_widget .slick-arrow + .slick-list .agrarium_content_slide_wrapper {
    padding-bottom: 0; }
  .agrarium_content_slider_widget .agrarium_content_slider_title {
    font-size: 150px; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image img,
  .agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_top {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_bottom {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%); }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_bottom {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center.slick-current .active_image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .agrarium_content_slider_widget .container-boxed {
    padding: 0 40px; } }
@media only screen and (min-width: 1200px) {
  .agrarium_content_slider_widget .agrarium_content_slider_title > p {
    font-size: 1em; }
  .agrarium_content_slider_widget .agrarium_content_slider_promo_text p br {
    display: inline; } }
@media only screen and (min-width: 1526px) {
  .agrarium_content_slider_widget .container {
    max-width: 1920px;
    padding: 0 175px; } }
@media only screen and (min-width: 1921px) {
  .agrarium_content_slider_widget .slide-animation-type-fade_in_right .active_image img {
    right: 0;
    left: initial; }
  .agrarium_content_slider_widget .slide-animation-type-fade_in_left .active_image img {
    left: 0;
    right: initial; }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_top img {
    float: left; }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_top img {
    float: right; }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_right_bottom img {
    float: right; }
  .agrarium_content_slider_widget .slide-animation-type-corners_to_center .active_image_left_bottom img {
    float: left; } }
/********** Countdown Element **********/
.agrarium_countdown_widget {
  font-size: 0;
  line-height: 1; }
  .agrarium_countdown_widget.display_inline .countdown_item,
  .agrarium_countdown_widget.display_inline .countdown_separator {
    display: inline-block;
    vertical-align: top; }
  .agrarium_countdown_widget.display_block .countdown_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .agrarium_countdown_widget.display_block .countdown_inner .countdown_separator {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      display: block; }
    .agrarium_countdown_widget.display_block .countdown_inner .countdown_item {
      width: 100%;
      display: block;
      text-align: center; }
  .agrarium_countdown_widget .countdown_inner {
    white-space: nowrap; }
  .agrarium_countdown_widget .countdown_placeholder,
  .agrarium_countdown_widget .hide {
    display: none !important; }
  .agrarium_countdown_widget .countdown_item {
    position: relative;
    white-space: normal; }
  .agrarium_countdown_widget .countdown_digits {
    font-size: 80px;
    line-height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
    .agrarium_countdown_widget .countdown_digits:before {
      content: '';
      position: absolute;
      display: block;
      left: 3px;
      right: 3px;
      top: 3px;
      bottom: 3px; }
  .agrarium_countdown_widget .countdown_digits_placeholder {
    font-size: 80px;
    line-height: 64px;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50px;
    height: 50px;
    position: relative; }
  .agrarium_countdown_widget .countdown_separator {
    font-size: 80px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    margin-top: -0.1em; }
    .agrarium_countdown_widget .countdown_separator:last-child {
      display: none !important;
      opacity: 0;
      font-size: 0;
      width: 0; }
  .agrarium_countdown_widget .countdown_label {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 2px 0 0;
    text-align: center; }
  .agrarium_countdown_widget .countdown_message {
    display: none;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    text-align: center; }

@media screen and (min-width: 768px) {
  .agrarium_countdown_widget .countdown_digits {
    width: 70px;
    height: 70px; }
  .agrarium_countdown_widget .countdown_digits_placeholder {
    width: 70px;
    height: 70px; } }
/********** Counter Element **********/
.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 400;
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 0.9em;
  overflow: hidden;
  letter-spacing: 0; }
  .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    margin-left: -0.2em; }
    .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix:empty {
      margin-left: 0; }
  .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
    margin-right: -0.23em; }
    .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix:empty {
      margin-right: 0; }
.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 18px;
  line-height: 1.7778em;
  font-weight: 700;
  margin: 0; }
  .elementor-widget-counter .elementor-counter .elementor-counter-title:not(:first-child) {
    margin-top: 8px; }

/********** Icon Box Element **********/
.elementor-widget-agrarium_icon_box.icon-position-top .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.elementor-widget-agrarium_icon_box .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .elementor-widget-agrarium_icon_box .icon-box-item .icon-container {
    margin: 0 0 15px; }
.elementor-widget-agrarium_icon_box.icon-position-left .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .elementor-widget-agrarium_icon_box.icon-position-left .icon-box-item .icon-container {
    margin: 0 15px 0 0; }
.elementor-widget-agrarium_icon_box.icon-position-right .icon-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .elementor-widget-agrarium_icon_box.icon-position-right .icon-box-item .icon-container {
    margin: 0 0 0 15px; }
.elementor-widget-agrarium_icon_box.alignment-left .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
.elementor-widget-agrarium_icon_box.alignment-right .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
.elementor-widget-agrarium_icon_box.alignment-center .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.elementor-widget-agrarium_icon_box.alignment-mobile-left .icon-box-item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
.elementor-widget-agrarium_icon_box.alignment-mobile-right .icon-box-item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
.elementor-widget-agrarium_icon_box.alignment-mobile-center .icon-box-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.elementor-widget-agrarium_icon_box.icon-position-center .content-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3; }

.agrarium-icon-box-widget .icon-box-item .icon-container {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: default; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.background-type-color {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-triangle .icon {
    margin: -6% 0 0 -8%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-triangle .frame {
    margin: -2% 0 0 1%; }
    .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-triangle .frame svg path {
      -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
      transform: scale(0.75, 0.75); }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-triangle .background {
    margin: 0 0 0 5%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square .icon {
    margin: -3% 0 0 0; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square .background {
    margin: -13% 0 0 -7%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square .frame {
    margin: 7% 0 0 7%; }
    .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square .frame svg path {
      -webkit-transform: scale(0.86, 0.86);
      -ms-transform: scale(0.86, 0.86);
      transform: scale(0.86, 0.86); }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square-2 .icon {
    margin: -3% 0 0 3%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square-2 .frame {
    margin: 7% 0 0 7%; }
    .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-square-2 .frame svg path {
      -webkit-transform: scale(0.88, 0.88);
      -ms-transform: scale(0.88, 0.88);
      transform: scale(0.88, 0.88); }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-circle .icon {
    margin: -2% 0 0 -1%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-circle .background {
    margin: 0 0 0 5%; }
  .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-circle .frame {
    margin: 7% 0 0 6%; }
    .agrarium-icon-box-widget .icon-box-item .icon-container.icon-frame-type-circle .frame svg path {
      -webkit-transform: scale(0.87, 0.87);
      -ms-transform: scale(0.87, 0.87);
      transform: scale(0.87, 0.87); }
  .agrarium-icon-box-widget .icon-box-item .icon-container img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .agrarium-icon-box-widget .icon-box-item .icon-container .icon,
  .agrarium-icon-box-widget .icon-box-item .icon-container .frame,
  .agrarium-icon-box-widget .icon-box-item .icon-container .background {
    position: absolute;
    display: block;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: initial;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .agrarium-icon-box-widget .icon-box-item .icon-container .icon svg,
    .agrarium-icon-box-widget .icon-box-item .icon-container .frame svg,
    .agrarium-icon-box-widget .icon-box-item .icon-container .background svg {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }
  .agrarium-icon-box-widget .icon-box-item .icon-container .frame {
    z-index: 2; }
  .agrarium-icon-box-widget .icon-box-item .icon-container .icon {
    z-index: 3; }
  .agrarium-icon-box-widget .icon-box-item .icon-container .text,
  .agrarium-icon-box-widget .icon-box-item .icon-container i {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.3s, fill 0.3s;
    transition: color 0.3s, fill 0.3s; }
  .agrarium-icon-box-widget .icon-box-item .icon-container .text {
    font-size: 50px;
    line-height: 50px; }
.agrarium-icon-box-widget .icon-box-item .content-container {
  width: 100%;
  display: block; }
.agrarium-icon-box-widget .icon-box-item .icon-box-title {
  margin: 0;
  font-weight: 500; }
.agrarium-icon-box-widget .icon-box-item .icon-box-title-decoration {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1; }
  .agrarium-icon-box-widget .icon-box-item .icon-box-title-decoration:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    -webkit-mask-image: url(../img/title-line.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 30px;
    height: 6px;
    margin: 0 0 10px; }
.agrarium-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
  margin: 13px 0 0; }

@media only screen and (min-width: 768px) {
  .elementor-widget-agrarium_icon_box .icon-box-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .elementor-widget-agrarium_icon_box .icon-box-item .icon-container {
      margin: 0 0 15px; }
  .elementor-widget-agrarium_icon_box.alignment-tablet-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .elementor-widget-agrarium_icon_box.alignment-tablet-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .elementor-widget-agrarium_icon_box.alignment-tablet-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
@media only screen and (min-width: 992px) {
  .elementor-widget-agrarium_icon_box.alignment-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .elementor-widget-agrarium_icon_box.alignment-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .elementor-widget-agrarium_icon_box.alignment-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .agrarium-icon-box-widget .icon-box-item .icon-container .text {
    font-size: 100px;
    line-height: 70px; } }
@media only screen and (min-width: 1280px) {
  .elementor-widget-agrarium_icon_box.icon-position-top.alignment-left .icon-box-item {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .elementor-widget-agrarium_icon_box.icon-position-top.alignment-right .icon-box-item {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .elementor-widget-agrarium_icon_box.icon-position-top.alignment-center .icon-box-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
/********** Icon List Element **********/
.elementor-icon-list-items .elementor-icon-list-item {
  padding: 0; }
  .elementor-icon-list-items .elementor-icon-list-item:before {
    content: none;
    display: none; }
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-left: 22px;
    padding-right: 0; }

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item > a,
.elementor-widget .elementor-icon-list-item > .item-wrapper,
.elementor-widget .elementor-icon-list-item > .item-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/********** Image Element **********/
.elementor-widget-image .wp-caption {
  max-width: 100%; }
.elementor-widget-image.add-hover-animation .elementor-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .elementor-widget-image.add-hover-animation .elementor-image img:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 51px rgba(0, 0, 0, 0.09); }

.elementor-widget-agrarium_image .image-widget {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  font-size: 0;
  line-height: 1; }
  .elementor-widget-agrarium_image .image-widget .image-container {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .elementor-widget-agrarium_image .image-widget .image-container.image-style-framed {
      padding: 20px 0 0 20px; }
      .elementor-widget-agrarium_image .image-widget .image-container.image-style-framed:before {
        content: '';
        display: block;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        border-width: 1px;
        border-style: solid;
        position: absolute;
        top: 0;
        bottom: 20px;
        left: 0;
        right: 20px; }
    .elementor-widget-agrarium_image .image-widget .image-container .main-image {
      -webkit-border-radius: inherit;
      border-radius: inherit; }
    .elementor-widget-agrarium_image .image-widget .image-container .label {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      right: initial;
      z-index: 3;
      font-size: 16px;
      line-height: initial;
      font-weight: 600;
      padding: 18px 20px 19px;
      min-width: 184px;
      text-transform: uppercase;
      letter-spacing: .15em;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
    .elementor-widget-agrarium_image .image-widget .image-container.image-style-framed .label {
      margin: 11px 0 0 13px; }

@media only screen and (min-width: 992px) {
  .elementor-widget-agrarium_image .image-widget .image-container .label {
    font-size: 20px;
    padding: 24px 30px 25px;
    min-width: 308px; } }
/********** Elementor Image Element **********/
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .elementor-widget-image.elementor-absolute.elementor-hidden-tablet {
    display: none; } }
/********** Image Box Element **********/
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  margin: 0 auto; }
.elementor-widget-image-box .elementor-image-box-title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700; }
  .elementor-widget-image-box .elementor-image-box-title:not(:last-child) {
    margin-bottom: 14px; }

@media screen and (max-width: 767px) {
  .elementor-widget-image-box.elementor-image-alignment-mobile-right .elementor-image-box-img img {
    margin-right: 0; }
  .elementor-widget-image-box.elementor-image-alignment-mobile-left .elementor-image-box-img img {
    margin-left: 0; } }
@media screen and (min-width: 768px) {
  .elementor .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block; } }
@media screen and (min-width: 992px) {
  .elementor .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .elementor .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
/********** Image Carousel Element **********/
.elementor-widget-image-carousel.overflow_yes .swiper-container {
  overflow: visible; }
.elementor-widget-image-carousel .elementor-image-carousel-caption {
  margin-top: 32px;
  display: block; }
.elementor-widget-image-carousel .swiper-container-horizontal > .swiper-pagination-bullets,
.elementor-widget-image-carousel .swiper-pagination {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  margin: 30px 0 0;
  text-align: center;
  z-index: 2; }
  .elementor-widget-image-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    position: relative;
    margin: 13px 4px 0 3px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: solid 1px transparent;
    background: none;
    cursor: pointer;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .elementor-widget-image-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after,
    .elementor-widget-image-carousel .swiper-pagination .swiper-pagination-bullet:after {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      left: 50%;
      right: auto;
      top: 50%;
      margin: -2px 0 0 -2px;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
.elementor-widget-image-carousel .swiper-slide .swiper-slide-image {
  margin: 0 auto; }
.elementor-widget-image-carousel.image_style_1 .swiper-slide a {
  display: block;
  position: relative; }
  .elementor-widget-image-carousel.image_style_1 .swiper-slide a:after {
    content: '\e81f';
    display: block;
    position: absolute;
    font: 600 normal 20px/72px 'fontello';
    width: 72px;
    height: 72px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -36px 0 0 -36px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  .elementor-widget-image-carousel.image_style_1 .swiper-slide a .swiper-slide-inner {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    outline: none;
    -webkit-transition: transform .6s, -webkit-transform .6s;
    -moz-transition: transform .6s, -webkit-transform .6s;
    -ms-transition: transform .6s, -webkit-transform .6s;
    -o-transition: transform .6s, -webkit-transform .6s;
    transition: transform .6s, -webkit-transform .6s; }
    .elementor-widget-image-carousel.image_style_1 .swiper-slide a .swiper-slide-inner:before {
      content: '';
      position: absolute;
      z-index: 1;
      display: block;
      top: 0;
      left: 0;
      right: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.6s;
      transition: opacity 0.6s; }
    .elementor-widget-image-carousel.image_style_1 .swiper-slide a .swiper-slide-inner .swiper-slide-image {
      -webkit-transition: transform .6s, -webkit-transform .6s;
      -moz-transition: transform .6s, -webkit-transform .6s;
      -ms-transition: transform .6s, -webkit-transform .6s;
      -o-transition: transform .6s, -webkit-transform .6s;
      transition: transform .6s, -webkit-transform .6s;
      position: relative; }
.elementor-widget-image-carousel.image_style_1 .swiper-slide a:hover:after {
  opacity: 1; }
.elementor-widget-image-carousel.image_style_1 .swiper-slide a:hover .swiper-slide-inner {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93); }
  .elementor-widget-image-carousel.image_style_1 .swiper-slide a:hover .swiper-slide-inner:before {
    opacity: 1; }
  .elementor-widget-image-carousel.image_style_1 .swiper-slide a:hover .swiper-slide-inner .swiper-slide-image {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    z-index: -1; }
.elementor-widget-image-carousel.image_style_2 .swiper-slide a {
  display: block;
  position: relative; }
  .elementor-widget-image-carousel.image_style_2 .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px rgba(232, 230, 221, 0.4);
    -webkit-transition: background-color 0.4s, border-color 0.6s;
    transition: background-color 0.4s, border-color 0.6s; }
  .elementor-widget-image-carousel.image_style_2 .swiper-slide a:after {
    content: '\e81f';
    display: block;
    position: absolute;
    font: 600 normal 20px/72px 'fontello';
    width: 72px;
    height: 72px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -36px 0 0 -36px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
.elementor-widget-image-carousel.image_style_2 .swiper-slide a:hover:before {
  opacity: 1;
  border-color: #e8e6dd;
  background-color: rgba(45, 49, 49, 0.6); }
.elementor-widget-image-carousel.image_style_2 .swiper-slide a:hover:after {
  opacity: 1; }

/********** Instagram Feed Element **********/
#sb_instagram {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 1; }
  #sb_instagram .sbi_item {
    position: relative;
    float: none !important; }
    #sb_instagram .sbi_item .sbi_photo {
      position: relative;
      opacity: 1 !important;
      height: 0 !important;
      padding: 100% 0 0; }
      #sb_instagram .sbi_item .sbi_photo:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s;
        transition: top 0.3s, opacity 0.3s; }
      #sb_instagram .sbi_item .sbi_photo:after {
        content: '\f16d';
        width: 28px;
        height: 28px;
        position: absolute;
        display: block;
        text-align: center;
        font: 400 normal 28px/1em 'Font Awesome 5 Brands';
        z-index: 3;
        left: 50%;
        right: auto;
        top: 40%;
        margin: -14px 0 0 -14px;
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s;
        transition: top 0.3s, opacity 0.3s; }
      #sb_instagram .sbi_item .sbi_photo:hover:before {
        opacity: 0.5; }
      #sb_instagram .sbi_item .sbi_photo:hover:after {
        top: 50%;
        opacity: 1; }
      #sb_instagram .sbi_item .sbi_photo img {
        display: block !important;
        position: absolute;
        left: 0;
        right: initial;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 50%; }

.agrarium-instagram-feed {
  position: relative; }
  .agrarium-instagram-feed .instagram-feed-info {
    display: none; }

@media only screen and (min-width: 576px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 25%; }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 33.3333%; }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 20%; } }
@media only screen and (min-width: 992px) {
  #sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item {
    width: 50%; }
  #sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item {
    width: 33.3333%; }
  #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item {
    width: 25%; }
  #sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item {
    width: 20%; }
  #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item {
    width: 16.6667%; }
  #sb_instagram.sbi_width_resp.sbi_col_7 #sbi_images .sbi_item {
    width: 14.2857%; }
  #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%; }
  #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
    width: 11.1111%; }
  #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
    width: 10%; }

  .agrarium-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px; }
  .agrarium-instagram-feed .instagram-feed-info {
    display: block;
    min-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 30px 31px;
    text-align: center;
    z-index: 3; }
    .agrarium-instagram-feed .instagram-feed-info .user-name {
      font-size: 21px;
      text-transform: uppercase;
      line-height: 1.5em;
      font-weight: 600;
      padding: 9px 0 3px;
      position: relative;
      z-index: 2;
      letter-spacing: .0952em; }
    .agrarium-instagram-feed .instagram-feed-info .user-description {
      font-size: 14px;
      line-height: 1.5em;
      text-transform: uppercase;
      color: #a2a2a2;
      font-weight: 600;
      position: relative;
      z-index: 2; }
  .agrarium-instagram-feed #sbi_mod_error + .instagram-feed-info {
    display: none; } }
/********** Gallery Element **********/
.elementor-image-gallery .gallery {
  margin: 0 -30px -30px 0; }
  .elementor-image-gallery .gallery .gallery-item {
    padding: 0 30px 30px 0; }
    .elementor-image-gallery .gallery .gallery-item .gallery-icon {
      overflow: initial; }
      .elementor-image-gallery .gallery .gallery-item .gallery-icon a {
        display: block;
        position: relative;
        text-decoration: none; }
    .elementor-image-gallery .gallery .gallery-item img {
      border: none;
      width: 100%; }

/********** Heading Element **********/
.agrarium-heading {
  position: relative; }
  .agrarium-heading .agrarium-subheading {
    font-size: 0.8em;
    line-height: 1.06666em;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 -.5em;
    bottom: -.22em; }
  .agrarium-heading .agrarium-heading-content {
    display: block;
    position: relative;
    z-index: 2; }
    .agrarium-heading .agrarium-heading-content strong {
      font-weight: bolder; }
    .agrarium-heading .agrarium-heading-content span[style*="text-decoration: underline"],
    .agrarium-heading .agrarium-heading-content u {
      text-decoration: none !important;
      position: relative;
      display: inline-block; }
      .agrarium-heading .agrarium-heading-content span[style*="text-decoration: underline"]:before,
      .agrarium-heading .agrarium-heading-content u:before {
        content: '';
        background-image: url("../img/heading-underline.png");
        position: absolute;
        display: block;
        left: -.1em;
        right: -.3em;
        height: .36em;
        bottom: 0;
        z-index: -1; }

@media only screen and (min-width: 768px) {
  .agrarium-heading .agrarium-subheading {
    font-size: 0.66666em; } }
/********** Person Element **********/
.agrarium-person-widget {
  cursor: default;
  text-align: center; }
  .agrarium-person-widget .person-image-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 370px;
    overflow: hidden;
    padding: 20px 0 0 20px; }
    .agrarium-person-widget .person-image-wrapper:before {
      content: '';
      position: absolute;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      display: block;
      top: 0;
      bottom: 20px;
      left: 0;
      right: 20px;
      z-index: 2;
      border-width: 1px;
      border-style: solid; }
    .agrarium-person-widget .person-image-wrapper img {
      display: block;
      width: 100%; }
  .agrarium-person-widget .person-description-container {
    margin: 21px 0 0; }
  .agrarium-person-widget .person-name {
    margin: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em; }
  .agrarium-person-widget .person-position {
    font-size: 18px;
    line-height: 1.8889em;
    font-weight: 600;
    margin: 4px 0 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  .agrarium-person-widget ul.person-socials:not(:first-child) {
    margin: 15px -7.5px 0 !important; }
  .agrarium-person-widget ul.person-socials > li {
    padding: 0 !important;
    margin: 7px 7.5px; }
    .agrarium-person-widget ul.person-socials > li a {
      width: 30px;
      height: 30px;
      line-height: 30px; }
    .agrarium-person-widget ul.person-socials > li:before {
      content: none !important;
      display: none !important; }

/********** Price Item Element **********/
.agrarium-price-item-widget .price-item {
  position: relative;
  cursor: default;
  margin: 0 auto;
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s; }
  .agrarium-price-item-widget .price-item .price-item-inner {
    position: relative;
    z-index: 2; }
  .agrarium-price-item-widget .price-item .price-item-title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.03em; }
  .agrarium-price-item-widget .price-item:hover {
    -webkit-box-shadow: 0px 17px 38px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 17px 38px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 17px 38px 0px rgba(0, 0, 0, 0.08); }
  .agrarium-price-item-widget .price-item.active {
    z-index: 2; }
  .agrarium-price-item-widget .price-item .price-item-button-container {
    font-size: 0;
    line-height: 1; }
  .agrarium-price-item-widget .price-item .price-wrapper {
    display: inline-block; }
    .agrarium-price-item-widget .price-item .price-wrapper .currency {
      vertical-align: top;
      font-size: 42px;
      display: inline-block;
      line-height: 1em;
      padding: 0 1px; }
    .agrarium-price-item-widget .price-item .price-wrapper .price {
      font-size: 60px;
      line-height: 0.9em; }
  .agrarium-price-item-widget .price-item .price-item-period {
    display: inline-block;
    vertical-align: baseline;
    font-size: 40px;
    line-height: 1.5555em; }
  .agrarium-price-item-widget .price-item .price-item-best-choice {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 14px;
    line-height: 2em;
    padding: 0 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .agrarium-price-item-widget .price-item.price-item-type-standard {
    max-width: 450px;
    padding: 40px 20px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .agrarium-price-item-widget .price-item.price-item-type-standard:hover {
      transform: translateY(-17px); }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-button-container {
      padding: 0 20px;
      margin: 0 -20px; }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper {
      font-size: 0;
      line-height: 1; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-title-wrapper:not(:last-child) {
        margin-bottom: 30px; }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-image {
      position: relative; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-image:not(:last-child) {
        margin-bottom: 30px; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-image img {
        max-width: 90%;
        margin: 0 auto; }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-container {
      font-size: 0;
      line-height: 1; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-container:not(:last-child) {
        margin-bottom: 30px; }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields {
      text-align: left;
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:last-child) {
        margin-bottom: 40px; }
      .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields .price-item-custom-field {
        position: relative;
        padding: 0 0 0 35px; }
        .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields .price-item-custom-field:not(:first-child) {
          margin: 11px 0 0; }
        .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields .price-item-custom-field.active:before {
          content: '\e80c';
          font: 400 normal 12px/30px 'fontello';
          width: 30px;
          height: 30px;
          position: absolute;
          left: 0;
          right: initial;
          top: 1px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide.active {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    padding: 30px 20px;
    text-align: center; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-title {
    font-size: 20px;
    font-weight: 700; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-best-choice {
    top: -8px;
    right: auto;
    left: 20px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
    font-size: 32px;
    display: inline-block; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-description:not(:first-child) {
    margin-top: 20px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:first-child),
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .agrarium-price-item-widget .price-item.price-item-type-standard {
    padding: 40px; }
    .agrarium-price-item-widget .price-item.price-item-type-standard .price-item-button-container {
      padding: 0 10px;
      margin: 0 -40px 0 -40px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-inner {
    padding: 55px 40px 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-description:not(:first-child),
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:first-child),
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-button-container:not(:first-child) {
    margin-top: 0; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper {
    min-width: 18%;
    padding: 0 30px 0 0; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-description {
    width: 100%;
    padding: 0 30px 0 0; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-container {
    min-width: 18%;
    padding: 0 30px 0 0;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-item-button-container {
    text-align: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; } }
@media only screen and (min-width: 992px) {
  .agrarium-price-item-widget .price-item .price-item-button-container .agrarium-button {
    padding: 13px 48px; }
  .agrarium-price-item-widget .price-item.price-item-type-wide .price-wrapper .price {
    font-size: 48px; } }
/********** Button Element **********/
.elementor-widget-agrarium_special_text .special-text {
  white-space: nowrap;
  font-size: 200px;
  line-height: .42em; }

/********** Testimonial Slider Element **********/
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-name {
  display: block;
  line-height: 1.5em;
  font-weight: 800; }
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position {
  display: block;
  font-weight: 800; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position:not(:first-child) {
    margin: 1px 0 0; }
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider-container {
  margin: 0 -15px; }
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
  outline: none; }
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
  position: relative; }
.agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
  padding: 20px 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo {
    width: 133px;
    height: 215px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
    margin: 0 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 600;
    position: relative; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial p {
      line-height: 1.75em; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:not(:first-child) {
      margin-top: 20px; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before {
      content: '"';
      position: absolute;
      display: block;
      left: -0.25em;
      top: 0;
      font: 400 normal 200px/1.2em 'Herbarium';
      letter-spacing: normal; }
.agrarium-testimonial-carousel-widget .owl-dots {
  text-align: left;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 30px; }
  .agrarium-testimonial-carousel-widget .owl-dots .owl-dot span:after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }

@media only screen and (max-width: 575px) {
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before {
      top: 0; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-wrapper {
      padding-left: 30px; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo {
      display: none; } }
@media only screen and (min-width: 576px) {
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before {
    font-size: 300px; }
  .agrarium-testimonial-carousel-widget .owl-dots {
    text-align: left;
    margin-left: -13px;
    margin-right: -13px;
    padding: 0 13px; } }
@media only screen and (min-width: 768px) {
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
    text-align: left; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
      font-size: 20px; }
      .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before {
        left: -0.37em; }
    .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
      margin: 0 70px 0 0; } }
@media only screen and (min-width: 992px) {
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider-container {
    margin: 0 -30px; }
  .agrarium-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
    padding-left: 30px;
    padding-right: 30px; } }
/********** Toggle Element **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
    border-top: none; }
  .elementor-widget-toggle .elementor-toggle .elementor-toggle-item:not(:last-child) {
    margin-bottom: 10px; }
.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  padding: 11px 20px 13px 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 600;
  border: none;
  -webkit-transition: background-color;
  transition: background-color; }
  .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 28px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right, .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
      text-align: center; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
      margin-left: 20px;
      order: 2; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
      margin-right: 20px;
      order: 0; }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
      line-height: 26px; }
  .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-title {
    width: 100%; }
.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  padding: 12px 15px 25px 25px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0; }

/********** Elementor Video Widget **********/
.elementor-widget-video.video-image-style-framed .elementor-custom-embed-image-overlay {
  padding: 20px 0 0 20px; }
  .elementor-widget-video.video-image-style-framed .elementor-custom-embed-image-overlay:before {
    content: '';
    display: block;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 20px;
    z-index: 2; }
.elementor-widget-video .elementor-custom-embed-image-overlay:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.elementor-widget-video .elementor-custom-embed-image-overlay img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
.elementor-widget-video .elementor-custom-embed-play {
  z-index: 2;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important; }
  .elementor-widget-video .elementor-custom-embed-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9); }
  .elementor-widget-video .elementor-custom-embed-play svg {
    opacity: 1;
    filter: none; }
    .elementor-widget-video .elementor-custom-embed-play svg path {
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }
  .elementor-widget-video .elementor-custom-embed-play i {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    width: 70px;
    height: 70px;
    font-size: 0;
    line-height: 1; }
  .elementor-widget-video .elementor-custom-embed-play .eicon-play {
    font: 400 normal 20px/70px 'Font Awesome 5 Free'; }
    .elementor-widget-video .elementor-custom-embed-play .eicon-play:before {
      content: '\f04b';
      margin: 0 0 0 0.2286em; }
.elementor-widget-video .elementor-widget-container {
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .elementor-widget-video.video-about .elementor-custom-embed-play {
    left: 33%; } }
@media screen and (min-width: 992px) {
  .elementor-widget-video.video-about .elementor-custom-embed-play {
    left: 43%; } }
/********** WC Products Element **********/
.products-widget ul.products li.first {
  clear: none; }

.products-widget ul.products {
  font-size: 0;
  line-height: 1; }
  .products-widget ul.products.columns-1 li.product, .products-widget ul.products.columns-2 li.product, .products-widget ul.products.columns-3 li.product, .products-widget ul.products.columns-4 li.product, .products-widget ul.products.columns-5 li.product, .products-widget ul.products.columns-6 li.product {
    width: 100%;
    clear: none; }
  .products-widget ul.products li.product {
    padding: 0 15px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .products-widget ul.products li.product .woocommerce-loop-product__wrapper {
      position: relative;
      cursor: default;
      border-width: 1px;
      border-style: solid;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link {
          display: block;
          z-index: 2;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_thumbnail {
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper {
          position: absolute;
          left: 10px;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center;
          z-index: 2;
          opacity: 0;
          margin-top: 50px;
          -webkit-transition: opacity 0.3s, margin 0.3s;
          transition: opacity 0.3s, margin 0.3s; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.button,
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.added_to_cart {
            margin: 0;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding: 17px 22px;
            font-size: 12px;
            line-height: 1.6667em;
            min-height: 20px;
            border: 0; }
            .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.button.added,
            .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.added_to_cart.added {
              display: none; }
            .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.button.loading:after,
            .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.added_to_cart.loading:after {
              content: ''; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .product-buttons-wrapper a.button:before {
            content: '\e90e';
            display: inline-block;
            vertical-align: middle;
            font: 400 normal 24px/24px 'icomoon';
            margin: -4px 12px -2px 0; }
      .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3 {
          line-height: 1.2em;
          font-weight: 500; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title mark,
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title mark,
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3 mark {
            background: none;
            padding: 0;
            color: inherit; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product_meta {
          font-size: 14px;
          margin-bottom: 7px;
          font-weight: 500; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price {
          margin: 0;
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          letter-spacing: -0.02em; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price:not(:first-child) {
            margin-top: 10px; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price .price_wrapper > .amount {
            color: #fa6c47; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price del {
            opacity: 1;
            font-weight: 500; }
          .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price ins {
            text-decoration: none;
            margin: 0 13px;
            font-weight: inherit;
            color: #fa6c47; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper .star-rating {
          margin: 0;
          font-size: 15px; }
        .products-widget ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper:not(:first-child) {
          margin-top: 15px; }
      .products-widget ul.products li.product .woocommerce-loop-product__wrapper:hover .product-buttons-wrapper {
        opacity: 1;
        margin-top: 0; }
.products-widget.view-type-standard ul.products {
  margin: 0 -15px -30px !important; }
  .products-widget.view-type-standard ul.products li.product {
    margin: 0 0 30px !important; }
    .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper {
      text-align: center;
      overflow: hidden; }
      .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
        margin: 0 auto; }
      .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash {
        position: absolute;
        left: 5px;
        right: initial;
        top: 10px;
        z-index: 3; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item {
          display: block;
          height: 27px;
          font-size: 14px;
          line-height: 27px;
          font-weight: 500;
          text-align: center;
          padding: 0 14px 0 13px;
          margin: 0 5px 10px;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.sale {
            background-color: #e95151;
            color: #ffffff; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_flash .flash-item.new {
            background-color: #e95151;
            color: #ffffff; }
      .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 47px 29px 50px;
        min-height: 107px; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3 {
          font-size: 20px;
          line-height: 1.4em;
          font-weight: 700;
          padding: 0;
          margin-top: 0 !important; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title mark,
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title mark,
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3 mark {
            background: none;
            padding: 0;
            color: inherit; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title:not(:first-child),
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title:not(:first-child),
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3:not(:first-child) {
            margin: 19px 0 0; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price del {
          margin: 0 13px; }
      .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper:not(:first-child) {
          margin: 26px 0 0; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper .price {
          text-align: center;
          white-space: nowrap;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          padding: 19px 15px;
          margin: 0;
          height: 56px;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-top-style: solid;
          border-bottom-style: solid;
          border-right-style: solid;
          border-top-width: 1px;
          border-bottom-width: 1px;
          border-right-width: 1px;
          font-size: 14px;
          line-height: 16px;
          font-weight: 700; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper .price del {
            opacity: 1;
            margin: 0 3px 0 0; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper .price ins {
            text-decoration: none;
            font-weight: inherit; }
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.button,
        .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.added_to_cart {
          width: 100%;
          margin: 0;
          padding: 19px 10px;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.button.added,
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.added_to_cart.added {
            display: none; }
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.button.loading:after,
          .products-widget.view-type-standard ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a.added_to_cart.loading:after {
            content: ''; }
.products-widget.view-type-compact ul.products {
  margin: 0 -15px -22px !important; }
  .products-widget.view-type-compact ul.products li.product {
    margin: 0 0 22px !important; }
    .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border: none; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
        overflow: visible;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 30px 0 0;
        width: 90px;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link {
          padding-bottom: 100%;
          overflow: hidden; }
          .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_link img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            -webkit-border-radius: 5px;
            border-radius: 5px; }
        .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper .attachment-woocommerce_flash {
          display: none; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-product-title,
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .woocommerce-loop-category-title,
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper h3 {
        font-size: 18px;
        font-weight: 700;
        padding: 0; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product_meta {
        margin-bottom: 10px; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .price {
        font-size: 14px;
        line-height: 30px;
        margin: 7px 0 0;
        font-weight: 600; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .content-woocommerce-wrapper .product-rating-wrapper {
        margin: 8px 0 0;
        line-height: 1;
        font-size: 0; }
      .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .product-info-wrapper a {
        display: none; }

@media only screen and (min-width: 576px) {
  .products-widget:not(.is_slider) ul.products.columns-2 li.product, .products-widget:not(.is_slider) ul.products.columns-3 li.product, .products-widget:not(.is_slider) ul.products.columns-4 li.product, .products-widget:not(.is_slider) ul.products.columns-5 li.product, .products-widget:not(.is_slider) ul.products.columns-6 li.product {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .products-widget:not(.is_slider) ul.products.columns-3 li.product, .products-widget:not(.is_slider) ul.products.columns-5 li.product, .products-widget:not(.is_slider) ul.products.columns-6 li.product {
    width: 33.3333%; }
  .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
    width: 120px; }
  .products-widget.view-type-compact ul.products.columns-3 li.product, .products-widget.view-type-compact ul.products.columns-5 li.product, .products-widget.view-type-compact ul.products.columns-6 li.product {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .products-widget:not(.is_slider) ul.products.columns-4 li.product, .products-widget:not(.is_slider) ul.products.columns-5 li.product {
    width: 25%; }
  .products-widget.view-type-compact ul.products.columns-3 li.product, .products-widget.view-type-compact ul.products.columns-5 li.product, .products-widget.view-type-compact ul.products.columns-6 li.product {
    width: 33.3333%; } }
@media only screen and (min-width: 1200px) {
  .products-widget:not(.is_slider) ul.products.columns-5 li.product {
    width: 20%; }
  .products-widget:not(.is_slider) ul.products.columns-6 li.product {
    width: 16.6667%; }
  .products-widget.view-type-compact ul.products li.product .woocommerce-loop-product__wrapper .attachment-woocommerce_wrapper {
    width: 172px; }
  .products-widget.view-type-compact ul.products.columns-4 li.product {
    width: 25%; }
  .products-widget.view-type-compact ul.products.columns-5 li.product {
    width: 20%; }
  .products-widget.view-type-compact ul.products.columns-6 li.product {
    width: 16.6667%; } }
/********** WC Product Category Element **********/
.product-category-widget {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .product-category-widget .product-category-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    right: initial;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .product-category-widget .product-category-header {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: auto;
    z-index: 2; }
  .product-category-widget .product-category-title {
    padding-left: 9%;
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 25px;
    letter-spacing: -0.03em;
    z-index: -1; }
  .product-category-widget .product-category-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 20px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .product-category-widget:hover .product-category-image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }

@media only screen and (min-width: 576px) {
  .product-category-widget .product-category-subtitle {
    padding: 25px 28px; } }
@media only screen and (min-width: 992px) {
  .product-category-widget .product-category-title {
    font-size: 120px;
    line-height: 36px; } }
/********** WP Forms Plugin Element **********/
.agrarium-wpforms-widget .wpforms-widget-heading {
  margin: 0; }
  .agrarium-wpforms-widget .wpforms-widget-heading:not(:last-child) {
    margin: 0 0 1em; }

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"],
div.wpforms-container.wpforms-container-full .wpforms-form select,
div.wpforms-container.wpforms-container-full .wpforms-form textarea {
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-width: 2px;
  border-style: solid;
  padding: 8px 18px;
  width: 100%;
  display: block;
  font-weight: 500;
  outline: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"] {
  height: auto; }
div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 260px; }
div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 190px; }
div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 110px; }
div.wpforms-container.wpforms-container-full .wpforms-form textarea:focus {
  border-width: 2px; }
div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block !important;
  margin: 2px 18px 0 0;
  cursor: pointer;
  vertical-align: text-top;
  border: solid 2px;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:checked:before {
    content: '\f00c';
    position: absolute;
    width: 14px;
    height: 13px;
    font: 700 normal 12px/14px 'Font Awesome 5 Free';
    text-align: center;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0; }
div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 18px 0 0;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  position: relative;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
    right: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"] {
  border: none;
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 14px 0;
  display: block; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    border: none;
    color: transparent; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    border: none;
    color: transparent; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 1px;
    border: none;
    color: transparent; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-track {
    width: 100%;
    height: 1px;
    border: none;
    color: transparent; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: -9px 0 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: -9px 0 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-thumb {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: -9px 0 0; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: -9px 0 0; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px; }
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label {
  -webkit-border-radius: 5px;
  border-radius: 5px; }
div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap {
  position: relative; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-medium {
    max-width: 60%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-small {
    max-width: 25%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-large {
    max-width: 100%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap:after {
    content: '\e801';
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    text-align: center;
    font: 400 normal 6px/50px 'fontello';
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: initial;
    cursor: pointer;
    pointer-events: none;
    z-index: 2; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select {
    width: 100%;
    height: 50px;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-width: 2px;
    border-style: solid;
    padding: 8px 41px 8px 18px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: none;
    position: relative;
    z-index: 2; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select::-ms-expand {
      display: none; }
    div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select[multiple="multiple"] {
      height: 130px; }
  div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap option {
    padding: 0 16px; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
  position: relative;
  z-index: 2; }
div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 18px 20px;
  line-height: 1.6667em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-width: 2px;
  border-style: solid;
  min-width: 70px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  z-index: 2; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"].fullwidth,
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"].fullwidth,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button.fullwidth {
    width: 100%; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:after,
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:after,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:after {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 260%;
    height: 100%;
    -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    -webkit-transform: rotateZ(10deg) translate(-1.2em, 110%);
    -ms-transform: rotateZ(10deg) translate(-1.2em, 110%);
    transform: rotateZ(10deg) translate(-1.2em, 110%);
    transform-origin: 0% 100%; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:active,
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:focus,
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:active,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    outline: none; }
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:hover,
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    border-width: 2px; }
    div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:hover:after,
    div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover:after,
    div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover:after {
      -webkit-transform: rotateZ(0deg) translate(0, 0);
      -ms-transform: rotateZ(0deg) translate(0, 0);
      transform: rotateZ(0deg) translate(0, 0); }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] {
  z-index: 3; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 18px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container {
  margin: -20px -10px 0; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 20px 10px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-description,
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-limit-text {
    font-size: 14px;
    line-height: 1.2em; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-head-container:not(:last-child) {
  margin: 0 0 20px; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-description {
  margin: 0; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 40px 0 0 !important; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 600; }
div.wpforms-container.wpforms-container-full .wpforms-form ul li:before {
  display: none;
  content: none; }
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  margin-right: 30px !important; }
div.wpforms-container.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #ff4c59; }

@media only screen and (min-width: 768px) {
  div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"],
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
    padding: 19px 38px;
    line-height: 1.2308em; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-third, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-sixths {
    width: 33.3333%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-half, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-three-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-fourths {
    width: 50%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-fourth {
    width: 25%; }
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-four-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-thirds {
    width: 66.6666%; } }
.elementor-widget-agrarium_slogan .slogan {
  padding-top: 0.11em;
  font-size: 100px;
  line-height: 1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.elementor-widget-agrarium_vertical_text .vertical-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.elementor-widget-wrap > .elementor-element.elementor-widget-agrarium_vertical_text {
  width: auto; }

/********** Elementor History Carousel Widget **********/
.elementor-widget-agrarium_history_carousel .history-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .elementor-widget-agrarium_history_carousel .history-item .history-year-wrapper {
    width: 70px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .elementor-widget-agrarium_history_carousel .history-item .history-year-wrapper:before {
      content: '';
      display: block;
      width: 31px;
      height: 31px;
      border: 8px solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08); }
    .elementor-widget-agrarium_history_carousel .history-item .history-year-wrapper .history-year {
      letter-spacing: -0.02em;
      font-weight: 700;
      margin-top: 15px;
      -webkit-transform: rotate(90deg) translateY(-100%);
      -ms-transform: rotate(90deg) translateY(-100%);
      transform: rotate(90deg) translateY(-100%);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; }
  .elementor-widget-agrarium_history_carousel .history-item .history-title {
    margin-bottom: 0.7em; }
.elementor-widget-agrarium_history_carousel .owl-dots {
  text-align: left;
  padding-left: 72px;
  margin-top: 30px;
  line-height: 1; }
  .elementor-widget-agrarium_history_carousel .owl-dots .owl-dot > span:after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.4; }
  .elementor-widget-agrarium_history_carousel .owl-dots .owl-dot.active > span:after {
    opacity: 1; }
  .elementor-widget-agrarium_history_carousel .owl-dots .owl-dot:hover > span:after {
    opacity: 1; }

/********** Video Button Element **********/
.elementor-widget-agrarium_video_button .agrarium_video_trigger_button .agrarium_button_icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.elementor-widget-agrarium_video_button .agrarium_video_trigger_button:hover .agrarium_button_icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.agrarium_video_container {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 100px 20px 20px;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }
  .agrarium_video_container.active {
    display: block; }
  .agrarium_video_container.visible {
    opacity: 1; }
  .agrarium_video_container .agrarium_close_popup_layer {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100; }
    .agrarium_video_container .agrarium_close_popup_layer:hover {
      opacity: 1; }
    .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button {
      position: absolute;
      right: 0;
      left: auto;
      top: 0;
      width: 50px;
      height: 50px;
      cursor: pointer;
      -webkit-transition: color 0.3s, background-color 0.3s;
      transition: color 0.3s, background-color 0.3s;
      font: 400 normal 15px/20px 'fontello'; }
      .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button:before {
        content: '\e803';
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        top: 50%;
        left: 50%;
        right: auto;
        margin: -9px 0 0 -9px; }
      .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button svg {
        display: none; }
      body.admin-bar .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button {
        top: 46px; }
  .agrarium_video_container .agrarium_video_wrapper {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .agrarium_video_container .agrarium_video_wrapper .agrarium_video_inner {
      padding-bottom: 56.25%;
      position: relative;
      flex: 1 auto; }
      .agrarium_video_container .agrarium_video_wrapper .agrarium_video_inner iframe {
        width: 100%;
        height: 100%;
        position: absolute; }

.agrarium_video_widget .agrarium_preview_container {
  position: relative; }
  .agrarium_video_widget .agrarium_preview_container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover; }
.agrarium_video_widget .agrarium_video_trigger_button {
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 5px;
  border-radius: 3px;
  z-index: 2; }
  .agrarium_video_widget .agrarium_video_trigger_button span {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .agrarium_video_widget .agrarium_video_trigger_button .agrarium_button_icon {
    width: 58px;
    height: 58px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    .agrarium_video_widget .agrarium_video_trigger_button .agrarium_button_icon i {
      font-size: 21px;
      line-height: 58px;
      position: relative;
      vertical-align: top;
      margin-left: 4px;
      z-index: 2; }
  .agrarium_video_widget .agrarium_video_trigger_button .agrarium_button_text {
    font-size: 16px;
    font-weight: 400;
    display: none; }

@media only screen and (min-width: 768px) {
  .agrarium_video_container {
    padding: 100px 47px 47px; }

  .agrarium_video_widget .agrarium_video_trigger_button {
    padding-right: 40px; }
    .agrarium_video_widget .agrarium_video_trigger_button .agrarium_button_text {
      display: block;
      margin-left: 10px; } }
@media only screen and (min-width: 783px) {
  body.admin-bar .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button {
    top: 32px; } }
@media only screen and (min-width: 1200px) {
  .agrarium_video_container {
    padding-top: 47px; }
    .agrarium_video_container .agrarium_close_popup_layer {
      opacity: 0; }
      .agrarium_video_container .agrarium_close_popup_layer .agrarium_close_button {
        width: 100px;
        height: 100px;
        font-size: 20px; } }
.elementor-widget-agrarium_product_carousel .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -15px; }
  .elementor-widget-agrarium_product_carousel .product-item .product-image-wrapper,
  .elementor-widget-agrarium_product_carousel .product-item .product-wrapper {
    width: 100%;
    padding: 0 15px; }
  .elementor-widget-agrarium_product_carousel .product-item .product-heading:not(:last-child) {
    margin-bottom: 0.3em; }
  .elementor-widget-agrarium_product_carousel .product-item .product-image-wrapper {
    font-size: 0;
    line-height: 0; }
    .elementor-widget-agrarium_product_carousel .product-item .product-image-wrapper img {
      display: inline-block; }
  .elementor-widget-agrarium_product_carousel .product-item .product-price {
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fa6c47; }
  .elementor-widget-agrarium_product_carousel .product-item .product-description:not(:last-child) {
    margin-bottom: 40px; }
  .elementor-widget-agrarium_product_carousel .product-item .product-description ul li {
    font-weight: 600;
    padding-left: 24px; }
    .elementor-widget-agrarium_product_carousel .product-item .product-description ul li:not(:last-child) {
      margin-bottom: 10px; }
    .elementor-widget-agrarium_product_carousel .product-item .product-description ul li:before {
      width: 10px;
      height: 10px;
      top: 0.625em; }
  .elementor-widget-agrarium_product_carousel .product-item .product-button {
    line-height: 0;
    font-size: 0; }
.elementor-widget-agrarium_product_carousel .slick-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .elementor-widget-agrarium_product_carousel .slick-dots li {
    padding-left: 0;
    line-height: 0; }
    .elementor-widget-agrarium_product_carousel .slick-dots li:before {
      display: none; }
    .elementor-widget-agrarium_product_carousel .slick-dots li button {
      font-size: 0;
      padding: 0;
      margin: 3px;
      min-width: auto;
      border: none;
      position: relative;
      padding: 10px;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      background: none; }
      .elementor-widget-agrarium_product_carousel .slick-dots li button:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: none; }
      .elementor-widget-agrarium_product_carousel .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        width: 5px;
        height: 5px;
        border: 1px solid;
        background: transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background 0.3s, border-color 0.3s;
        transition: background 0.3s, border-color 0.3s; }
      .elementor-widget-agrarium_product_carousel .slick-dots li button:after {
        content: '';
        position: relative;
        width: 16px;
        height: 16px;
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid transparent;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
        z-index: initial;
        transform: none;
        background: none; }

@media screen and (min-width: 576px) {
  .elementor-widget-agrarium_product_carousel .product-item .product-image-wrapper,
  .elementor-widget-agrarium_product_carousel .product-item .product-wrapper {
    width: 50%;
    padding: 0 14px; } }
/********** Bottom Background and Sidebar Section **********/
.bottom_section_background .bottom_section_background_wrapper {
  min-height: 220px; }

.bottom_section:not(:last-child) .bottom_section_wrapper:after {
  content: '';
  position: absolute;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: calc(100% - 40px);
  max-width: 1170px;
  left: 20px;
  right: 20px;
  margin: auto;
  bottom: 0; }
.bottom_section .bottom_section_wrapper {
  position: relative;
  padding: 25px 0 40px; }
.bottom_section .bottom_section_container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bottom_section .bottom_section_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px; }
.bottom_section .widget {
  margin: 0 15px;
  margin-top: 20px;
  width: calc(100% - 30px); }

@media screen and (min-width: 576px) {
  .bottom_section .widget {
    width: calc(50% - 30px); } }
@media screen and (min-width: 768px) {
  .bottom_section_background .bottom_section_background_wrapper {
    min-height: 350px; }

  .bottom_section .bottom_section_container {
    padding: 0 30px; }
  .bottom_section:not(:last-child) .bottom_section_wrapper:after {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px; } }
@media screen and (min-width: 992px) {
  .bottom_section .bottom_section_wrapper {
    padding: 45px 0 55px; }
  .bottom_section .bottom_section_container {
    padding: 0 40px; }
  .bottom_section .widget {
    width: calc(33.3333% - 30px); }
  .bottom_section:not(:last-child) .bottom_section_wrapper:after {
    width: calc(100% - 80px);
    left: 40px;
    right: 40px; } }
/********** Footer Layout **********/
.footer {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .footer .footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.footer-section {
  padding: 24px 0;
  position: relative;
  z-index: 1; }
  .footer-section + .footer-section:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px; }
    .footer-type-1 .footer-section + .footer-section:before {
      display: none; }

.footer-top-section:after {
  content: '';
  position: absolute;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: calc(100% - 40px);
  max-width: 1170px;
  left: 20px;
  right: 20px;
  margin: auto;
  bottom: 0; }
.footer-top-section .footer-widgets {
  padding-bottom: 0; }

.footer-row {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-columns-row {
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875em;
  line-height: 1.875em; }
  .footer-columns-row .footer-column {
    padding: 0 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 0; }
    .footer-columns-row .footer-column:first-child {
      margin-top: 0; }

.footer-widgets {
  padding: 0 0 65px; }

.footer-type-1 .footer-widgets,
.footer-type-2 .footer-widgets,
.footer-type-3 .footer-widgets {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .footer-type-1 .footer-widgets .widget,
  .footer-type-2 .footer-widgets .widget,
  .footer-type-3 .footer-widgets .widget {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; }

.footer-type-1 .footer-widgets {
  padding-bottom: 0; }
.footer-type-1 .footer-section-bottom {
  padding-bottom: 40px; }
.footer-type-1 .footer-section + .footer-section-bottom {
  padding-top: 20px; }

.footer .wp-block-group p:empty {
  display: none; }

.footer-type-2 .footer-widgets {
  padding-bottom: 5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .footer-type-2 .footer-widgets .widget {
    text-align: center; }
.footer-type-2 .footer-section:before {
  display: none; }
.footer-type-2 .footer-section-bottom {
  padding-bottom: 50px;
  padding-top: 30px; }
.footer-type-2 .footer-columns-row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

@media only screen and (min-width: 576px) {
  .footer-type-1 .footer-widgets .widget,
  .footer-type-2 .footer-widgets .widget {
    width: calc(50% - 30px); } }
@media only screen and (max-width: 767px) {
  .footer {
    background-image: none !important; }
    .footer .footer-top-section {
      padding-bottom: 34px; }
      .footer .footer-top-section + .footer-section {
        padding-top: 14px; } }
@media only screen and (min-width: 768px) {
  .footer-row,
  .footer-columns-row .footer-column {
    padding: 0 30px; }

  .footer-top-section:after {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px; } }
@media only screen and (min-width: 992px) {
  .footer-row {
    padding: 0 40px; }

  .footer-top-section:after {
    width: calc(100% - 80px);
    left: 40px;
    right: 40px; }

  .footer-type-1 .footer-widgets .widget {
    width: calc(33.3333% - 30px); }

  .footer-type-2 .footer-widgets .widget {
    width: calc(33.3333% - 30px); }

  .footer-type-3 .footer-widgets .widget:nth-child(3n+1) {
    width: calc(25% - 30px);
    text-align: left; }
  .footer-type-3 .footer-widgets .widget:nth-child(3n+2) {
    width: calc(50% - 30px);
    text-align: center; }
  .footer-type-3 .footer-widgets .widget:nth-child(3n) {
    width: calc(25% - 30px);
    text-align: right; }

  .footer-columns-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .footer-columns-row .footer-column {
      padding: 0 40px;
      margin: 0; }
      .footer-columns-row .footer-column:first-child:not(:last-child) {
        text-align: left; }
      .footer-columns-row .footer-column:last-child:not(:first-child) {
        text-align: right; } }
@media only screen and (min-width: 1200px) {
  .footer-type-3 {
    padding: 33px 0 53px; }
    .footer-type-3:after {
      content: '';
      position: absolute;
      display: block;
      top: 32px;
      left: 34px;
      right: 34px;
      bottom: 39px;
      border-width: 1px;
      border-style: solid; }
    .footer-type-3 .footer-section + .footer-section {
      border: none; }
    .footer-type-3 .footer-widgets {
      padding: 0; } }
/********** Footer Additional Menu **********/
.footer-additional-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-additional-menu li {
    display: inline;
    vertical-align: top;
    padding: 0; }
    .footer-additional-menu li:before {
      width: auto;
      height: auto;
      display: inline;
      position: static;
      -webkit-border-radius: 0;
      border-radius: 0;
      left: initial;
      right: initial;
      top: initial;
      border: none;
      background: none; }
    .footer-additional-menu li + li:before {
      content: '|';
      padding: 0 0.25em 0 0;
      margin: 0 10px; }

.agrarium_footer.agrarium_footer_style_1 .agrarium_copyright_container:not(:first-child) {
  margin: 25px 0 0; }

/********** Footer Menu **********/
.footer .footer-menu-container {
  text-align: center; }
.footer .footer-menu {
  list-style: none;
  margin: -20px -15px 0;
  padding: 0;
  font-size: 0;
  line-height: 1; }
  .footer .footer-menu li {
    list-style: none;
    position: relative;
    margin: 20px 15px 0;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    .footer .footer-menu li:before {
      content: none;
      display: none; }
  .footer .footer-menu a {
    display: block; }

.footer-type-2 .footer-menu > li > a {
  font-weight: 400; }
  .footer-type-2 .footer-menu > li > a:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: initial;
    transition: width 0.3s;
    opacity: 0; }
  .footer-type-2 .footer-menu > li > a.current-menu-item:before, .footer-type-2 .footer-menu > li > a:hover:before {
    width: 20px;
    opacity: 1; }

@media only screen and (min-width: 576px) {
  .footer.footer-type-2 .footer-menu {
    margin-left: -16px;
    margin-right: -16px; }
    .footer.footer-type-2 .footer-menu > li {
      margin-left: 16px;
      margin-right: 16px; }
  .footer .footer-menu {
    margin: -20px -35px 0;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .footer .footer-menu li {
      display: block;
      margin: 20px 35px 0; } }
/********** Footer Socials **********/
.footer .wrapper-socials {
  margin: -7px -7px; }
  .footer .wrapper-socials li {
    margin: 7px 7px;
    padding: 0; }
  .footer .wrapper-socials a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    box-sizing: border-box; }

/* ----------------------------- */
/* ----------- Header ---------- */
/* ----------------------------- */
/* ---------- Header Layout ---------- */
.top-bar {
  font-size: 87.5%;
  display: none;
  position: relative;
  z-index: 4; }

.top-bar-row {
  padding: 0;
  margin: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.top-bar-column {
  padding: 0 20px; }
  .top-bar-column:not(:first-child) {
    text-align: right; }
  .top-bar-column:only-child {
    width: 100%; }

.sticky-wrapper {
  -webkit-box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04);
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  .header-type-3 .sticky-wrapper, .header-type-3.with_overlay .sticky-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .header-type-3.sticky-active .sticky-wrapper, .header-type-3.with_overlay.sticky-active .sticky-wrapper {
    -webkit-box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 32.64px 18.36px rgba(0, 0, 0, 0.04); }

.header {
  position: relative;
  z-index: 4;
  display: none !important; }
  .header.header-type-3 .header-background-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    .header.header-type-3 .header-background-overlay img {
      min-width: 100%;
      object-fit: cover; }
  .header.header-type-3 .header-icons-container {
    margin-top: 15px; }
  .header.header-type-3 .header-menu-container {
    margin-right: auto; }
  .header.header-type-3 .main-icons-container {
    width: auto; }
  .header.header-type-3 .main-menu {
    padding-top: 3px; }
    .header.header-type-3 .main-menu > li.menu-item-has-children > a:after {
      margin-top: 6px; }
    .header.header-type-3 .main-menu > li > a {
      padding-top: 43px;
      padding-bottom: 31px; }
  .header.header-type-3 .sticky-wrapper {
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }
  .header.header-type-3.sticky-header-on {
    will-change: background;
    -webkit-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in; }
    .header.header-type-3.sticky-header-on.sticky-active .header-background-overlay {
      opacity: 0;
      visibility: hidden; }
    .header.header-type-3.sticky-header-on.sticky-active .sticky-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
      body.admin-bar .header.header-type-3.sticky-header-on.sticky-active .sticky-wrapper {
        top: 32px; }
      .header.header-type-3.sticky-header-on.sticky-active .sticky-wrapper:before {
        opacity: 1; }
    .header.header-type-3.sticky-header-on .sticky-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      will-change: background-color;
      -webkit-transition: background-color 0.3s ease-in;
      transition: background-color 0.3s ease-in;
      z-index: -1; }
  @media screen and (max-width: 1525px) {
    .header.header-type-3 .main-menu li:not(:last-of-type) {
      margin-right: 20px; }
    .header.header-type-3 .header-phone {
      margin-left: 10px;
      margin-right: 10px; }
    .header.header-type-3 .header-icons-container {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
    .header.header-type-3 .header-logo-icons-container .logo-container {
      margin-left: 10px; }
    .header.header-type-3 .header-icons-container .header-icon {
      margin: 5px 10px; } }
  .header.header-position-over {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .header.sticky-header-on.sticky-ready .sticky-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: transform linear 1s;
    transition: transform linear 1s;
    margin-top: -500px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
      top: 32px; }
  .header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px); }

.header-icons-container {
  margin: 7px 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .header .header-icons-container {
    margin-top: 10px;
    margin-bottom: 10px; }
  .header-icons-container:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header-icons-container:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header-icons-container:first-child:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header-icons-container .header-icon {
    margin: 5px 8px; }
  .header-icons-container .header-button-container {
    margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    line-height: 1;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header-icons-container .header-button-container .agrarium-button {
      min-width: 156px; }

body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
  top: 46px; }

.mobile-header {
  z-index: 4;
  position: relative; }
  .mobile-header.mobile-header-position-over {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .mobile-header .header-icons-container:only-child {
    margin-left: auto; }
  .mobile-header.sticky-header-on.sticky-ready .sticky-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: transform linear 1s;
    transition: transform linear 1s;
    margin-top: -200px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14); }
  .mobile-header.sticky-header-on.sticky-ready.sticky-active .sticky-wrapper {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px); }
  .mobile-header.mobile-header-type-3 .mobile-header-row {
    min-height: 65px; }
  .mobile-header.mobile-header-type-3.sticky-header-on {
    will-change: background;
    transition: background 0.3s ease-in; }
    .mobile-header.mobile-header-type-3.sticky-header-on .sticky-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      will-change: background-color;
      -webkit-transition: background-color 0.3s ease-in;
      transition: background-color 0.3s ease-in;
      z-index: -1; }
    .mobile-header.mobile-header-type-3.sticky-header-on.sticky-active .sticky-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
  .mobile-header.mobile-header-type-3 .logo-container {
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 600px) {
  body.admin-bar .mobile-header.sticky-header-on.sticky-active .sticky-wrapper {
    top: 46px; } }
@media screen and (min-width: 783px) {
  body.admin-bar .mobile-header.sticky-header-on.sticky-active .sticky-wrapper {
    top: 32px; } }
.mobile-header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media only screen and (min-width: 576px) {
  .mobile-header .header-icon.search-trigger, .mobile-header .header-icon.mini-cart, .mobile-header .header-icon.header-button-container {
    display: block; } }
@media only screen and (min-width: 783px) {
  body.admin-bar .header.sticky-header-on.sticky-ready .sticky-wrapper {
    top: 32px; } }
@media only screen and (min-width: 1365px) {
  .top-bar {
    display: block; }

  .header {
    display: block !important; }

  .header-row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header-row .header-icons-container {
      width: 20%; }

  .mobile-header {
    display: none !important; }

  .header.header-type-2 .header-row .header-icons-container {
    width: 10%; }

  .header-menu-container:first-child {
    margin-left: 40px; }

  .header-icons-container .header-icon {
    margin: 5px 20px; }
  .header-icons-container .header-button-container {
    margin-right: 20px;
    margin-left: 20px; }
  .header-icons-container .search-trigger + .mini-cart {
    margin-left: 15px; } }
@media only screen and (min-width: 1526px) and (max-width: 1600px) {
  .header.header-type-3 .header-icons-container {
    margin-left: 15px;
    margin-right: 15px; }
  .header.header-type-3 .logo-container {
    margin-left: 40px; } }
/* ---------- Header Contacts ---------- */
.wrapper-contacts {
  margin: 0 -25px; }
  .wrapper-contacts .contact-item {
    margin: 0 25px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 400;
    position: relative; }
    .wrapper-contacts .contact-item:before {
      display: inline-block;
      height: 1em;
      margin: 0 10px 0 0;
      font-family: 'fontello', sans-serif;
      line-height: 1em;
      font-size: 107.14%;
      font-weight: 400; }
    .wrapper-contacts .contact-item:not(:last-child):after {
      content: '';
      width: 3px;
      height: 3px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: -27px;
      left: auto;
      margin: -1px 0 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .wrapper-contacts .contact-item-email:before {
    content: '\e808'; }
  .wrapper-contacts .contact-item-phone {
    font-weight: 400;
    font-size: 92.8571%; }
    .wrapper-contacts .contact-item-phone:before {
      content: '\e81c';
      font-size: 115.38%; }
  .wrapper-contacts .contact-item-address:before {
    content: '\e809';
    font-size: 106.66%; }
  .wrapper-contacts.top-bar-contacts {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0; }

/* ---------- Header Contacts ---------- */
.wrapper-info {
  margin: 0 -15px;
  padding: 5px 0; }
  .wrapper-info .top-bar-additional-text {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 600;
    font-size: 92.8571%; }
    .wrapper-info .top-bar-additional-text:not(:last-child) {
      margin: 0 15px; }
    .wrapper-info .top-bar-additional-text .additional-text-title {
      font-weight: 400; }

/* ---------- Header Loader ---------- */
.page-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.page-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px; }
  .page-loader .page-loader-logo {
    position: relative;
    z-index: 2;
    margin: auto;
    max-width: 100%;
    height: auto; }

.woocommerce .loader:before {
  content: none;
  display: none; }

.page-loader-inner {
  animation-name: pulsate;
  -webkit-animation-name: pulsate;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pulsate {
  50% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ---------- Header Logo ---------- */
.logo-container {
  margin: 10px 15px 10px 20px;
  width: 100%; }

.mobile-header-row {
  min-height: 65px; }
  .mobile-header-row .logo-container {
    width: 100%; }

.logo {
  font-size: 0;
  line-height: 1; }
  .mobile-header-menu-container.header-type-3 .logo {
    margin: -10px; }

.logo-link {
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .mobile-header-menu-container.header-type-3 .logo-link {
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .logo-link .logo-site-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em; }

.header.header-type-3.sticky-active .header-logo-icons-container {
  margin-bottom: 0; }
  .header.header-type-3.sticky-active .header-logo-icons-container .logo-link {
    -webkit-border-radius: 0;
    border-radius: 0; }

.header.header-type-3 .header-logo-icons-container {
  max-width: 20%;
  margin-top: 0;
  margin-bottom: -36px;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch; }
.header.header-type-3 .logo-container {
  margin-left: 55px;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  overflow: hidden; }
  .header.header-type-3 .logo-container .logo-link {
    padding: 20px 39px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }
    .header.header-type-3 .logo-container .logo-link img {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center; }

.mobile-header-type-3 .logo-container {
  width: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media only screen and (min-width: 1365px) {
  .logo-container {
    margin: 15px; }

  .logo-link .logo-site-name {
    font-size: 22px;
    font-weight: 700; }

  .header.header-type-2 .logo {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; } }
@media only screen and (max-width: 1700px) {
  .header.header-type-3 .header-row .header-logo-icons-container {
    width: 16%; }
  .header.header-type-3 .logo-container {
    margin-left: 20px; } }
/* ---------- Header Login/Logout ---------- */
.login-logout {
  line-height: 1;
  font-size: 0; }
  .login-logout .link-login {
    display: block;
    line-height: 1;
    height: 23px; }
    .login-logout .link-login:before {
      content: '\f2f6';
      font: 700 normal 18px/23px 'Font Awesome 5 Free'; }
  .login-logout .link-logout {
    display: block;
    line-height: 1;
    height: 23px; }
    .login-logout .link-logout:before {
      content: '\f2f5';
      font: 700 normal 18px/23px 'Font Awesome 5 Free'; }

@media only screen and (min-width: 1365px) {
  .login-logout .link-login:before,
  .login-logout .link-logout:before {
    font-size: 22px;
    line-height: 28px; } }
/* ---------- Header Menu ---------- */
.header-icons-container .menu-trigger {
  margin-right: 0; }

.menu-trigger {
  position: relative; }
  .menu-trigger .menu-trigger-icon {
    display: block;
    width: 22px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .menu-trigger .menu-trigger-icon.active .hamburger span:first-child {
      -webkit-transform: rotate(-45deg) translate(-4px, 4px);
      -ms-transform: rotate(-45deg) translate(-4px, 4px);
      transform: rotate(-45deg) translate(-4px, 4px); }
    .menu-trigger .menu-trigger-icon.active .hamburger span:nth-of-type(2) {
      opacity: 0; }
    .menu-trigger .menu-trigger-icon.active .hamburger span:last-child {
      -webkit-transform: rotate(45deg) translate(-4px, -4px);
      -ms-transform: rotate(45deg) translate(-4px, -4px);
      transform: rotate(45deg) translate(-4px, -4px); }
  .menu-trigger .hamburger {
    display: block;
    width: 22px;
    height: 14px;
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -6px 0 0 -11px; }
    .menu-trigger .hamburger span {
      height: 2px;
      width: 22px;
      display: block;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu-trigger .hamburger span:first-child {
        margin-bottom: 4px; }
      .menu-trigger .hamburger span:last-child {
        margin-top: 4px; }

.menu-close {
  position: relative; }
  .menu-close .menu-close-icon {
    display: block;
    width: 16px;
    height: 23px;
    font: 400 normal 16px/24px 'fontello';
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .menu-close .menu-close-icon:before {
      content: '\e803'; }

/* Mobile Menu */
.mobile-header-menu-container {
  width: 320px;
  height: 100%;
  -webkit-box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  position: fixed;
  right: -320px;
  left: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  padding: 0 0 100px; }
  .mobile-header-menu-container.active {
    right: 0;
    left: auto;
    opacity: 1; }
  .mobile-header-menu-container nav {
    font-size: 0;
    line-height: 1; }
  .mobile-header-menu-container .mobile-header-row {
    margin-right: 0;
    margin-left: 0; }
  .mobile-header-menu-container .mini-cart .mini-cart_count > span {
    width: 17px;
    height: 17px;
    line-height: 13px;
    font-size: 10px;
    top: -4px;
    right: -10px; }
  .mobile-header-menu-container .header-icons-container {
    margin-top: 20px;
    margin-bottom: 20px; }
    .mobile-header-menu-container .header-icons-container:only-child {
      margin-left: auto; }
    .mobile-header-menu-container .header-icons-container .header-icon:last-child {
      margin-right: 0; }
  .mobile-header-menu-container .header-mobile-contacts {
    padding: 30px 20px 0; }
    .mobile-header-menu-container .header-mobile-contacts .contact-item {
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
      position: relative; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item .contact-item-title {
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 0.6em; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item + .contact-item {
        margin-top: 13px; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item:before {
        font: 400 normal 18px/31px 'fontello';
        position: absolute;
        display: inline-block;
        vertical-align: top;
        left: 0;
        top: 0; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-address:before {
        content: '\e809'; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-phone {
        font-size: 14px;
        font-weight: 600; }
        .mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-phone:before {
          content: '\e81c'; }
      .mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-email:before {
        content: '\e808'; }
  .mobile-header-menu-container .header-mobile-additional-text {
    padding: 30px 20px 0 30px;
    font-weight: 600;
    line-height: 1.4em; }
    .mobile-header-menu-container .header-mobile-additional-text .additional-text-title {
      display: block;
      font-weight: 400; }
  .mobile-header-menu-container .header-mobile-socials {
    padding: 30px 20px 0; }
    .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
      margin: 0 -7px; }
      .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
        margin: 0 7px 10px; }
        .mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li a {
          width: 30px;
          height: 30px;
          font-size: 13px;
          font-weight: 400;
          line-height: 31px;
          text-align: center;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          position: relative; }
  .mobile-header-menu-container .header-mobile-button {
    padding: 23px 20px 0;
    line-height: 1;
    font-size: 0; }
  .mobile-header-menu-container .main-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-header-menu-container .main-menu li.current-menu-item > a {
      position: relative;
      padding-left: 60px; }
      .mobile-header-menu-container .main-menu li.current-menu-item > a:before {
        background-color: currentColor;
        content: '';
        width: 3px;
        height: 3px;
        display: block;
        position: absolute;
        text-align: center;
        top: 50%;
        right: auto;
        left: 40px;
        margin: -2px 0 0;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .mobile-header-menu-container .main-menu li.current-menu-item > a:hover:before {
        opacity: 1; }
    .mobile-header-menu-container .main-menu > li {
      border-bottom: solid 1px;
      position: relative;
      padding: 0; }
      .mobile-header-menu-container .main-menu > li:before {
        content: none;
        display: none; }
      .mobile-header-menu-container .main-menu > li .sub-menu-trigger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 62px;
        cursor: pointer;
        z-index: 2; }
        .mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
          content: '';
          width: 3px;
          height: 3px;
          display: block;
          position: absolute;
          text-align: center;
          top: 50%;
          right: 22px;
          left: auto;
          margin: -2px 0 0;
          border-radius: 50%;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .mobile-header-menu-container .main-menu > li > a {
        display: block;
        font-size: 14px;
        padding: 24px 58px 24px 20px; }
      .mobile-header-menu-container .main-menu > li.active > a:before, .mobile-header-menu-container .main-menu > li.current-menu-ancestor > a:before, .mobile-header-menu-container .main-menu > li.current-menu-parent > a:before, .mobile-header-menu-container .main-menu > li.current-menu-item > a:before {
        opacity: 1; }
      .mobile-header-menu-container .main-menu > li ul.sub-menu {
        display: none;
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0; }
        .mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
          display: block;
          padding: 13px 43px 13px 0;
          font-size: 14px;
          position: relative; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu > li > a:before {
            content: '';
            width: 3px;
            height: 3px;
            display: block;
            position: absolute;
            text-align: center;
            top: 50%;
            right: auto;
            left: 0px;
            margin: -2px 0 0;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu > li > a:hover:before {
            opacity: 1; }
        .mobile-header-menu-container .main-menu > li ul.sub-menu li {
          position: relative;
          padding: 0; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li:before {
            content: none;
            display: none; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li .sub-menu-trigger {
            height: 40px; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a {
            padding-left: 20px; }
            .mobile-header-menu-container .main-menu > li ul.sub-menu li.current-menu-item > a:before {
              opacity: 1; }
          .mobile-header-menu-container .main-menu > li ul.sub-menu li > a:hover {
            padding-left: 20px; }
      .mobile-header-menu-container .main-menu > li > ul.sub-menu {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        padding: 10px 0 10px 30px !important; }
        .mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
          margin: 0 0 0 20px; }
  .mobile-header-menu-container .wrapper-socials > li {
    padding-left: 0;
    padding-right: 0; }
    .mobile-header-menu-container .wrapper-socials > li a {
      padding: 0; }

/* Desktop */
.header nav {
  font-size: 0;
  line-height: 1; }
.header .header-menu-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .header .header-menu-row .logo {
    margin: 20px 70px; }
.header .header-menu-container:first-child .main-menu > li > a {
  padding-top: 35px; }
  .header .header-menu-container:first-child .main-menu > li > a:after {
    margin-top: -3px; }
.header .main-menu {
  padding: 0;
  height: 100%;
  box-sizing: border-box; }
  .header .main-menu li {
    list-style: none;
    position: relative;
    padding: 0; }
    .header .main-menu li:before {
      content: none;
      display: none; }
    .header .main-menu li:not(:last-of-type) {
      margin-right: 20px; }
  .header .main-menu > li > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 35px 0 40px;
    top: 1px; }
    .header .main-menu > li > a:before {
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0;
      right: 2px;
      opacity: 0;
      -webkit-transition: opacity, 0.3s;
      transition: opacity, 0.3s; }
  .header .main-menu > li.menu-item-has-children > a:before {
    left: 0;
    right: 13px; }
  .header .main-menu > li:hover > a:before {
    opacity: 1; }
  .header .main-menu > li.current-menu-ancestor > a:before, .header .main-menu > li.current-menu-parent > a:before, .header .main-menu > li.current-menu-item > a:before {
    opacity: 1; }
  .header .main-menu > li.menu-item-has-children > a {
    padding-right: 12px;
    padding-left: 0; }
    .header .main-menu > li.menu-item-has-children > a:after {
      content: '';
      width: 3px;
      height: 3px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      margin-top: -2px;
      right: 0;
      left: auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .header .main-menu > li.menu-item-has-children.current-menu-ancestor > a:before, .header .main-menu > li.menu-item-has-children.current-menu-parent > a:before, .header .main-menu > li.menu-item-has-children.current-menu-item > a:before {
    left: 0;
    right: 15px; }
.header.header-type-2 .header-row .header-menu-container {
  width: 100%; }
.header.header-type-3 .main-menu > li > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .header.header-type-3 .main-menu > li > a:after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
.header.header-type-3.sticky-active .main-menu > li > a {
  padding-top: 31px; }
  .header.header-type-3.sticky-active .main-menu > li > a:after {
    margin-top: 0; }
.header.header-type-3.sticky-active .header-icons-container:not(.header-logo-icons-container) {
  margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .header .main-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    line-height: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (min-width: 1200px) {
  .header .main-menu li:not(:last-of-type) {
    margin-right: 43px; } }
/* ---------- Header Sub Menu ---------- */
.header .main-menu > li ul.sub-menu {
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  left: -38px;
  width: 232px;
  padding: 35px 29px 35px 39px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }
  .header .main-menu > li ul.sub-menu > li {
    position: relative;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s; }
    .header .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
      content: '\e824';
      font: 400 normal 9px/18px 'fontello';
      width: 20px;
      height: 18px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 0;
      left: auto;
      margin: -9px 0 0;
      -webkit-transition: color 0.3s, opacity 0.3s;
      transition: color 0.3s, opacity 0.3s; }
    .header .main-menu > li ul.sub-menu > li:not(:last-of-type) {
      margin-bottom: 20px; }
    .header .main-menu > li ul.sub-menu > li > a {
      display: block;
      position: relative;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      padding: 0 20px 0 0; }
      .header .main-menu > li ul.sub-menu > li > a:before {
        opacity: 0;
        content: '';
        width: 3px;
        height: 3px;
        display: block;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -2px;
        right: auto;
        left: 0px;
        border-radius: 50%;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
    .header .main-menu > li ul.sub-menu > li:hover > a, .header .main-menu > li ul.sub-menu > li.current-menu-item > a {
      padding-left: 20px; }
      .header .main-menu > li ul.sub-menu > li:hover > a:before, .header .main-menu > li ul.sub-menu > li.current-menu-item > a:before {
        opacity: 1; }
.header .main-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0); }
  .header .main-menu li:hover > ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -35px;
    right: initial;
    margin: 0 0 0 32px; }
    .header .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
      content: '';
      position: absolute;
      display: block;
      width: 31px;
      left: initial;
      right: 100%;
      top: 0;
      bottom: 0;
      opacity: 0; }
  .header .main-menu li:hover > ul.sub-menu > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+8) {
      -webkit-transition-delay: 0.45s;
      transition-delay: 0.45s; }

@media only screen and (min-width: 768px) {
  .mobile-header-row {
    margin: 0 10px; } }
@media only screen and (min-width: 992px) {
  .mobile-header-row {
    margin: 0 20px; } }
/* ---------- Header Minicart ---------- */
.mini-cart {
  width: 18px;
  height: 23px;
  position: relative; }
  .mini-cart .mini-cart-trigger {
    width: 18px;
    height: 23px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3; }
  .mini-cart .mini-cart_count > span {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    top: -8px;
    right: -12px;
    left: initial;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    border: 2px solid;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s ease-in;
    transition: border-color 0.3s ease-in; }
  .mini-cart .mini-cart-panel {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 600px;
    -webkit-box-shadow: 0px 7px 38px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 7px 38px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 7px 38px rgba(0, 0, 0, 0.13);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0 !important;
    visibility: hidden;
    z-index: 2;
    padding: 100px 46px 50px 50px;
    overflow: hidden; }
    .mini-cart .mini-cart-panel.empty {
      padding-top: 30px;
      padding-bottom: 40px;
      width: 400px; }
    .mini-cart .mini-cart-panel:before {
      content: '';
      position: absolute;
      display: block;
      width: 100px;
      height: 100px;
      right: 0;
      top: 0;
      left: initial;
      border: 1px solid;
      border-top: 0;
      border-right: 0; }
    .mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
      margin: 0; }
    .mini-cart .mini-cart-panel .mini-cart-title {
      margin: 0 44px 21px 0;
      letter-spacing: -0.03em;
      word-spacing: 1px; }
    .mini-cart .mini-cart-panel .cart_list {
      list-style: none;
      margin: 0 -46px 0 -50px;
      display: block; }
      .mini-cart .mini-cart-panel .cart_list:not(:first-child) {
        padding: 0; }
      .mini-cart .mini-cart-panel .cart_list li {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 30px 46px 30px 50px;
        margin: 0 !important; }
        .mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
          border-top-width: 1px;
          border-top-style: solid; }
        .mini-cart .mini-cart-panel .cart_list li:before {
          display: none;
          content: none; }
        .mini-cart .mini-cart-panel .cart_list li a {
          font-weight: inherit;
          display: inline; }
        .mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper {
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0;
          margin: 0 40px 0 0;
          position: static;
          border-width: 1px;
          border-style: solid;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          overflow: hidden;
          width: 105px;
          height: 105px;
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper img {
            display: block;
            position: relative;
            margin: 0;
            float: none;
            width: auto;
            height: auto;
            border: none;
            -webkit-align-self: auto;
            -moz-align-self: auto;
            -ms-align-self: auto;
            align-self: auto;
            -webkit-transition: border-color, 0.3s;
            transition: border-color, 0.3s; }
        .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
          display: block;
          width: 66%; }
          .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper h6 {
            font-weight: 500;
            margin: 0;
            line-height: 1.375em; }
          .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin: 12px 0 0;
            font-weight: 500; }
        .mini-cart .mini-cart-panel .cart_list li .product-rating-wrapper {
          margin-top: 12px !important; }
        .mini-cart .mini-cart-panel .cart_list li .subtotal {
          font-size: 14px;
          margin-top: 3px;
          font-weight: 500;
          color: #fa6c47;
          width: 34%; }
        .mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
          position: static;
          font-size: 25px;
          font-weight: 400;
          line-height: 1;
          margin: 0 0 0 20px;
          background: none;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex-shrink: 0;
          flex-shrink: 0; }
          .mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button:hover {
            color: #fa6c47 !important; }
    .mini-cart .mini-cart-panel .total {
      margin: 0 -46px 0 -50px;
      padding: 25px 46px 0 50px;
      border-width: 0;
      border-style: solid;
      border-top-width: 1px;
      font-weight: 500;
      font-size: 16px; }
      .mini-cart .mini-cart-panel .total strong {
        font-weight: inherit; }
    .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
      position: relative;
      z-index: 2;
      padding: 15px 0 0;
      margin: 0 -5px;
      font-size: 0;
      line-height: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:after {
        content: none;
        display: none; }
      .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 15px 5px 0;
        font-size: 14px;
        line-height: 60px;
        min-width: 146px;
        padding: 0 20px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
        .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):hover:after {
          -webkit-transform: rotateZ(10deg) translate(-1.2em, 110%);
          -ms-transform: rotateZ(10deg) translate(-1.2em, 110%);
          transform: rotateZ(10deg) translate(-1.2em, 110%); }
        .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):after {
          -webkit-transform: rotateZ(0deg) translate(0, 0);
          -ms-transform: rotateZ(0deg) translate(0, 0);
          transform: rotateZ(0deg) translate(0, 0); }
  .mini-cart:hover .mini-cart-trigger {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .mini-cart:hover .mini-cart-panel {
    opacity: 1 !important;
    visibility: visible; }

.mobile-header .mini-cart .mini-cart_count > span {
  width: 17px;
  height: 17px;
  line-height: 13px;
  font-size: 10px;
  top: -4px;
  right: -10px; }

@media only screen and (min-width: 1365px) {
  .mini-cart {
    width: 25px; }
    .mini-cart .mini-cart-trigger {
      width: 25px; }
    .mini-cart .mini-cart-count:before {
      font-size: 22px; } }
/* ---------- Header Page Title ---------- */
.header-position-over + .page-title-container .page-title-row {
  top: 20px; }
  @media screen and (min-width: 992px) {
    .header-position-over + .page-title-container .page-title-row {
      top: 57px; } }

.page-title-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 50px 0;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 360px; }
  .page-title-container .page-title-row {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1210px;
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .page-title-container .page-title-box {
    position: relative; }
  .page-title-container .page-title-decoration-image {
    position: absolute;
    left: 3px;
    bottom: 100%;
    margin: 0 0 7px 0;
    max-width: 100%; }
  .page-title-container .page-title {
    margin: 0 0 12px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-shadow: 0px 0px 32.64px rgba(0, 0, 0, 0.11);
    position: relative; }
  .page-title-container .page-title,
  .page-title-container .page-title-wrapper .page-title-box {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -0.05em; }

.page-title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover; }

.page-title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-title-additional {
  vertical-align: top;
  position: absolute;
  letter-spacing: 0;
  font-size: 50px;
  bottom: 20px;
  font-weight: 400;
  line-height: 1em;
  right: 40px;
  white-space: nowrap; }

.page-title-bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding-top: 52px;
  background-color: #fff;
  background-clip: content-box; }
  .page-title-bottom-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/page-title-layer.png"); }

.breadcrumbs {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%; }
  .breadcrumbs .delimiter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 7px;
    position: relative;
    top: -1px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

@media only screen and (min-width: 576px) {
  .page-title-container:before {
    height: 105px; }
  .page-title-container .page-title,
  .page-title-container .page-title-wrapper .page-title-box {
    font-size: 45px; }
  .page-title-container .page-title:before {
    height: 46px;
    width: 38px; }

  .page-title-additional {
    font-size: 1.3em;
    bottom: 10px; } }
@media only screen and (min-width: 768px) {
  .page-title-container {
    min-height: 500px; }
    .page-title-container .page-title-row {
      padding: 0 30px; }
    .page-title-container .page-title,
    .page-title-container .page-title-wrapper .page-title-box {
      font-size: 60px; }

  .breadcrumbs {
    font-size: 16px;
    line-height: 30px; } }
@media only screen and (min-width: 992px) {
  .page-title-container .page-title-row {
    padding: 0 40px;
    max-width: 1250px; }
  .page-title-container .page-title,
  .page-title-container .page-title-wrapper .page-title-box {
    font-size: 80px; }
  .page-title-container .page-title-additional {
    font-size: 1.875em;
    bottom: -25px;
    right: 14.5%; } }
/* ---------- Header Search ---------- */
.search-trigger {
  width: 16px;
  height: 23px; }
  .search-trigger .search-trigger-icon {
    width: 16px;
    height: 23px;
    display: block;
    font: 400 normal 16px/24px 'fontello';
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search-trigger .search-trigger-icon:before {
      content: '\e81b'; }

.site-search {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  padding: 20px 46px 20px 5px;
  height: 25px;
  z-index: 1000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .site-search.active {
    top: 0;
    opacity: 1; }
  .site-search .site-search-close {
    position: absolute;
    top: 50%;
    right: 15px;
    left: initial;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font: 400 normal 16px/16px 'fontello';
    text-align: center; }
    .site-search .site-search-close:before {
      content: '\e803'; }
    .site-search .site-search-close:hover {
      opacity: .5; }
  .site-search .search-form {
    border: none;
    padding: 0; }
    .site-search .search-form .search-form-field {
      padding: 0 0 0 50px;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 25px;
      line-height: 25px; }
    .site-search .search-form .search-form-icon {
      left: initial;
      right: initial;
      top: 50%;
      bottom: initial;
      width: 42px;
      height: 42px;
      margin: -22px 0 0;
      background: none;
      font-size: 20px;
      line-height: 44px; }
      .site-search .search-form .search-form-icon:hover {
        background: none; }

@media only screen and (min-width: 992px) {
  .site-search {
    padding: 37px 100px 37px 40px;
    height: 25px; }
    .site-search .site-search-close {
      right: 40px;
      left: initial;
      width: 20px;
      height: 20px;
      margin: -10px 0 0;
      font-size: 20px; }
    .site-search .search-form .search-form-field {
      padding: 0 0 0 95px;
      height: 25px;
      line-height: 25px;
      font-family: 'Manrope', sans-serif;
      font-weight: 500; }
    .site-search .search-form .search-form-icon {
      width: 42px;
      height: 42px;
      margin: -21px 0 0;
      font-size: 22px;
      line-height: 42px; } }
@media only screen and (min-width: 1365px) {
  .search-trigger {
    width: 21px; }
    .search-trigger .search-trigger-icon {
      width: 21px;
      font-size: 21px;
      line-height: 26px; } }
/* ---------- Header Sidebar ---------- */
.dropdown-trigger {
  position: relative; }
  .dropdown-trigger .dropdown-trigger-item {
    font-family: 'fontello';
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    position: relative; }
    .dropdown-trigger .dropdown-trigger-item:hover {
      opacity: 0.7; }
    .header.header-type-1 .dropdown-trigger .dropdown-trigger-item {
      border-right: 1px solid; }
    .dropdown-trigger .dropdown-trigger-item:before {
      content: '\e827';
      position: absolute;
      left: 50%;
      right: initial;
      top: 50%; }

.mobile-header .dropdown-trigger,
.mobile-header-menu-container .dropdown-trigger {
  margin: 5px 8px !important; }
.mobile-header .dropdown-trigger-item,
.mobile-header-menu-container .dropdown-trigger-item {
  font-size: 18px !important;
  line-height: 1em;
  width: 18px !important;
  height: 23px !important; }
  .mobile-header .dropdown-trigger-item:before,
  .mobile-header-menu-container .dropdown-trigger-item:before {
    width: 18px !important;
    height: 18px !important;
    margin: -9px 0 0 -9px !important; }

.header.header-type-1 .dropdown-trigger {
  margin: -10px 15px -10px -20px !important; }

.header-type-1 .dropdown-trigger {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch; }
  .header-type-1 .dropdown-trigger .dropdown-trigger-item {
    width: 105px;
    height: 100%;
    font-size: 24px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    position: relative; }
    .header-type-1 .dropdown-trigger .dropdown-trigger-item:before {
      width: 24px;
      height: 24px;
      margin: -13px 0 0 -14px; }

.header.header-type-2 .dropdown-trigger {
  margin: -7px 0 -7px -14px !important; }

.header-type-2 .dropdown-trigger {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }
  .header-type-2 .dropdown-trigger .dropdown-trigger-item {
    width: 88px;
    height: 88px;
    background: none;
    font-size: 24px; }
    .header-type-2 .dropdown-trigger .dropdown-trigger-item:before {
      width: 24px;
      height: 24px;
      transform: translate(-50%, -50%);
      margin-top: -2px; }

.header.header-type-3 .dropdown-trigger {
  margin: -10px -20px -10px -10px !important; }

.header-type-3 .dropdown-trigger {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch; }
  .header-type-3 .dropdown-trigger .dropdown-trigger-item {
    width: 105px;
    height: 100%;
    font-size: 24px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative; }
    @media only screen and (min-width: 1526px) and (max-width: 1600px) {
      .header-type-3 .dropdown-trigger .dropdown-trigger-item {
        width: 90px; } }
    .header-type-3 .dropdown-trigger .dropdown-trigger-item:before {
      width: 24px;
      height: 24px;
      margin: -13px 0 0 -14px; }
@media screen and (max-width: 1525px) {
  .header-type-3 .dropdown-trigger .dropdown-trigger-item {
    width: 80px; } }

.slide-sidebar-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 12;
  width: 280px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), right 0.6s cubic-bezier(0.77, 0, 0.175, 1), left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), right 0.6s cubic-bezier(0.77, 0, 0.175, 1), left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 112px 20px 50px;
  overflow: auto; }
  .slide-sidebar-wrapper .widget-title:before {
    display: none; }
  .slide-sidebar-wrapper.slide-sidebar-position-left {
    right: initial;
    left: -320px; }
    .slide-sidebar-wrapper.slide-sidebar-position-left.active {
      opacity: 1;
      right: initial;
      left: 0; }
  .slide-sidebar-wrapper.slide-sidebar-position-right {
    right: -320px;
    left: initial; }
    .slide-sidebar-wrapper.slide-sidebar-position-right.active {
      opacity: 1;
      right: 0;
      left: initial; }
  .slide-sidebar-wrapper .slide-sidebar-close {
    position: absolute;
    right: 20px;
    left: initial;
    top: 50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    font: 400 normal 20px/20px 'fontello'; }
    .slide-sidebar-wrapper .slide-sidebar-close:hover {
      opacity: 0.6; }
    .slide-sidebar-wrapper .slide-sidebar-close:before {
      content: '\e803'; }
  .slide-sidebar-wrapper .wrapper-socials > li {
    padding: 0;
    margin: 7px; }
  .slide-sidebar-wrapper #form-preview .mc4wp-form .mc4wp-form-fields button,
  .slide-sidebar-wrapper .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button {
    font-size: 0;
    border: none; }

body.admin-bar .slide-sidebar-wrapper {
  top: 46px; }

@media only screen and (min-width: 783px) {
  body.admin-bar .slide-sidebar-wrapper {
    top: 32px; } }
@media only screen and (min-width: 992px) {
  .slide-sidebar-wrapper {
    width: 300px;
    padding: 112px 50px 50px; }
    .slide-sidebar-wrapper.slide-sidebar-position-left {
      right: initial;
      left: -420px; }
      .slide-sidebar-wrapper.slide-sidebar-position-left.active {
        right: initial;
        left: 0; }
    .slide-sidebar-wrapper.slide-sidebar-position-right {
      right: -420px;
      left: initial; }
      .slide-sidebar-wrapper.slide-sidebar-position-right.active {
        right: 0;
        left: initial; }
    .slide-sidebar-wrapper .slide-sidebar-close {
      left: initial;
      right: 50px; } }
/* ---------- Header Social Buttons ---------- */
.wrapper-socials {
  padding: 0;
  list-style: none;
  line-height: 1;
  margin: 0 -10.5px;
  white-space: nowrap;
  cursor: default; }
  .wrapper-socials li {
    padding: 7px 6px;
    display: inline-block;
    vertical-align: middle; }
    .top-bar .wrapper-socials li {
      border-left: 1px solid; }
    .wrapper-socials li:before {
      content: none;
      display: none; }
  .wrapper-socials a {
    text-align: center;
    display: block;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    font-family: 'Font Awesome 5 Brands';
    font-size: 80%;
    padding: 8px; }
  .wrapper-socials.top-bar-socials {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .wrapper-socials.top-bar-socials:last-child {
      margin-right: 0; }
      .wrapper-socials.top-bar-socials:last-child > li:last-child {
        padding-right: 0; }
        .wrapper-socials.top-bar-socials:last-child > li:last-child > a {
          padding-right: 1px; }
    .wrapper-socials.top-bar-socials:not(:first-child) {
      margin-left: 18.5px; }

.slide-sidebar-wrapper .wrapper-socials {
  margin: -7px; }
  .slide-sidebar-wrapper .wrapper-socials li {
    margin: 7px; }
  .slide-sidebar-wrapper .wrapper-socials a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px; }

/* ---------- Header User Menu ---------- */
.top-bar-menu,
ul.top-bar-menu {
  margin: 0 -12.5px;
  padding: 5px 0;
  list-style: none; }
  .top-bar-menu li,
  ul.top-bar-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12.5px;
    padding: 0; }
    .top-bar-menu li:before,
    ul.top-bar-menu li:before {
      display: none;
      content: none; }
  .top-bar-menu li:not(:last-child),
  ul.top-bar-menu li:not(:last-child) {
    margin: 0 0 0 11px;
    padding: 0 18px 0 0; }
    .top-bar-menu li:not(:last-child):after,
    ul.top-bar-menu li:not(:last-child):after {
      content: '';
      width: 3px;
      height: 3px;
      display: block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 0;
      left: auto;
      margin: -1px 0 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .top-bar-menu a,
  ul.top-bar-menu a {
    display: block; }

.header-icons-container.header-phone {
  width: auto; }
  .header-icons-container.header-phone .header-phone-container {
    margin: 0; }
    .header-icons-container.header-phone .header-phone-container > a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      justify-content: stretch;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .header-icons-container.header-phone .header-phone-container .header-phone-text > span:not(.phone-number) {
      font-size: 14px;
      display: block;
      line-height: 1em; }
    .header-icons-container.header-phone .header-phone-container .header-phone-text .phone-number {
      font-weight: 600; }
    .header-icons-container.header-phone .header-phone-container .header-phone-icon {
      width: 34px;
      height: 34px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-right: 15px; }

@media screen and (min-width: 1600px) {
  .header-icons-container.header-phone {
    width: 12%; } }
/********** Widgets Common Style **********/
.widget-title,
.footer-widget-title,
.side-widget-title {
  position: relative;
  letter-spacing: normal; }
  .widget-title:last-child,
  .footer-widget-title:last-child,
  .side-widget-title:last-child {
    margin: 0; }
  .widget-title img,
  .footer-widget-title img,
  .side-widget-title img {
    display: none; }

.sidebar .widget a {
  font-weight: 600; }
.sidebar .widget:not(:first-child) {
  margin: 60px 0 0; }
.sidebar .widget .widget-title {
  letter-spacing: -0.03em; }
  .sidebar .widget .widget-title:not(:last-child) {
    margin-bottom: .7em; }

.slide-sidebar-wrapper .widget:not(:first-child) {
  margin: 60px 0 0; }
.slide-sidebar-wrapper h3:not(:last-child) {
  margin-bottom: 0.5em; }

.footer .widget {
  margin: 60px 0 0; }
.footer .footer-top-section .widget {
  margin-top: 45px; }

.sidebar .widget_search .wp-block-search__label {
  position: relative; }
.sidebar .widget_search .wp-block-search__label:before,
.sidebar .widget-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 62px;
  height: 14px;
  z-index: -1;
  background: left/cover no-repeat url("../img/widget-title-icon.png"); }

/********** WordPress Standard Archive Widget **********/
.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul li {
    font-weight: 500;
    padding: 0 0 0 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .widget_archive ul li:not(:first-child) {
      margin: 6px 0 0; }
    .widget_archive ul li .post-count {
      float: right; }
.widget_archive .widget-wrapper > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-width: 2px;
  border-style: solid;
  background: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  left: 1px;
  right: initial;
  top: 13px; }

.wp-block-archives-dropdown:not(:last-child) {
  margin-bottom: 2rem; }

.wp-block-archives,
body .content-wrapper .wp-block-archives {
  list-style: none;
  margin: 0; }
  .wp-block-archives:not(:last-child),
  body .content-wrapper .wp-block-archives:not(:last-child) {
    margin-bottom: 2rem; }
  .wp-block-archives li,
  body .content-wrapper .wp-block-archives li {
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .wp-block-archives li:not(:first-child),
    body .content-wrapper .wp-block-archives li:not(:first-child) {
      margin: 6px 0 0; }
    .wp-block-archives li:before,
    body .content-wrapper .wp-block-archives li:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }
    .wp-block-archives li .post-count,
    body .content-wrapper .wp-block-archives li .post-count {
      float: right; }
  .wp-block-archives ul,
  body .content-wrapper .wp-block-archives ul {
    list-style: none;
    margin: 0;
    padding: 4px 0 0; }

/********** WordPress Standard Media Audio Widget **********/
.widget_media_audio .mejs-container,
.widget_media_audio .mejs-controls,
.mejs-audio .mejs-container,
.mejs-audio .mejs-controls {
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.widget_media_audio .mejs-horizontal-volume-slider,
.mejs-audio .mejs-horizontal-volume-slider {
  width: 50px;
  margin: 0 0 0 10px; }
.widget_media_audio .mejs-time-rail,
.mejs-audio .mejs-time-rail {
  margin: 0; }
.widget_media_audio .mejs-time-handle-content,
.mejs-audio .mejs-time-handle-content {
  border: none;
  left: -4px;
  width: 1px; }
.widget_media_audio .mejs-time,
.mejs-audio .mejs-time {
  padding-top: 15px; }
.widget_media_audio .mejs-button,
.mejs-audio .mejs-button {
  width: 20px; }
  .widget_media_audio .mejs-button > button,
  .mejs-audio .mejs-button > button {
    margin: 10px 0;
    padding: 0;
    border: none;
    min-width: 0;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .widget_media_audio .mejs-button > button:before,
    .mejs-audio .mejs-button > button:before {
      content: none;
      display: none; }
    .widget_media_audio .mejs-button > button:after,
    .mejs-audio .mejs-button > button:after {
      font: 700 normal 18px/20px 'Font Awesome 5 Free';
      background: none !important;
      position: relative;
      width: auto;
      height: auto;
      top: initial;
      bottom: initial;
      left: initial;
      right: initial;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .widget_media_audio .mejs-button.mejs-play > button:after,
  .mejs-audio .mejs-button.mejs-play > button:after {
    content: '\f04b'; }
  .widget_media_audio .mejs-button.mejs-pause > button:after,
  .mejs-audio .mejs-button.mejs-pause > button:after {
    content: '\f04c'; }
  .widget_media_audio .mejs-button.mejs-mute > button:after,
  .mejs-audio .mejs-button.mejs-mute > button:after {
    content: '\f028'; }
  .widget_media_audio .mejs-button.mejs-unmute > button:after,
  .mejs-audio .mejs-button.mejs-unmute > button:after {
    content: '\f026'; }

/********** WordPress Standard Calendar Widget **********/
body .content-wrapper .widget_calendar,
.widget_calendar,
body .content-wrapper .wp-block-calendar,
.wp-block-calendar {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body .content-wrapper .widget_calendar a,
  .widget_calendar a,
  body .content-wrapper .wp-block-calendar a,
  .wp-block-calendar a {
    text-decoration: none; }
  body .content-wrapper .widget_calendar .wp-calendar-table,
  .widget_calendar .wp-calendar-table,
  body .content-wrapper .wp-block-calendar .wp-calendar-table,
  .wp-block-calendar .wp-calendar-table {
    width: 100%;
    text-align: center; }
  body .content-wrapper .widget_calendar .calendar_wrap,
  .widget_calendar .calendar_wrap,
  body .content-wrapper .wp-block-calendar .calendar_wrap,
  .wp-block-calendar .calendar_wrap {
    padding: 61px 12px 19px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    body .content-wrapper .widget_calendar .calendar_wrap:not(:first-child),
    .widget_calendar .calendar_wrap:not(:first-child),
    body .content-wrapper .wp-block-calendar .calendar_wrap:not(:first-child),
    .wp-block-calendar .calendar_wrap:not(:first-child) {
      margin: 20px 0 0; }
  body .content-wrapper .widget_calendar table,
  .widget_calendar table,
  body .content-wrapper .wp-block-calendar table,
  .wp-block-calendar table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    z-index: 2;
    text-align: center;
    margin: 0; }
    body .content-wrapper .widget_calendar table thead th,
    .widget_calendar table thead th,
    body .content-wrapper .wp-block-calendar table thead th,
    .wp-block-calendar table thead th {
      font-size: 16px;
      font-weight: 700;
      background: none;
      border: none !important;
      padding: 1px !important;
      text-align: center; }
    body .content-wrapper .widget_calendar table tbody td,
    .widget_calendar table tbody td,
    body .content-wrapper .wp-block-calendar table tbody td,
    .wp-block-calendar table tbody td {
      padding: 0 !important;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 30px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      border: none !important; }
      body .content-wrapper .widget_calendar table tbody td#today,
      .widget_calendar table tbody td#today,
      body .content-wrapper .wp-block-calendar table tbody td#today,
      .wp-block-calendar table tbody td#today {
        position: relative; }
        body .content-wrapper .widget_calendar table tbody td#today:before,
        .widget_calendar table tbody td#today:before,
        body .content-wrapper .wp-block-calendar table tbody td#today:before,
        .wp-block-calendar table tbody td#today:before {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          left: -2px;
          right: -2px;
          border: 2px solid;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
    body .content-wrapper .widget_calendar table tbody a,
    .widget_calendar table tbody a,
    body .content-wrapper .wp-block-calendar table tbody a,
    .wp-block-calendar table tbody a {
      display: block;
      position: relative; }
      body .content-wrapper .widget_calendar table tbody a:before,
      .widget_calendar table tbody a:before,
      body .content-wrapper .wp-block-calendar table tbody a:before,
      .wp-block-calendar table tbody a:before {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        right: initial;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: -15px 0 0 -15px;
        z-index: -1; }
  body .content-wrapper .widget_calendar caption,
  .widget_calendar caption,
  body .content-wrapper .wp-block-calendar caption,
  .wp-block-calendar caption {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14.2857%;
    position: absolute;
    display: block;
    top: 22px;
    left: 0;
    right: 0;
    white-space: nowrap; }
  body .content-wrapper .widget_calendar .wp-calendar-nav,
  .widget_calendar .wp-calendar-nav,
  body .content-wrapper .wp-block-calendar .wp-calendar-nav,
  .wp-block-calendar .wp-calendar-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
      font-size: 0;
      line-height: 1;
      width: 14.2857%;
      height: 28px;
      display: block;
      position: absolute;
      top: 23px;
      text-align: center; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
        display: block;
        text-decoration: none;
        opacity: .35;
        -webkit-transition: color 0.3s, opacity 0.3s;
        transition: color 0.3s, opacity 0.3s; }
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
          font: 400 normal 8px/28px 'fontello'; }
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
          opacity: 1; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
      left: 3px;
      right: initial; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
        content: '\e80d'; }
    body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
      left: initial;
      right: 3px; }
      body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before,
      .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
        content: '\e824'; }

body .content-wrapper .wp-block-calendar,
.wp-block-calendar,
body .content-wrapper .widget_calendar .calendar_wrap,
.widget_calendar .calendar_wrap {
  padding: 60px 25px 25px;
  position: relative;
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  body .content-wrapper .wp-block-calendar:not(:last-child),
  .wp-block-calendar:not(:last-child),
  body .content-wrapper .widget_calendar .calendar_wrap:not(:last-child),
  .widget_calendar .calendar_wrap:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-calendar table,
  .wp-block-calendar table,
  body .content-wrapper .widget_calendar .calendar_wrap table,
  .widget_calendar .calendar_wrap table {
    margin: 0; }
    body .content-wrapper .wp-block-calendar table tr th,
    body .content-wrapper .wp-block-calendar table tr td,
    .wp-block-calendar table tr th,
    .wp-block-calendar table tr td,
    body .content-wrapper .widget_calendar .calendar_wrap table tr th,
    body .content-wrapper .widget_calendar .calendar_wrap table tr td,
    .widget_calendar .calendar_wrap table tr th,
    .widget_calendar .calendar_wrap table tr td {
      border: none !important; }
  body .content-wrapper .wp-block-calendar caption,
  .wp-block-calendar caption,
  body .content-wrapper .widget_calendar .calendar_wrap caption,
  .widget_calendar .calendar_wrap caption {
    top: 20px;
    left: 25px;
    right: 25px; }
  body .content-wrapper .wp-block-calendar .wp-calendar-nav,
  .wp-block-calendar .wp-calendar-nav,
  body .content-wrapper .widget_calendar .calendar_wrap .wp-calendar-nav,
  .widget_calendar .calendar_wrap .wp-calendar-nav {
    left: 25px;
    right: 25px;
    top: -1px; }
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    body .content-wrapper .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
      left: 0;
      right: initial; }
    body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
    body .content-wrapper .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
      left: initial;
      right: 0; }

/********** WordPress Standard Categories Widget **********/
.widget_categories ul,
body .content-wrapper ul.wp-block-categories {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0; }
  .widget_categories ul li,
  body .content-wrapper ul.wp-block-categories li {
    position: relative;
    font-weight: 500;
    padding: 0; }
    .widget_categories ul li:not(:first-child),
    body .content-wrapper ul.wp-block-categories li:not(:first-child) {
      margin: 6px 0 0; }
    .widget_categories ul li:before,
    body .content-wrapper ul.wp-block-categories li:before {
      content: none;
      display: none; }
    .widget_categories ul li.cat-item-hierarchical,
    body .content-wrapper ul.wp-block-categories li.cat-item-hierarchical {
      margin-right: 20px;
      margin-left: 0; }
    .widget_categories ul li .post-count,
    body .content-wrapper ul.wp-block-categories li .post-count {
      float: right; }
    .widget_categories ul li .widget-archive-trigger,
    .widget_categories ul li .block-archive-trigger,
    body .content-wrapper ul.wp-block-categories li .widget-archive-trigger,
    body .content-wrapper ul.wp-block-categories li .block-archive-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_categories ul li .widget-archive-trigger:before,
      .widget_categories ul li .block-archive-trigger:before,
      body .content-wrapper ul.wp-block-categories li .widget-archive-trigger:before,
      body .content-wrapper ul.wp-block-categories li .block-archive-trigger:before {
        content: '\e824'; }
      .widget_categories ul li .widget-archive-trigger.active,
      .widget_categories ul li .block-archive-trigger.active,
      body .content-wrapper ul.wp-block-categories li .widget-archive-trigger.active,
      body .content-wrapper ul.wp-block-categories li .block-archive-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_categories ul li > ul,
    body .content-wrapper ul.wp-block-categories li > ul {
      margin: 0 -20px 0 0;
      padding: 6px 0 0 20px;
      list-style: none;
      position: relative; }
  .widget_categories ul > li,
  body .content-wrapper ul.wp-block-categories > li {
    padding: 0 0 0 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .widget_categories ul > li:before,
    body .content-wrapper ul.wp-block-categories > li:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }

.wp-block-categories:not(:last-child) {
  margin-bottom: 2rem; }

/********** WordPress Standard Custom HTML Widget **********/
/********** WordPress Standard Media Gallery Widget **********/
.widget_media_gallery .gallery {
  margin: 0px -5px;
  font-size: 0;
  line-height: 1; }
  .widget_media_gallery .gallery.gallery-columns-1 .gallery-item, .widget_media_gallery .gallery.gallery-columns-3 .gallery-item, .widget_media_gallery .gallery.gallery-columns-5 .gallery-item, .widget_media_gallery .gallery.gallery-columns-7 .gallery-item, .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 100%; }
  .widget_media_gallery .gallery.gallery-columns-2 .gallery-item, .widget_media_gallery .gallery.gallery-columns-4 .gallery-item, .widget_media_gallery .gallery.gallery-columns-6 .gallery-item, .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 50%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-3 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-4 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-5 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-6 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 16.6667%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-7 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-8 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .slide-sidebar-wrapper .widget_media_gallery .gallery.gallery-columns-9 .gallery-item, .sidebar .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%; }
  .widget_media_gallery .gallery .gallery-item {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .widget_media_gallery .gallery .gallery-item img {
      height: auto;
      border: none !important;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  .widget_media_gallery .gallery .gallery-caption {
    font-size: 14px;
    line-height: 1.4286em;
    text-align: center;
    font-style: italic;
    padding: 5px 0 0; }
  .widget_media_gallery .gallery .gallery-icon {
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .widget_media_gallery .gallery .gallery-icon a {
      display: block;
      position: relative; }
      .widget_media_gallery .gallery .gallery-icon a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        z-index: 1; }
      .widget_media_gallery .gallery .gallery-icon a:hover:before {
        opacity: 0.6; }

body .content-wrapper .gallery {
  margin: 0 -10px -10px 0;
  font-size: 0;
  line-height: 1; }
  body .content-wrapper .gallery .gallery-item {
    padding: 0 10px 10px 0;
    margin: 2px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body .content-wrapper .gallery .gallery-item img {
      height: auto;
      border: none !important;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    body .content-wrapper .gallery .gallery-item .gallery-icon {
      overflow: initial;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      body .content-wrapper .gallery .gallery-item .gallery-icon a {
        display: block;
        position: relative;
        text-decoration: none; }
    body .content-wrapper .gallery .gallery-item .gallery-caption {
      font-size: 14px;
      line-height: 1.4286em;
      text-align: center;
      font-style: italic;
      padding: 5px 0 0; }
  body .content-wrapper .gallery:not(:last-child) {
    margin-bottom: 2rem; }

@media only screen and (min-width: 768px) {
  .widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 33.3333%; }
  .widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 16.6667%; }
  .widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 14.2857%; }
  .widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 11.1111%; } }
/********** WordPress Standard Media Image Widget **********/
.widget_media_image a {
  display: block; }
.widget_media_image img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

img[class*="wp-image"] {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/********** Instagram Feed Widget **********/
.widget_instagram-feed-widget #sb_instagram:not(:first-child) {
  margin-top: 8px; }
.widget_instagram-feed-widget #sb_instagram #sbi_images {
  margin: -1px;
  width: calc(100% + 2px); }
  .widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item {
    padding: 1px !important; }
.widget_instagram-feed-widget #sbi_mod_error {
  line-height: 1.5em;
  float: none !important; }

/********** Mailchimp for WordPress Widget **********/
#form-preview {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#form-preview .mc4wp-form .mc4wp-form-fields,
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
  position: relative; }
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="text"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="tel"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="number"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="url"],
  #form-preview .mc4wp-form .mc4wp-form-fields input[type="email"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="text"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="tel"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="number"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="url"],
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"] {
    padding-right: 70px; }
  #form-preview .mc4wp-form .mc4wp-form-fields button,
  .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button {
    width: 51px;
    min-width: 51px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .content-wrapper #form-preview .mc4wp-form .mc4wp-form-fields button, .content-wrapper
    .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button {
      font-size: 0; }
    #form-preview .mc4wp-form .mc4wp-form-fields button:before,
    .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:before {
      content: '\e815';
      font: 400 normal 20px/50px 'fontello'; }
    #form-preview .mc4wp-form .mc4wp-form-fields button:after,
    .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:after {
      width: 305%;
      left: -180%;
      right: initial; }

.footer .mc4wp-form .mc4wp-form-fields .form {
  font-size: 0.875em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .footer .mc4wp-form .mc4wp-form-fields .form input {
    font-size: inherit;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .footer .mc4wp-form .mc4wp-form-fields .form button {
    margin-left: 5px;
    padding: 8px 15px;
    min-width: 98px;
    width: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .footer .mc4wp-form .mc4wp-form-fields .form button {
        min-width: 75px; } }
    .footer .mc4wp-form .mc4wp-form-fields .form button:before {
      display: none; }

/********** WordPress Standard Meta Widget **********/
.widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_meta ul li {
    font-weight: 500;
    padding: 0 0 0 20px;
    position: relative; }
    .widget_meta ul li:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px; }
    .widget_meta ul li:not(:first-child) {
      margin: 6px 0 0; }

/********** WordPress Standard Navigation Menu Widget **********/
.widget_nav_menu ul,
.widget_agrarium_nav_menu_widget ul {
  list-style: none;
  padding: 0 20px 0 0; }
  .widget_nav_menu ul.columns-2, .widget_nav_menu ul.columns-3,
  .widget_agrarium_nav_menu_widget ul.columns-2,
  .widget_agrarium_nav_menu_widget ul.columns-3 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px; }
  .widget_nav_menu ul li,
  .widget_agrarium_nav_menu_widget ul li {
    position: relative;
    font-weight: 400;
    padding: 0; }
    .widget_nav_menu ul li:before,
    .widget_agrarium_nav_menu_widget ul li:before {
      content: none;
      display: none; }
    .widget_nav_menu ul li:not(:first-child),
    .widget_agrarium_nav_menu_widget ul li:not(:first-child) {
      margin: 6px 0 0; }
    .widget_nav_menu ul li .widget-menu-trigger,
    .widget_agrarium_nav_menu_widget ul li .widget-menu-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_nav_menu ul li .widget-menu-trigger:before,
      .widget_agrarium_nav_menu_widget ul li .widget-menu-trigger:before {
        content: '\e824'; }
      .widget_nav_menu ul li .widget-menu-trigger.active,
      .widget_agrarium_nav_menu_widget ul li .widget-menu-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_nav_menu ul li > ul,
    .widget_agrarium_nav_menu_widget ul li > ul {
      margin: 0 -20px 0 20px;
      padding: 6px 20px 0 0; }
    .widget_nav_menu ul li > a,
    .widget_agrarium_nav_menu_widget ul li > a {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .widget_nav_menu ul li > a:before,
      .widget_agrarium_nav_menu_widget ul li > a:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        right: initial;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        opacity: 0; }
    .widget_nav_menu ul li:hover > a:before, .widget_nav_menu ul li.current-menu-item > a:before, .widget_nav_menu ul li.current-menu-ancestor > a:before, .widget_nav_menu ul li.current-menu-parent > a:before, .widget_nav_menu ul li.current_page_item > a:before,
    .widget_agrarium_nav_menu_widget ul li:hover > a:before,
    .widget_agrarium_nav_menu_widget ul li.current-menu-item > a:before,
    .widget_agrarium_nav_menu_widget ul li.current-menu-ancestor > a:before,
    .widget_agrarium_nav_menu_widget ul li.current-menu-parent > a:before,
    .widget_agrarium_nav_menu_widget ul li.current_page_item > a:before {
      width: 17px;
      opacity: 1; }

@media only screen and (min-width: 1280px) {
  .widget_nav_menu ul.columns-3,
  .widget_agrarium_nav_menu_widget ul.columns-3 {
    -webkit-column-count: 3;
    column-count: 3; } }
/********** Agrarium Banner Widget **********/
.widget_agrarium_banner_widget .banner-widget-wrapper {
  position: relative;
  padding: 40px 42px 40px;
  min-height: 327px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  .widget_agrarium_banner_widget .banner-widget-wrapper .additional_text {
    font-size: 80px;
    font-family: 'Herbarium';
    position: absolute;
    bottom: -6px;
    right: -12px;
    color: inherit; }
  .widget_agrarium_banner_widget .banner-widget-wrapper > img {
    position: absolute;
    left: 0;
    right: initial;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .widget_agrarium_banner_widget .banner-widget-wrapper .banner-content {
    position: relative; }
  .widget_agrarium_banner_widget .banner-widget-wrapper .banner-title {
    position: relative;
    margin: 0;
    letter-spacing: -0.015em;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600; }
  .widget_agrarium_banner_widget .banner-widget-wrapper .banner-description {
    font-size: 0.875em; }
    .widget_agrarium_banner_widget .banner-widget-wrapper .banner-description:not(:first-child) {
      margin: 22px 0 0; }
  .widget_agrarium_banner_widget .banner-widget-wrapper .banner-button {
    font-size: 0;
    line-height: 1; }
    .widget_agrarium_banner_widget .banner-widget-wrapper .banner-button:not(:first-child) {
      margin: 42px 0 0; }
    .widget_agrarium_banner_widget .banner-widget-wrapper .banner-button .agrarium-button {
      display: block;
      min-width: auto; }

/********** Agrarium Contact Widget **********/
.widget_agrarium_contacts_widget .agrarium-contacts-widget-logo a {
  font-size: 22px;
  font-weight: 700; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-logo:not(:last-child) {
  margin-bottom: 16px; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-logo:not(:first-child) {
  margin-top: 22px; }
.widget_agrarium_contacts_widget .widget-socials:not(:first-child) {
  margin-top: 30px; }
.widget_agrarium_contacts_widget .widget-title + .widget-socials {
  margin-top: 17px; }
.widget_agrarium_contacts_widget .footer-widget-wrapper .agrarium-contacts-widget-logo {
  margin-top: 5px; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-link {
  margin-top: 17px; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-link a {
    border-bottom: 2px solid;
    padding-bottom: 2px;
    margin-left: 32px;
    position: relative; }
    .widget_agrarium_contacts_widget .agrarium-contacts-widget-link a svg {
      position: absolute;
      left: -32px;
      width: 20px;
      height: 27px;
      top: 0; }
      .widget_agrarium_contacts_widget .agrarium-contacts-widget-link a svg path {
        transition: all .3s; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-field {
  padding: 0;
  position: relative; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field:not(:first-child) {
    margin-top: 5px; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field.labeled {
    margin-top: 17px; }
    .widget_agrarium_contacts_widget .agrarium-contacts-widget-field.labeled .field-label {
      margin-bottom: 5px;
      font-size: 0.75em;
      letter-spacing: 0.05em;
      font-weight: 500;
      text-transform: uppercase; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field:before {
    position: absolute;
    display: none;
    width: 24px;
    height: 24px;
    left: 0;
    right: initial;
    top: 6px; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field.agrarium-contacts-widget-address:before {
    content: '\e809';
    font: 400 normal 24px/24px 'fontello'; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field.agrarium-contacts-widget-phone:before {
    content: '\e81c';
    font: 400 normal 24px/24px 'fontello'; }
  .widget_agrarium_contacts_widget .agrarium-contacts-widget-field.agrarium-contacts-widget-email:before {
    content: '\e808';
    font: 400 normal 24px/24px 'fontello'; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-copyright:not(:first-child) {
  margin-top: 35px; }
.widget_agrarium_contacts_widget .agrarium-contacts-widget-copyright p {
  font-size: 14px;
  line-height: 1.7143em; }

.elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-description {
  margin-bottom: 1.75em; }
.elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-field:not(:last-child) {
  margin-bottom: 15px; }
.elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-field .field-label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  font-weight: 500; }
.elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link {
  margin-top: 25px; }
  .elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link a {
    margin-left: 32px;
    position: relative; }
    .elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 20px;
      height: 2px;
      background-color: #eece38;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link a:hover:before {
      width: 100%; }
    .elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link a svg {
      position: absolute;
      left: -32px;
      width: 20px;
      height: 27px;
      top: 0; }
      .elementor-widget-wp-widget-agrarium_contacts_widget .agrarium-contacts-widget-link a svg path {
        transition: all .3s; }

/********** Agrarium Featured Posts Widget **********/
.widget_agrarium_featured_posts_widget .featured-posts-wrapper {
  padding: 4px 0 0; }
  .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item:not(:first-child) {
      margin-top: 23px; }
    .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-img {
      width: 70px;
      margin: 6px 30px 0 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-img img {
        position: relative;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
    .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description {
      width: 100%;
      line-height: 1.625em; }
      .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description .featured-posts-item-link {
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.5em; }
      .widget_agrarium_featured_posts_widget .featured-posts-wrapper .featured-posts-item .featured-posts-item-description .featured-posts-item-date {
        display: block;
        font-size: 87.5%;
        line-height: 1.5em;
        font-weight: 600;
        margin: 8px 0 0; }

/********** Agrarium Quote Widget **********/
.footer .widget_agrarium_quote_widget {
  width: calc(100% - 30px) !important; }
  .footer .widget_agrarium_quote_widget .quote-widget-wrapper {
    padding-bottom: 31px; }
.widget_agrarium_quote_widget .quote-widget-row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.widget_agrarium_quote_widget .quote-widget-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%; }
.widget_agrarium_quote_widget .quote-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: right;
  width: 100%; }
.widget_agrarium_quote_widget .quote-description {
  margin: 10px 0; }
.widget_agrarium_quote_widget .quote-title {
  margin-bottom: 7px;
  line-height: 1.2em;
  font-size: 1.5625em; }
.widget_agrarium_quote_widget .quote-button {
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .widget_agrarium_quote_widget .quote-description {
    margin: 0; }

  .footer .widget_agrarium_quote_widget .quote-widget-content {
    width: 58.3333%; }
  .footer .widget_agrarium_quote_widget .quote-button {
    width: 41.6666%;
    margin-top: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

  .footer .widget_agrarium_quote_widget .quote-title {
    font-size: 2.1875em; } }
@media screen and (min-width: 992px) {
  .footer .widget_agrarium_quote_widget .quote-title {
    font-size: 2.5em; } }
/********** WordPress Standard Page Widget **********/
.widget_pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_pages ul li {
    position: relative;
    font-weight: 500;
    padding: 0; }
    .widget_pages ul li:before {
      content: none;
      display: none; }
    .widget_pages ul li:not(:first-child) {
      margin: 6px 0 0; }
    .widget_pages ul li .widget-archive-trigger {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      left: auto;
      text-align: right;
      cursor: pointer;
      font: 400 normal 12px/30px 'fontello';
      width: 20px;
      height: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .widget_pages ul li .widget-archive-trigger:before {
        content: '\e824'; }
      .widget_pages ul li .widget-archive-trigger.active {
        -webkit-transform: rotate(90deg) translate(-6px, -4px);
        -ms-transform: rotate(90deg) translate(-6px, -4px);
        transform: rotate(90deg) translate(-6px, -4px);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
    .widget_pages ul li > ul {
      margin: 0 -20px 0 20px;
      padding: 6px 20px 0 0;
      list-style: none;
      position: relative; }
.widget_pages .widget-wrapper > ul > li {
  padding: 0 0 0 20px;
  margin-right: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .widget_pages .widget-wrapper > ul > li:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-width: 2px;
    border-style: solid;
    background: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    left: 1px;
    right: initial;
    top: 13px; }

.widget_pages:not(:last-child) {
  margin-bottom: 2rem; }

/********** WordPress Standard Recent Comments Widget **********/
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recent_comments ul:not(:first-child) {
    padding: 2px 0 0; }
  .widget_recent_comments ul .recentcomments {
    position: relative;
    line-height: 1.6875em;
    font-weight: 500;
    padding: 0 0 0 20px; }
    .widget_recent_comments ul .recentcomments:not(:first-child) {
      margin: 18px 0 0; }
    .widget_recent_comments ul .recentcomments:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 13px;
      box-sizing: border-box; }

body .content-wrapper .wp-block-latest-comments,
.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 4px 0 0; }
  body .content-wrapper .wp-block-latest-comments:not(:last-child),
  .wp-block-latest-comments:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-latest-comments li,
  .wp-block-latest-comments li {
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 0 20px;
    position: relative; }
    body .content-wrapper .wp-block-latest-comments li:not(:first-child),
    .wp-block-latest-comments li:not(:first-child) {
      margin: 25px 0 0; }
    body .content-wrapper .wp-block-latest-comments li:before,
    .wp-block-latest-comments li:before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      background: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      left: 1px;
      right: initial;
      top: 0.6em;
      box-sizing: border-box; }
    body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-date,
    .wp-block-latest-comments li .wp-block-latest-comments__comment-date {
      display: block;
      font-size: 75%;
      line-height: 1.5em;
      font-weight: 600;
      text-transform: uppercase;
      margin: 3px 0 0;
      letter-spacing: -0.02em; }
    body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt,
    .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
      font-size: 15px;
      line-height: 1.6667em;
      margin: 5px 0 0; }
      body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
      .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
        font-size: 15px;
        line-height: 1.6667em; }
      body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child,
      .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p:last-child {
        margin: 0; }
  body .content-wrapper .wp-block-latest-comments.has-avatars li,
  .wp-block-latest-comments.has-avatars li {
    padding: 0; }
    body .content-wrapper .wp-block-latest-comments.has-avatars li:before, body .content-wrapper .wp-block-latest-comments.has-avatars li:after,
    .wp-block-latest-comments.has-avatars li:before,
    .wp-block-latest-comments.has-avatars li:after {
      content: none;
      display: none; }
    body .content-wrapper .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt,
    .wp-block-latest-comments.has-avatars li .wp-block-latest-comments__comment-excerpt {
      margin-left: 52px; }

/********** WordPress Standard Recent Posts Widget **********/
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recent_entries ul:not(:first-child) {
    padding: 2px 0 0; }
  .widget_recent_entries ul li {
    position: relative;
    line-height: 1.6875em;
    padding: 0; }
    .widget_recent_entries ul li:before {
      content: none;
      display: none; }
    .widget_recent_entries ul li:not(:first-child) {
      margin-top: 18px; }
    .widget_recent_entries ul li a {
      font-weight: 500;
      letter-spacing: -0.007em; }
    .widget_recent_entries ul li .post-date {
      display: block;
      font-size: 87.5%;
      line-height: 1.5em;
      font-weight: 600;
      margin: 6px 0 0;
      letter-spacing: -0.02em; }

body .content-wrapper .wp-block-latest-posts,
.wp-block-latest-posts {
  padding: 7px 0 0; }
  body .content-wrapper .wp-block-latest-posts:not(:last-child),
  .wp-block-latest-posts:not(:last-child) {
    margin-bottom: 2rem; }
  body .content-wrapper .wp-block-latest-posts.is-grid,
  .wp-block-latest-posts.is-grid {
    margin-top: -27px; }
    body .content-wrapper .wp-block-latest-posts.is-grid li:first-child,
    .wp-block-latest-posts.is-grid li:first-child {
      margin-top: 27px; }
  body .content-wrapper .wp-block-latest-posts li,
  .wp-block-latest-posts li {
    overflow: hidden;
    padding: 0; }
    body .content-wrapper .wp-block-latest-posts li:not(:last-of-type),
    .wp-block-latest-posts li:not(:last-of-type) {
      margin-bottom: 0; }
    body .content-wrapper .wp-block-latest-posts li:not(:first-child),
    .wp-block-latest-posts li:not(:first-child) {
      margin-top: 25px;
      margin-bottom: 0; }
    body .content-wrapper .wp-block-latest-posts li:before,
    .wp-block-latest-posts li:before {
      content: none;
      display: none; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image,
    .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
      margin: 0 0 8px;
      order: 0; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft {
        margin: 5px 30px 8px 0; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright {
        margin: 5px 0 8px 30px; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter {
        margin: 0 0 16px; }
        body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a,
        .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a {
          vertical-align: top; }
        body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img,
        .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img {
          margin: 0 auto; }
      body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
      .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
        position: relative;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
    body .content-wrapper .wp-block-latest-posts li > a,
    body .content-wrapper .wp-block-latest-posts li > .item-wrapper > a,
    .wp-block-latest-posts li > a,
    .wp-block-latest-posts li > .item-wrapper > a {
      display: block;
      line-height: 1.5em;
      order: 1;
      position: relative; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date,
    .wp-block-latest-posts li .wp-block-latest-posts__post-date {
      display: block;
      font-size: 87.5%;
      line-height: 1.5em;
      font-weight: 600;
      margin: 10px 0 0;
      letter-spacing: 0;
      order: 2; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
    .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
      font-size: 15px;
      line-height: 1.6667em;
      margin: 5px 0 0;
      order: 3; }
    body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author,
    .wp-block-latest-posts li .wp-block-latest-posts__post-author {
      order: 4;
      display: block;
      margin: 5px 0 0;
      font-size: inherit;
      font-style: normal;
      font-weight: 600; }

/********** WordPress Standard RSS Widget **********/
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_rss ul li {
    padding: 0; }
    .widget_rss ul li:before {
      content: none;
      display: none; }
    .widget_rss ul li:not(:first-child) {
      margin-top: 27px; }
  .widget_rss ul a.rsswidget {
    font-weight: 500;
    line-height: 1.6875em; }
.widget_rss .rss-date {
  display: block;
  font-size: 87.5%;
  line-height: 1.5em;
  font-weight: 600;
  margin: 6px 0 0;
  letter-spacing: -0.02em; }
.widget_rss .rssSummary {
  margin: 13px 0 0;
  font-size: 87.5%;
  line-height: 1.6em; }
.widget_rss cite {
  display: block;
  margin: 5px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 87.5%; }

body .content-wrapper .wp-block-rss {
  margin: 0 0 -27px;
  padding: 0; }
  body .content-wrapper .wp-block-rss:not(:last-child) {
    margin: 0; }
  body .content-wrapper .wp-block-rss li.wp-block-rss__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 27px;
    padding: 0; }
    body .content-wrapper .wp-block-rss li.wp-block-rss__item:before {
      content: none;
      display: none; }
  body .content-wrapper .wp-block-rss.is-grid {
    margin: 0 -1em -27px 0;
    padding: 0; }
    body .content-wrapper .wp-block-rss.is-grid:not(:last-child) {
      margin: 0 -1em 0 0; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-title {
    display: block;
    font-size: 18px;
    line-height: 1.3333em;
    font-weight: 700;
    order: 0; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-publish-date {
    order: 1;
    display: block;
    font-size: 75%;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px 0 0;
    letter-spacing: -0.02em; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-author {
    order: 3;
    display: block;
    margin: 5px 0 0;
    font-size: inherit;
    font-style: normal;
    font-weight: 600; }
  body .content-wrapper .wp-block-rss .wp-block-rss__item-excerpt {
    order: 2;
    font-size: 15px;
    line-height: 1.6667em;
    margin: 5px 0 0; }

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
  padding: 0; }
  .widget_search .search-form .search-form-icon {
    top: 16px;
    bottom: 16px;
    right: 17px;
    left: auto;
    top: 15px;
    bottom: 19px;
    z-index: 0;
    text-align: center;
    font-size: 20px; }
  .widget_search .search-form .search-form-field {
    height: 52px;
    padding: 8px 55px 8px 18px;
    line-height: 22px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.wp-block-search {
  position: relative; }
  .wp-block-search:not(:last-child) {
    margin-bottom: 2rem; }
  .wp-block-search .wp-block-search__label {
    margin: 0 0 .85em;
    font-size: 18px;
    line-height: 1.4737em;
    font-weight: 600;
    display: block; }
  .wp-block-search .wp-block-search__input {
    height: 50px;
    padding: 8px 18px;
    max-width: none;
    background: none;
    outline: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    border: solid 2px; }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__button {
    margin: 0 0 0 5px;
    padding: 8px 18px;
    min-width: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon {
      padding-left: 28px;
      padding-right: 28px; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      padding: 8px 18px;
      height: 48px; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
      padding: 0;
      min-width: 60px;
      height: 48px;
      margin: 0 !important;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:before {
        content: none;
        display: none; }
  .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon {
    border: none; }
    .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon .search-icon {
      display: none; }
    .footer .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:after {
      opacity: 1; }
    .footer .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:after {
      content: '\e81b';
      display: block;
      width: 20px;
      position: absolute;
      right: 17px;
      left: auto;
      top: 13px;
      bottom: 19px;
      z-index: 0;
      text-align: center;
      font: 400 normal 20px/20px 'fontello';
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      transform: none;
      background: none;
      height: auto; }
  .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
    padding: 0 15px; }
  .wp-block-search.wp-block-search__text-button:empty:after {
    content: '\e81b';
    display: block;
    width: 22px;
    position: absolute;
    right: 17px;
    top: 17px;
    bottom: 19px;
    z-index: 2;
    text-align: center;
    font: 400 normal 22px/25px 'fontello';
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

@media only screen and (min-width: 992px) {
  .wp-block-search .wp-block-search__label {
    font-size: 20px;
    line-height: 25px; } }
/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .widget_tag_cloud .tagcloud:first-child {
    margin-top: -10px; }
  .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    padding: 5px 11px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px;
    cursor: pointer;
    text-decoration: none; }

.wp-block-tag-cloud {
  margin: 0 -5px;
  font-size: 0;
  line-height: 1; }
  .wp-block-tag-cloud .tag-cloud-link {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    padding: 5px 11px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px;
    cursor: pointer;
    text-decoration: none; }
  .wp-block-tag-cloud:not(:last-child) {
    margin-bottom: 2rem; }

/********** WordPress Standard Text Widget **********/
.widget_text img[class*='wp-image-'] {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/********** WordPress Standard Media Video Widget **********/
.wp-video {
  overflow: hidden; }
  .wp-video .mejs-container,
  .wp-video iframe,
  .wp-video video {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .wp-video .mejs-layers .mejs-poster {
    z-index: 3;
    background-blend-mode: luminosity;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .wp-video .mejs-layers .mejs-overlay-play {
    z-index: 3;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .wp-video .mejs-controls {
    opacity: 0 !important;
    -webkit-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .wp-video .mejs-mediaelement:hover ~ .mejs-controls {
    opacity: 1 !important; }
  .wp-video .mejs-time-handle-content {
    border: none;
    left: -4px;
    width: 1px; }
  .wp-video .mejs-time {
    padding-top: 15px; }
  .wp-video .mejs-time-rail {
    margin: 0; }
  .wp-video .mejs-overlay-play .mejs-overlay-button {
    width: 100px;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: none;
    text-align: center;
    outline: none;
    pointer-events: auto; }
    @media screen and (max-width: 767px) {
      .wp-video .mejs-overlay-play .mejs-overlay-button {
        width: 58px;
        height: 58px; } }
    .wp-video .mejs-overlay-play .mejs-overlay-button svg {
      width: 11px;
      -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
      transform: translateX(2px); }
      .wp-video .mejs-overlay-play .mejs-overlay-button svg path {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress {
      position: absolute;
      width: 88px;
      height: 88px;
      top: calc(50% - 44px);
      left: calc(50% - 44px);
      -webkit-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__circle,
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
      fill: none;
      stroke-width: 1px; }
    .wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
      -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
      transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress {
      -webkit-transform: scale3d(1.2, 1.2, 1);
      -ms-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1); }
    .wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress__path {
      stroke-dashoffset: 0; }
  .wp-video .mejs-button {
    width: 20px; }
    .wp-video .mejs-button + .mejs-button {
      margin: 0 0 0 10px; }
    .wp-video .mejs-button > button {
      margin: 10px 0;
      padding: 0;
      border: none;
      min-width: 0;
      background: none !important; }
      .wp-video .mejs-button > button:before {
        font: 700 normal 18px/20px 'Font Awesome 5 Free'; }
      .wp-video .mejs-button > button:after {
        content: none;
        display: none; }
    .wp-video .mejs-button.mejs-play > button:before {
      content: '\f04b'; }
    .wp-video .mejs-button.mejs-pause > button:before {
      content: '\f04c'; }
    .wp-video .mejs-button.mejs-mute > button:before {
      content: '\f028'; }
    .wp-video .mejs-button.mejs-unmute > button:before {
      content: '\f026'; }
    .wp-video .mejs-button.mejs-fullscreen-button > button:before {
      content: '\f0b2'; }
    .wp-video .mejs-button.mejs-fullscreen-button.mejs-unfullscreen > button:before {
      content: '\f066'; }
