<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Amari
Author: Redhost
Author URI: https://www.redhost.gr/
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amari
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

@font-face {
  font-family: 'NeutrafaceTextGreek-Demi';
  src: url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.eot');
  src: local('Neutraface Text Greek Demi'), local('NeutrafaceTextGreek-Demi'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.eot?#iefix') format('embedded-opentype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.woff2') format('woff2'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.woff') format('woff'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.ttf') format('truetype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Demi.svg#NeutrafaceTextGreek-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeutrafaceTextGreek-Book';
  src: url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.eot');
  src: local('Neutraface Text Greek Book'), local('NeutrafaceTextGreek-Book'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.eot?#iefix') format('embedded-opentype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.woff2') format('woff2'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.woff') format('woff'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.ttf') format('truetype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Book.svg#NeutrafaceTextGreek-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeutrafaceTextGreek-Light';
  src: url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.eot');
  src: local('Neutraface Text Greek Light'), local('NeutrafaceTextGreek-Light'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.eot?#iefix') format('embedded-opentype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.woff2') format('woff2'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.woff') format('woff'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.ttf') format('truetype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Light.svg#NeutrafaceTextGreek-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeutrafaceTextGreek-Bold';
  src: url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.eot');
  src: local('Neutraface Text Greek Bold'), local('NeutrafaceTextGreek-Bold'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.eot?#iefix') format('embedded-opentype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.woff2') format('woff2'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.woff') format('woff'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.ttf') format('truetype'),
  url('inc/assets/fonts/subset-NeutrafaceTextGreek-Bold.svg#NeutrafaceTextGreek-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CFDinCondensed';
  src: url('inc/assets/fonts/subset-CFDinCondensed.eot');
  src: local('CF Din Condensed'), local('CFDinCondensed'),
  url('inc/assets/fonts/subset-CFDinCondensed.eot?#iefix') format('embedded-opentype'),
  url('inc/assets/fonts/subset-CFDinCondensed.woff2') format('woff2'),
  url('inc/assets/fonts/subset-CFDinCondensed.woff') format('woff'),
  url('inc/assets/fonts/subset-CFDinCondensed.ttf') format('truetype'),
  url('inc/assets/fonts/subset-CFDinCondensed.svg#CFDinCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  color: #000000;
  margin: 0 2%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: rgb(147, 43, 34); /* #932b22 */
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  color: #000000;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2rem;
  border-bottom: 1px solid #eaecef;
  text-transform: uppercase;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {
  font-family: 'NeutrafaceTextGreek-Book', sans-serif;
  font-style: normal;
  font-smooth: always;
  font-weight: normal;
  letter-spacing: 0;
}

body {
  font-size: 1rem;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
  margin-top: 2rem;
}
.site-header .box {
  border: 1px solid rgb(127, 127, 127);
}
.site-header .menu-item {
  color: #000;
  font-family: "NeutrafaceTextGreek-Demi";
  font-size: 1.68rem;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
.site-header .menu-item.current-menu-item,
.site-header .menu-item.current-menu-parent,
.site-header .menu-item.current-page-ancestor,
.site-header .menu-item:hover {
  color: rgb(147, 43, 34);
}
.site-header .menu-item .redline {
  display:block;
  background-image: url('./inc/assets/img/separator.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 6rem;
  height:0.5rem;
  width: 100%;
  margin:auto;
}
.site-header .menu-item:hover .redline,
.site-header .menu-item.current-menu-item .redline,
.site-header .menu-item.current-menu-parent .redline,
.site-header .menu-item.current-page-ancestor .redline {
  width: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition:all 0.3s ease-out;
}
.site-header .submenu {
  display:none;
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 2px solid rgb(147, 43, 34);
}
.site-header .submenu .sub-menu-item {
  font-size: 1.4rem;
}

.slogan {
    font-family: 'NeutrafaceTextGreek-Demi';
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.6rem;
    text-align: center;
}
.slogan .quote {
    color: rgb(147, 43, 34);
    font-size: 1.6rem;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-close-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
  background: rgb(147, 43, 34);
  border: 0;
  border-radius: 0;
  padding: .25rem .5rem;
}
.navbar-toggler .icon-bar {
  width: 24px;
  height: 2px;
  background-color: #FFF;
  display: block;
  transition: all 0.2s;
  margin: 6px 0;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 270%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -150%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover&gt;a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li &gt; .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header .logo img {
  max-width: 260px;
}
.site-header .header-mobile .logo img {
  max-width: 200px;
}
.site-header .jetpack_widget_social_icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.site-header .jetpack_widget_social_icons ul li {
  padding: 0; /*0.5rem;*/
}
.site-header .jetpack_widget_social_icons ul li a {
  color: inherit;
}
.site-header .jetpack_widget_social_icons ul li a:hover {
  color: rgb(147, 43, 34); /* #932b22 */
}

.site-header .bootstrap-select {
  background-color: rgb(147, 43, 34); /* #932b22 */
  margin-left: 1rem;
  padding: 0.1rem 0;
  width: 2.2rem !important;
}
.site-header .bootstrap-select .dropdown-toggle {
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  background: rgb(147, 43, 34); /* #932b22 */
  font-family: 'NeutrafaceTextGreek-Demi';
  font-size: 1rem;
  padding: 0.2rem 0rem;
  color: #fff;
}
.site-header .bootstrap-select .dropdown-toggle::after {
  display: none;
}
.site-header .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align:center;
}
.site-header .bootstrap-select .dropdown-menu {
  background: rgb(147, 43, 34); /* #932b22 */
  border-radius: 0;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
}
.site-header .bootstrap-select .dropdown-menu li.active {
  display:none;
}
.site-header .bootstrap-select .dropdown-menu li a {
  font-family: 'NeutrafaceTextGreek-Demi';
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem 0;
  border: 0;
}
.site-header .bootstrap-select .dropdown-menu li a:hover {
  background: #000;
  color: #fff;
}

.site-header .header-mobile .language-switcher {
  list-style-type: none;
  margin: 0;
  padding: 1rem;
}
.site-header .header-mobile .language-switcher li {
  background-color: rgb(147, 43, 34); /* #932b22 */
  padding: 0.4rem 0;
  text-align: center;
  width: 2.2rem !important;
}
.site-header .header-mobile .language-switcher li a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title &gt; a {
  color: inherit;
}


.scroll-top {
  background-color: rgb(147, 43, 34); /* #932b22 */
  bottom: 4rem;
  color: #fff;
  display: none;
  height: 3rem;
  line-height: 3rem;
  margin: auto;
  opacity: 0.5;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 3rem;
  z-index: 100;
}
.scroll-top:hover {
  background: #000000;
  color: #fff;
}


.home h2 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.home .separator {
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMDguMyAzOC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDguMyAzOC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6Izk0MkMyMzt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU3LjgsMjUuMmMtMTEuOCwxLjktMTAuNCw2LjgtNS4xLDYuM2M1LjMtMC41LDIzLjUtOC4xLDIzLjUtOC4xUzY5LjYsMjMuMiw1Ny44LDI1LjJ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuOCwxMy43YzExLjgsMS45LDE4LjQsMS44LDE4LjQsMS44UzU4LDcuOSw1Mi43LDcuNEM0Ny40LDcsNDYsMTEuOCw1Ny44LDEzLjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTk3LjIsMTguNWgtNzUuMWMtMC40LTEuNS0xLjctMi42LTMuMy0yLjZjLTEuNiwwLTIuOSwxLjEtMy4zLDIuNmgtNi44Yy0wLjUtMi0yLjQtMy41LTQuNS0zLjZ2MAoJCWMwLDAsMCwwLTAuMSwwYzAsMCwwLDAtMC4xLDB2MGMtMi4yLDAuMS00LDEuNS00LjUsMy42aC02LjhjLTAuNC0xLjUtMS43LTIuNi0zLjMtMi42Yy0xLjYsMC0yLjksMS4xLTMuMywyLjZIMTEuMQoJCWMtMC42LDAtMSwwLjUtMSwxYzAsMC42LDAuNSwxLDEsMWg3NS4zYzAuNSwxLjIsMS43LDIuMSwzLjEsMi4xYzEuNCwwLDIuNi0wLjksMy4xLTIuMWg2LjhjMC40LDIuMywyLjMsNCw0LjYsNHYwYzAsMCwwLDAsMC4xLDAKCQljMCwwLDAsMCwwLjEsMHYwYzIuMy0wLjEsNC4zLTEuOCw0LjYtNGg2LjhjMC41LDEuMiwxLjcsMi4xLDMuMSwyLjFjMS40LDAsMi42LTAuOSwzLjEtMi4xaDc1LjNjMC42LDAsMS0wLjUsMS0xCgkJQzE5OC4yLDE4LjksMTk3LjcsMTguNSwxOTcuMiwxOC41eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1MC41LDI1LjJjLTExLjgtMS45LTE4LjQtMS44LTE4LjQtMS44czE4LjIsNy42LDIzLjUsOC4xQzE2MC45LDMxLjksMTYyLjMsMjcuMSwxNTAuNSwyNS4yeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1MC41LDEzLjdjMTEuOC0xLjksMTAuNC02LjgsNS4xLTYuM2MtNS4zLDAuNS0yMy41LDguMS0yMy41LDguMVMxMzguNywxNS42LDE1MC41LDEzLjd6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  height: 2.6rem;
}
.home .products {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .products .box {
  margin: 25% 0;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
}
.home .products .box .box-content {
  margin: 0.5rem 0;
  background-color: rgba(147, 43, 34, 0.7); /* #932b22 */
}
.home .products .box .box-content a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}

section .section-separator {
  overflow: hidden;
  text-align: center;
}
section .section-separator:before,
section .section-separator:after {
  background-color: rgb(147, 43, 34); /* #932b22 */
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
section .section-separator:before {
  margin-left: -50%;
}
section .section-separator:after {
  margin-right: -50%;
}
section .section-separator .box {
  border: 1px solid rgb(147, 43, 34); /* #932b22 */
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
section .section-separator .box .badge {
  width: 2.5rem;
  margin: 0.5rem 0;
}
section .section-separator .box .title {
  color: rgb(147, 43, 34); /* #932b22 */
  font-size: 2rem;
  margin: 0 1rem -0.2rem 1rem;
  text-transform: uppercase;
}

#our-products .hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 500px;
}
#our-products .filter {
  color: #000;
  display: inline-flex;
  font-family: 'NeutrafaceTextGreek-Book';
  font-size: 1.6rem;
  margin: 0 2rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
#our-products .filter.active,
#our-products .filter:hover {
  border-bottom: 1px solid rgb(147, 43, 34); /* #932b22 */
  border-top: 1px solid rgb(147, 43, 34); /* #932b22 */
  color: rgb(147, 43, 34); /* #932b22 */
}
#our-products .product {
  position: relative;
  max-width: 100%;
}
#our-products .product .flip {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  margin-bottom: 100%;
}
#our-products .product .flip:hover .flip-inner {
  transform: rotateY(180deg);
}
#our-products .product .flip .flip-inner {
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  height: 100%;
  width: 100%;
}
#our-products .product .flip .flip-inner .front,
#our-products .product .flip .flip-inner .back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
#our-products .product .flip .flip-inner .front {
  transform: translateZ(1px);
}
#our-products .product .flip .flip-inner .back {
  transform: rotateY(180deg);
}
#our-products .product .flip .flip-inner .thumbnail {
  width: 100%;
}

#product h1 {
  border: 0;
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 0;
}
#product .post-thumbnail {
  padding: 5%;
}
#product .post-thumbnail .product {
  margin-bottom: 100%;
}
#product .product .flip {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
#product .product .flip:hover .flip-inner {
  transform: rotateY(180deg);
}
#product .product .flip .flip-inner {
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  height: 100%;
  width: 100%;
}
#product .product .flip .flip-inner .front,
#product .product .flip .flip-inner .back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
#product .product .flip .flip-inner .front {
  transform: translateZ(1px);
}
#product .product .flip .flip-inner .back {
  transform: rotateY(180deg);
}
#product .product .flip .flip-inner .thumbnail {
  width: 100%;
}
#product h3 {
  color: rgb(147, 43, 34); /* #932b22 */
  font-family: 'Neutraface Text Greek Demi';
  font-weight: normal;
  text-transform: uppercase;
}
#product table tr td {
  border-bottom: 1px solid rgb(147, 43, 34);
}
#product table tr td:last-of-type {
  text-align: right;
}
#product #carousel-variety .carousel-item {
  font-size: 1.4rem;
}
#product #carousel-recipes .carousel-item {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#product #carousel-recipes .carousel-item a {
  color: #000;
}
#product #carousel-recipes .carousel-item a:hover {
  color: rgb(147, 43, 34); /* #932b22 */
}
#product .carousel-indicators {
  position: relative;
}
#product .carousel-indicators li {
  background-color: rgb(147, 43, 34); /* #932b22 */
}
#product .products .box {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 0;
  border-right: 0;
  display: inline-flex;
  width: auto;
}
#product .products .box .box-content {
  margin: 0.5rem 0;
  background-color: rgb(147, 43, 34); /* #932b22 */
}
#product .products .box .box-content a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}


/* recipies */
.category-9 h1,
.category-9 h2 {
  border-bottom: 0;
}
.category-9 .animate img {
/*
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
*/
  filter: blur(0.2px) brightness(1.1) hue-rotate(5deg) opacity(0.9) saturate(1.3) sepia(0.4);
  -webkit-filter: blur(0.2px) brightness(1.1) hue-rotate(5deg) opacity(0.9) saturate(1.3) sepia(0.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.category-9 .animate:hover img {
/*
  -webkit-filter: sepia(0);
  filter: sepia(0);
*/
  filter: blur(0) brightness(1) hue-rotate(0) opacity(1) saturate(1) sepia(0);
  -webkit-filter: blur(0) brightness(1) hue-rotate(0) opacity(1) saturate(1) sepia(0);
}
.category-9 .animate:hover .entry-title a {
  color: rgb(147, 43, 34); /* #932b22 */
}
.category-9 h3 {
  color: rgb(147, 43, 34); /* #932b22 */
  font-family: 'Neutraface Text Greek Demi';
  font-weight: normal;
  text-transform: uppercase;
}
.category-9 table tr td {
  border-bottom: 1px solid rgb(147, 43, 34);
}

/* Sales Points */
#sales-points table tr td {
  border-bottom: 1px solid rgb(147, 43, 34);
  padding: 10px 0;
}




@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}



#our-story .hero {
  border: 1px solid rgb(127, 127, 127);
}
#our-story h2,
#we-are h2,
#qa h2,
#our-products h2,
#product h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0 0 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
#our-story h2 a {
  color: rgb(0, 0, 0);
}
#our-story h2 a:hover {
  color: rgb(147, 43, 34); /* #932b22 */
}
#our-story .separator,
#we-are .separator,
#qa .separator,
#our-products .separator,
#product .separator {
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMDguMyAzOC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDguMyAzOC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6Izk0MkMyMzt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU3LjgsMjUuMmMtMTEuOCwxLjktMTAuNCw2LjgtNS4xLDYuM2M1LjMtMC41LDIzLjUtOC4xLDIzLjUtOC4xUzY5LjYsMjMuMiw1Ny44LDI1LjJ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuOCwxMy43YzExLjgsMS45LDE4LjQsMS44LDE4LjQsMS44UzU4LDcuOSw1Mi43LDcuNEM0Ny40LDcsNDYsMTEuOCw1Ny44LDEzLjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTk3LjIsMTguNWgtNzUuMWMtMC40LTEuNS0xLjctMi42LTMuMy0yLjZjLTEuNiwwLTIuOSwxLjEtMy4zLDIuNmgtNi44Yy0wLjUtMi0yLjQtMy41LTQuNS0zLjZ2MAoJCWMwLDAsMCwwLTAuMSwwYzAsMCwwLDAtMC4xLDB2MGMtMi4yLDAuMS00LDEuNS00LjUsMy42aC02LjhjLTAuNC0xLjUtMS43LTIuNi0zLjMtMi42Yy0xLjYsMC0yLjksMS4xLTMuMywyLjZIMTEuMQoJCWMtMC42LDAtMSwwLjUtMSwxYzAsMC42LDAuNSwxLDEsMWg3NS4zYzAuNSwxLjIsMS43LDIuMSwzLjEsMi4xYzEuNCwwLDIuNi0wLjksMy4xLTIuMWg2LjhjMC40LDIuMywyLjMsNCw0LjYsNHYwYzAsMCwwLDAsMC4xLDAKCQljMCwwLDAsMCwwLjEsMHYwYzIuMy0wLjEsNC4zLTEuOCw0LjYtNGg2LjhjMC41LDEuMiwxLjcsMi4xLDMuMSwyLjFjMS40LDAsMi42LTAuOSwzLjEtMi4xaDc1LjNjMC42LDAsMS0wLjUsMS0xCgkJQzE5OC4yLDE4LjksMTk3LjcsMTguNSwxOTcuMiwxOC41eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1MC41LDI1LjJjLTExLjgtMS45LTE4LjQtMS44LTE4LjQtMS44czE4LjIsNy42LDIzLjUsOC4xQzE2MC45LDMxLjksMTYyLjMsMjcuMSwxNTAuNSwyNS4yeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1MC41LDEzLjdjMTEuOC0xLjksMTAuNC02LjgsNS4xLTYuM2MtNS4zLDAuNS0yMy41LDguMS0yMy41LDguMVMxMzguNywxNS42LDE1MC41LDEzLjd6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6rem;
}

#we-are .box-text,
#qa .box-text {
  margin: 0 auto;
  max-width: 680px;
}
#we-are .box-img,
#qa .box-img {
  margin:0 auto;
  max-width: 90vw;
  padding: 0;
}
#qa #accordion {
  margin: 0 auto;
  max-width: 680px;
}
#qa #accordion .card {
 background: none;
 border: 0;
 border-radius: 0;
}
#qa #accordion .card .card-header {
  background: none;
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  padding: 0;
}
#qa #accordion .card:first-of-type .card-header {
  border-top: 1px solid rgb(0, 0, 0);
}
#qa #accordion .card .card-header a {
  color: rgb(147, 43, 34); /* #932b22 */
  display: block;
  font-family: 'NeutrafaceTextGreek-Demi';
  font-size: 2rem;
  padding: 0.5rem 0;
  text-align: left;
  text-transform: uppercase;
}
#qa #accordion .card .card-header a:hover {
  cursor: pointer;
}
#qa #accordion .card .card-header a:after {
  color: rgb(147, 43, 34); /* #932b22 */
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  font-weight: 700;
  float: right;
  margin-top: 0.7rem;
  margin-right: 0.5rem;
}
#qa #accordion .card .card-header a.collapsed:after {
  content: "\f067";
}
#qa #accordion .card .card-body {
  background-color: rgba(147, 43, 34, 0.1); /* #932b22 */
  border-bottom: 1px solid rgb(0, 0, 0);
}

#contact h3 {
  color: rgb(147, 43, 34); /* #932b22 */
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
#contact h4 {
  color: rgb(147, 43, 34); /* #932b22 */
  font-size: 1.2rem;
  font-weight: normal;
}
#contact span {
  color: rgb(147, 43, 34); /* #932b22 */
}
#contact .box {
  border: 1px solid rgb(147, 43, 34); /* #932b22 */
  padding: 0.5rem;
}
#contact #map {
  min-height: 500px;
}
#contact label {
  display: block;
  text-transform: uppercase;
}
#contact .form-control {
  background-color: unset;
  border: 1px solid rgb(147, 43, 34); /* #932b22 */
  border-radius: 0;
  color: #000;
  padding: 1.5rem;
}
#contact .form-control:focus {
  box-shadow: none;
}
#contact .wpcf7-form span {
  color: #000;
}
#contact span.wpcf7-list-item {
  margin: 0;
}
#contact .wpcf7-list-item-label {
  text-transform: initial;
}
#contact .btn {
  border: 0;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  padding: 0.5rem;
  width: 100%;
}
#contact .btn:focus {
  box-shadow: none;
}
#contact .btn.btn-primary {
  background-color: rgb(147, 43, 34); /* #932b22 */
  color: #fff;
  font-family: 'CFDinCondensed';
  font-size: 1.6rem;
}

  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value &gt; select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .brand-name {
  font-family: 'NeutrafaceTextGreek-Bold';
  font-size: 1.1rem;
  padding: 2rem 0 0 0;
  text-align: center;
}
footer .brand-info {
  font-size: 1.1rem;
  padding: 1rem 0 0 0;
  text-align: center;
}
footer .brand-info span {
  color: rgb(147, 43, 34); /* #932b22 */
}
footer .copyright a,
footer#colophon a {
  color: inherit;
}
/*
footer #footer-nav {
  display: inline-block;
}
*/
footer ul.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul.footer-nav li {
  display: inline-block;
}

footer ul.footer-nav li .nav-link {
  padding: 0;
}
footer ul.footer-nav li .nav-link:after {
  content: "|";
  display: inline-block;
  padding-left: 0.2rem;
}
footer ul.footer-nav li:last-of-type .nav-link:after {
  display: none;
}
footer .credits {
  font-size: 0.9rem;
  padding-top: 1rem;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {

}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {

}

@media screen and (max-width: 1199px) {
/*
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  */
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
/*
  .jetpack_widget_social_icons ul {
    margin: 0 !important;

    text-align: center;
  }
  .jetpack_widget_social_icons a {
    color: #fffded;
    height: 2.5rem !important;
    margin: 0 1rem;
    padding: 1.5rem 0;
    width: 2.5rem !important;
  }
*/
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }
  .fixed {
    min-height: 100vh;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  :root {
    --animation-duration: 0.5s;
  }

  .slogan {
    display: none;
  }
  .home .products .box .box-content a {
    padding: 1rem;
  }
  footer .brand-name,
  footer .brand-info {
    font-size: 1.3rem;
  }
  footer .brand-info span {
    display: block;
  }

}</pre></body></html>