/*!
Theme Name: epirus
Version: 1.0.0
Text Domain: epirus
*/
/*! Lity - v3.0.0-dev - 2018-07-09 */
.lity-active,
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
/*! Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.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;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*! JSSocials */
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490f3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box:hover {
  background: #dcdcdc;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent #dcdcdc transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*! Fonts */
@font-face {
  font-family: "PF Futura Neu Light Obl";
  src: url(assets/fonts/PFFuturaNeuLightObl-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuLightObl-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuLightObl-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuLightObl-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuLightObl-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuLightObl-Regular.svg#PFFuturaNeuLightObl-Regular)
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu Obl";
  src: url(assets/fonts/PFFuturaNeuObl-Bold.eot);
  src: url(assets/fonts/PFFuturaNeuObl-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuObl-Bold.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuObl-Bold.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuObl-Bold.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuObl-Bold.svg#PFFuturaNeuObl-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url(assets/fonts/PFFuturaNeuLight-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuLight-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuLight-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuLight-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuLight-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuLight-Regular.svg#PFFuturaNeuLight-Regular)
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url(assets/fonts/PFFuturaNeuThin-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuThin-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuThin-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuThin-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuThin-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuThin-Regular.svg#PFFuturaNeuThin-Regular)
      format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url(assets/fonts/PFFuturaNeuMedium-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuMedium-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuMedium-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuMedium-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuMedium-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuMedium-Regular.svg#PFFuturaNeuMedium-Regular)
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu SemiBold Obl";
  src: url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuSemiBoldObl-Regular.svg#PFFuturaNeuSemiBoldObl-Regular)
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu Semi";
  src: url(assets/fonts/PFFuturaNeuSemiBold-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuSemiBold-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuSemiBold-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuSemiBold-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuSemiBold-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuSemiBold-Regular.svg#PFFuturaNeuSemiBold-Regular)
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu";
  src: url(assets/fonts/PFFuturaNeu-Bold.eot);
  src: url(assets/fonts/PFFuturaNeu-Bold.eot?#iefix) format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeu-Bold.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeu-Bold.woff) format("woff"),
    url(assets/fonts/PFFuturaNeu-Bold.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeu-Bold.svg#PFFuturaNeu-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PF Futura Neu Medium Obl";
  src: url(assets/fonts/PFFuturaNeuMediumObl-Regular.eot);
  src: url(assets/fonts/PFFuturaNeuMediumObl-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/PFFuturaNeuMediumObl-Regular.woff2) format("woff2"),
    url(assets/fonts/PFFuturaNeuMediumObl-Regular.woff) format("woff"),
    url(assets/fonts/PFFuturaNeuMediumObl-Regular.ttf) format("truetype"),
    url(assets/fonts/PFFuturaNeuMediumObl-Regular.svg#PFFuturaNeuMediumObl-Regular)
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Burford Extrude C";
  src: url(assets/fonts/BurfordExtrudeC.eot);
  src: url(assets/fonts/BurfordExtrudeC.eot?#iefix) format("embedded-opentype"),
    url(assets/fonts/BurfordExtrudeC.woff2) format("woff2"),
    url(assets/fonts/BurfordExtrudeC.woff) format("woff"),
    url(assets/fonts/BurfordExtrudeC.ttf) format("truetype"),
    url(assets/fonts/BurfordExtrudeC.svg#BurfordExtrudeC) format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h3,
h4,
h5 {
  margin-bottom: 0;
}

.main-header,
.site-content,
sub,
sup {
  position: relative;
}

body,
html {
  overflow-x: hidden !important;
}

.root,
html {
  font-size: 18px;
  line-height: 29px;
}

body,
h4,
h5 {
  line-height: 1.61111111em;
}

a,
body,
button,
html {
  font-family: "PF Futura Neu", Arial, Helvetica, sans-serif;
}

body,
html {
  background-color: #efe5d5;
  font-size: 1em;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 4.22222222em;
  line-height: 1.14473684em;
  margin-bottom: 0.7631579em;
}

h2 {
  font-size: 2.61111111em;
  line-height: 1.23404255em;
  margin-bottom: 0.61702128em;
}

h3 {
  font-size: 1.61111111em;
  line-height: 1em;
}

blockquote,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.61111111em;
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  margin-top: 0;
}

hr {
  border: 1px solid;
  margin: -1px 0;
}

.page-id-8 .main-header #toggle-menu {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
}
.center {
  text-align: center;
}

.special-heading {
  font-family: "Burford Extrude C", "PF Futura Neu", Arial, Helvetica,
    sans-serif;
  font-weight: 400 !important;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4,
.special-heading h5,
.special-heading h6,
.special-heading p {
  font-family: "Burford Extrude C", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

.special-heading .elementor-heading-title {
  font-family: "Burford Extrude C", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}
.special-heading h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.post .special-heading h1 {
  text-shadow: none;
}
.grid {
  display: grid;
}

.grid--recipes {
  grid-template-columns: repeat(3, 1fr);
}

.grid--filters {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2%;
}

.grid--filters .facetwp-type-fselect .fs-wrap {
  width: 100%;
}

.fs-dropdown .fs-options {
  max-height: none !important;
}

.recipes-grid {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.grid-item {
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 350px;
}

.grid-item img {
  display: block;
  width: 100%;
}

.grid--recipes {
  grid-gap: 40px;
  margin-top: 15px;
}

.grid--filters .facetwp-facet {
  margin-bottom: 5px;
}

.grid__item {
  max-height: 350px;
  overflow: hidden;
  display: block;
  position: relative;
}

.grid__img {
  max-width: 100%;
  height: auto;
}

.grid__title {
  position: absolute;
  width: 100%;
  display: block;
  max-width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.87);
  transform: translatey(100%);
  transition: all ease-out 0.15s;
  color: #000;
}

.grid__item:hover .grid__title {
  transform: translatey(0);
}

.grid__title h4 {
  margin: 0;
  text-align: center;
}

.grid--filters .fs-label-wrap {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: none !important;
  padding: 3px;
}

.grid__img img {
  width: 100%;
  height: auto;
}

.load-more-wrapper {
  text-align: center;
}

.fwp-load-more {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.1em;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  cursor: pointer;
  transition: all ease-out 0.15s;
}

.fwp-load-more:hover {
  background: #000;
  color: #fff;
}

.fs-search {
  display: none;
}

.fs-dropdown .fs-options {
  padding: 11px !important;
}

.facetwp-type-fselect .fs-dropdown {
  width: auto !important;
}

.fs-option {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.grid--archive a {
  display: grid;
  position: relative;
  color: #000;
  overflow: hidden;
}

.grid--archive img {
  width: 100%;
  height: auto;
}

.grid--archive {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.grid--archive-products {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.grid--archive h3 {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 1.95em;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 23px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translatey(100%);
  transition: all ease-out 0.2s;
  user-select: none;
  width: 100%;
}

.grid--archive a:hover h3 {
  opacity: 1;
  transform: translatey(0);
}
.grid--archive-products h3 {
  font-size: 1em;
  padding: 10px;
}
.grid--recipe-single {
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 5%;
}

.grid--recipe-single h3 {
  border-bottom: 7px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.btn--ingredient-list {
  color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.btn--ingredient-list:hover {
  background: #000;
  color: #fff;
}

.section--related h3 {
  border-bottom: 7px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.grid--product-single {
  grid-template-columns: 1fr 40%;
  grid-column-gap: 5%;
}

.grid--product-single h3 {
  margin-bottom: 20px;
}

.tileoptiko {
  text-align: center;
}

.tileoptiko a img {
  transition: all ease-out 0.15s;
}

.tileoptiko a:hover img {
  transform: scale(1.05);
}

.product--gallery--carousel .owl-thumb-item {
  border: none;
  width: 130px;
  height: 130px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 100%;
  outline: 0;
  cursor: pointer;
  transition: all ease-out 0.15s;
}

.owl-thumb-item {
  transform: scale(0.9);
}

.owl-thumb-item.active {
  transform: scale(1);
}

.product--gallery--carousel .owl-thumbs {
  margin-top: 10px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}

.product--gallery .owl-item img {
  width: 100%;
  height: auto;
}

.product--gallery--carousel .owl-thumb-item img {
  width: 100%;
  margin: 0 auto;
}

.nutritional--info-header {
  text-align: center;
}

.nutritional--info-header img {
  max-width: 100%;
}

.nutritional--grid {
  margin: 40px 0;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-bottom: 7px dotted #000;
  padding-bottom: 20px;
  font-size: 1.2em;
  margin: 40px 0;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-bottom: 7px dotted #000;
  padding-bottom: 20px;
  grid-gap: 10px;
}

.nutritional--grid > div:nth-child(1),
.nutritional--grid > div:nth-child(2),
.nutritional--grid > div:nth-child(3) {
  border-bottom: 7px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.section--hero {
  min-height: 610px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.section--hero h1 {
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
  font-size: 6em;
}

.section--not-found h1 {
  font-size: 20em;
  line-height: 1em;
}

.section--not-found h2 {
  font-size: 5em;
  line-height: 1em;
  color: #fff;
}

.section--not-found {
  height: 85vh;
}

.section--share {
  margin-bottom: 50px;
}

.grid--share {
  grid-template-columns: 1fr auto;
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: left;
}

.grid--share > div:nth-child(1) {
  text-align: left;
  font-size: 1.6em;
}

#toggle-menu {
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  cursor: pointer;
  padding: 10px;
}

#toggle-menu:hover {
  background: #fff;
}

#toggle-menu i {
  float: left;
  font-size: 2em;
  line-height: 0.8em;
}

.admin-bar #close-menu {
  top: 30px;
}

.side-menu {
  background: #efe5d5;
  height: 100%;
  height: 100vh;
  left: 0;
  padding: 50px 0;
  position: fixed;
  top: 0;
  transform: translatex(-100%);
  transition: all ease-out 0.15s;
  will-change: transform;
  z-index: 99;
  display: block;
  /*display: grid;
    align-content: center;*/
  width: 400px;
  max-width: 100%;
  max-width: 100vw;
  overflow-y: auto;
}

.side-menu a,
a {
  text-decoration: none;
  transition: all ease-out 0.2s;
}
.side-menu a:hover {
  color: #958549;
}
.side-menu.menu-visible {
  transform: translatex(0);
}

.side-menu ul {
  list-style: none;
}
.side-menu ul {
  padding-left: 10px;
  padding-right: 10px;
}
.side-menu ul.menu {
  padding: 0 25px;
}
.side-menu a {
  color: #000;
  display: block;
  padding: 0 100px;
}

.side-menu .menu-bold > a {
  font-weight: 400;
}
.side-menu ul.menu > li:not(:last-child) {
  border-bottom: 2px solid #958549;
}

.side-menu ul.menu > li > a {
  margin: 5px 0;
}
#close-menu {
  background: 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  outline: 0;
  padding: 10px;
  transition: all ease-out 0.2s;
  top: 5px;
  line-height: 0;
  background-color: #f8f5ee;
  margin-left: 30px;
  display: inline-block;
}

#close-menu i {
  color: #000;
  transition: all ease-out 0.15s;
  cursor: pointer;
  font-size: 1em;
}

#close-menu:hover i {
  color: rgba(0, 0, 0, 0.7);
  transform: scale(1.3);
}

.side-menu a {
  font-size: 1.3em;
  line-height: 1.4em;
}

.sub-menu a {
  font-weight: 300;
  font-size: 1.15em;
  letter-spacing: 0.3px;
}

.sub-menu {
  display: none;
  margin-bottom: 10px;
}

.side-menu a {
  padding: 5px;
}

.side-menu a:hover {
  background: rgba(0, 0, 0, 0.025);
}

.side-menu i {
  transform: rotate(0);
  transition: all ease-out 0.25s;
  font-size: 0.7em;
}

.side-menu .is--visible i {
  transform: rotate(45deg);
}
.current-menu-item a,
.current-menu-parent > a {
  color: #958549;
}

.dotted-div {
  border-bottom: 7px dotted #000;
}

.site-content ol,
.site-content ul {
  margin-left: 20px;
}

.section--padded {
  padding: 50px 40px;
}
.section--padded-lr {
  padding: 50px;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}

#toggle-menu,
h4,
h5 {
  font-size: 1em;
}

.dotted-sep {
  border-top: 7px dotted;
  margin-bottom: 17px;
  margin-top: 10px;
}

.diatrofikes-plirofories-header,
.diatrofiko-stixio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.diatrofiko-stixio > div:nth-child(1) {
  padding: 0 7%;
  text-align: left;
}

.diatrofiko-stixio {
  padding-bottom: 10px;
}

.spot-btn {
  display: block;
  text-align: center;
}

.spot-btn span {
  color: #000;
  display: block;
}

.img-with-title {
  overflow: hidden;
  position: relative;
}

.img-with-title figcaption {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 1.95em;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 23px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translatey(100%);
  transition: all ease-out 0.2s;
  user-select: none;
  width: 100%;
}

.img-with-title:hover figcaption {
  opacity: 1;
  transform: translatey(0);
}
.smaller-font figcaption {
  font-size: 1em;
  padding: 10px;
}
.lang-switcher--top-bar {
  display: none;
}

.main-header {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  text-align: center;
  z-index: 9;
}

.main-header > div {
  align-items: center;
  display: grid;
}

.main-header > div:nth-child(1) {
  padding-left: 40px;
  text-align: left;
}

.main-header > div:nth-child(3) {
  padding-right: 40px;
  text-align: right;
}

.main-header > div:nth-child(2) {
  justify-content: center;
  padding: 25px 0;
}

.site-content {
  margin-top: -160px;
  z-index: 0;
}

.main-header > div:nth-child(1) {
  justify-content: left;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(149, 134, 73, 0.97);
}
.admin-bar .fixed-header {
  top: 30px;
}
.fixed-header .logo {
  max-width: 110px;
}
.fixed-header > div:nth-child(2) {
  padding: 5px 0;
}

.fixed-header {
  animation: animationFrames linear 0.2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
}

.main-header > div:nth-child(2) img {
  max-width: 218px;
  background-color: rgba(255, 255, 255, 0);
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, -100%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.searchform-outer,
.searchform-outer > div {
  display: inline-block;
}

.searchform input {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 0.9em;
  outline: 0;
  padding: 0 10px;
}

.searchform-outer > div:nth-child(2) {
  border-left: 1px solid #fff;
  padding: 0 10px;
}

.searchform-outer i {
  font-size: 0.6em;
  transform: translatey(-3px);
}

.searchform-outer {
  border: 1px solid #fff;
  border-radius: 30px;
}

.products-home {
  position: relative;
}

.products-home .owl-item {
  padding: 0 5px;
}

.products-home .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}

.products-home .owl-next {
  position: absolute;
  right: 10px;
  top: 0;
}

.products-home .owl-prev {
  left: 10px;
  position: absolute;
  top: 0;
}

.products-home .owl-next,
.products-home .owl-prev {
  outline: 0;
}

.products-home .owl-next i,
.products-home .owl-prev i {
  color: #fff;
  font-size: 2em;
  line-height: 0;
  transition: all ease-out 0.15s;
}

.products-home .owl-next:hover i,
.products-home .owl-prev:hover i {
  transform: scale(1.1);
}

.product--gallery .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}

.product--gallery .owl-next {
  position: absolute;
  right: 10px;
  top: 0;
}

.product--gallery .owl-prev {
  left: 10px;
  position: absolute;
  top: 0;
}

.product--gallery .owl-next,
.product--gallery .owl-prev {
  outline: 0;
  cursor: pointer;
}

.product--gallery .owl-next i,
.product--gallery .owl-prev i {
  color: #fff;
  font-size: 2em;
  line-height: 0;
  transition: all ease-out 0.15s;
}
.product--gallery .owl-next:hover i,
.product--gallery .owl-prev:hover i {
  transform: scale(1.1);
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.owl-next.disabled i,
.owl-prev.disabled i {
  transform: scale(1) !important;
}

.products-home .owl-item {
  position: relative;
}

.products-home .owl-item h3 {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 23px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translatey(100%);
  transition: all ease-out 0.2s;
  user-select: none;
  width: 100%;
}

.products-home .owl-item:hover h3 {
  opacity: 1;
  transform: translatey(0);
}

.grid--live p {
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding-top: 15px;
}

.grid--live {
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 40px;
}

.grid--live a:hover {
  filter: brightness(1.2);
}
.grid--live a {
  position: relative;
}
.grid--live .playbtn {
  position: absolute;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  opacity: 0.8;
  transition: all ease-out 0.15s;
}
.grid--live a:hover .playbtn {
  transform: translatex(-50%) translatey(-50%) scale(1.1);
}

.carousel--related img {
  width: 100%;
  height: auto;
}

.carousel--related {
  position: relative;
}

.carousel--related .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}

.carousel--related .owl-next {
  position: absolute;
  right: 10px;
  top: 0;
}

.carousel--related .owl-prev {
  left: 10px;
  position: absolute;
  top: 0;
}

.carousel--related .owl-next,
.carousel--related .owl-prev {
  outline: 0;
}

.carousel--related .owl-next i,
.carousel--related .owl-prev i {
  color: #fff;
  font-size: 2em;
  line-height: 0;
  transition: all ease-out 0.15s;
}

.carousel--related .owl-next:hover i,
.carousel--related .owl-prev:hover i {
  transform: scale(1.1);
}

.carousel--related .owl-item {
  position: relative;
}

.carousel--related .owl-item h4 {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  left: 0;
  opacity: 0;
  padding: 23px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translatey(100%);
  transition: all ease-out 0.2s;
  user-select: none;
  width: 100%;
  color: #000;
}

.carousel--related .owl-item:hover h4 {
  opacity: 1;
  transform: translatey(0);
}

.section--related a {
  display: block;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #000;
}

.gform_wrapper textarea {
  background: 0 0;
  border: 1px solid #000;
}

.gform_footer input[type="submit"] {
  background: 0 0;
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  transition: all ease-out 0.15s;
  cursor: pointer;
}

.gform_footer input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.gform_footer {
  text-align: center;
}

.pagination--wrapper {
  text-align: center;
  margin: 30px auto;
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 4px;
  border: 2px solid #000;
  padding: 3px 10px;
  color: #000;
}

.pagination a:hover {
  background: #000;
  color: #fff;
}

.pagination span {
  border: 2px dashed #000;
}

.section--search-results h3 {
  line-height: 1.3em;
  margin-bottom: 20px;
}

.section--search-results {
  text-align: center;
}

.section--search-results .searchform .searchform-outer {
  border-color: #000;
}

.section--search-results .searchform input {
  color: #000;
  padding: 10px;
  font-size: 1em;
  width: 300px;
}

.section--search-results .searchform-outer > div:nth-child(2) {
  border-color: #000;
  padding: 10px 15px;
}

.main-header > div:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 20px;
  align-content: center;
}

.lang-switcher {
  display: none;
  list-style-type: none;
  margin: 0;
}

.lang-switcher li {
  display: inline-block;
}

.lang-switcher a {
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px #000;
  padding: 0 5px;
}

.current-lang {
  box-shadow: 0 1px 0 0 #fff;
}

.lang-switcher a:hover {
  box-shadow: 0 0 0 1px #fff;
}
.to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 6px 11px;
  background: #97894d;
  font-size: 1.5em;
  line-height: 1em;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all ease-out 0.15s;
}
.to-top:hover {
  background: #000;
}
.contact-tabs .elementor-tab-title a {
  border: 2px solid;
  border-radius: 30px;
  padding: 10px 20px;
  display: block;
}

.contact-tabs .elementor-tab-desktop-title {
  padding: 5px 0 !important;
}
.contact-tabs .elementor-tab-desktop-title a:hover {
  background: #000;
  color: #fff;
}

.contact-tabs .elementor-tab-desktop-title.elementor-active a {
  background: #000;
  color: #fff;
}

.contact-tabs .elementor-tab-content {
  padding-top: 0 !important;
}

.slick-slider a {
  font-family: "Burford Extrude C", "PF Futura Neu", Arial, Helvetica,
    sans-serif;
}

@media (max-width: 1024px) {
  .section--hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .section--hero {
    min-height: 450px;
  }
}

@media (max-width: 1200px) {
  .lang-switcher--top-bar {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 7px;
    z-index: 1;
    position: relative;
    margin-bottom: 14px;
  }

  .lang-switcher--top-bar a {
    font-size: 17px;
  }

  .main-header {
    grid-template-columns: 1fr;
  }

  .main-header > div {
    padding: 0 !important;
  }

  .site-content {
    margin-top: -190px;
  }

  .main-header > div:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
    padding-right: 5px !important;
  }

  .main-header > div:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
    justify-content: left;
    padding-left: 5px !important;
  }

  .main-header > div:nth-child(2) img {
    max-width: 150px;
  }

  .main-header > div:nth-child(3) {
    display: none;
  }

  #toggle-menu i {
    font-size: 15px;
    line-height: 28px;
  }

  #toggle-menu {
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .grid {
    display: block;
  }

  .grid > div {
    margin-bottom: 10px;
  }

  .grid h3 {
    transform: translateY(0) !important;
    opacity: 1;
  }

  .grid h3 {
    font-size: 1em;
    padding: 10px;
  }
  .carousel--related .owl-item h4 {
    font-size: 1em;
    transform: translateY(0);
    opacity: 1;
    padding: 10px;
  }
  h1.special-heading {
    font-size: 3em;
    padding-top: 80px;
  }

  .nutritional--grid {
    display: grid;
    grid-gap: 5px;
    font-size: 15px;
    line-height: 18px;
  }

  .grid {
    padding: 0 10px;
  }

  .grid--share * {
    text-align: center !important;
  }

  section,
  .section--padded {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-with-title figcaption,
  .products-home .owl-item h3 {
    opacity: 1;
    transform: translatey(0);
    font-size: 1em;
    padding: 10px;
  }
  .elementor-8
    .elementor-element.elementor-element-e062b60
    .elementor-repeater-item-5c74d9d
    .slick-slide-bg {
    background-image: url(https://www.epiros.gr/wp-content/themes/epirus/assets/bg1_murise_giortes.jpg) !important;
    background-color: #333;
    background-size: 100% auto;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #safari {
    background-color: rgba(255, 255, 255, 0);
  }
}
