/*
	Theme Name: KK-Theme
	Theme URI: http://kkallipolitis.com
	Description: KK-Theme. This theme was developed by Konstantinos Kallipolitis.
	Version: 1.0.0
	Author: Konstantinos Kallipolitis
	Author URI: http://kkallipolitis.com
	Tags:  HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a:focus {
  outline: none;
}

/* fonts */

@font-face {
  font-family: "ACStatic-Regular";
  src: url("/wp-content/themes/kk-theme/fonts/ACStatic.otf");
  src: url("/wp-content/themes/kk-theme/fonts/ACStatic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ACStatic-Bold";
  src: url("/wp-content/themes/kk-theme/fonts/ACStaticBold.otf");
  src: url("/wp-content/themes/kk-theme/fonts/ACStaticBold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AC-Muli";
  src: url("/wp-content/themes/kk-theme/fonts/AC-Muli.otf");
  src: url("/wp-content/themes/kk-theme/fonts/AC-Muli.ttf");
  font-weight: normal;
  font-style: normal;
}

.stopScroll {
  overflow: hidden;
  height: 100%;
}

/* containers */

.container-600 {
  margin: 0 auto;
  max-width: 600px;
}

.container-800 {
  margin: 0 auto;
  max-width: 800px;
}

.container-1000 {
  margin: 0 auto;
  max-width: 1000px;
}

.container-1200 {
  margin: 0 auto;
  max-width: 1200px;
}

.container-1400 {
  margin: 0 auto;
  max-width: 1400px;
}

.container-1600 {
  margin: 0 auto;
  max-width: 1600px;
}

.container-1700 {
  margin: 0 auto;
  max-width: 1700px;
}

.container-1800 {
  margin: 0 auto;
  max-width: 1800px;
}

/* custom classes */

.no-margin {
  margin: 0;
}

/*  my css */

p,
a,
span,
div,
section,
ul,
li {
  font-family: "Roboto", sans-serif;
}

body {}

p {
  font-size: 18px;
}

ul {
  padding-left: initial;
  margin: 0;
}

a:hover {
  color: initial;
}

ul li {}

a:hover {
  text-decoration: none;
}

/* Header */

.wrapper {
  padding: 0 15px;
}

.burger-button {
  display: none;
}

.header {
  height: 75px;
  padding: 10px 15px 10px 15px;
  width: 100%;
  position: fixed;
  background: #fcfcfc;
  z-index: 1;
  display: flex;
  align-items: center;
}

.nav ul {
  list-style: none;
  width: 100%;
}

.nav ul li {
  display: inline-block;
  padding: 0 20px;
}
.nav ul li.lang-item{
	padding: 0px 5px 0px 3px;
    margin: 0;
    
}
.lang-item-46{
border-right: 1px solid #000;	
}
.nav ul li.current-lang a{
	color: #00a02b;
}
.nav ul li.current-lang a:after {
    content: "";
    position: relative;
    bottom: 0px;
    height: 1px;
    background: #00a02b;
    float: left;
    top: 2px;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 100%;
}
.nav ul li a {
  font-size: 13.5px;
  color: #222;
  letter-spacing: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
}

.nav ul li a:after {
  content: "";
  position: relative;
  bottom: 0px;
  height: 1px;
  background: #00a02b;
  float: left;
  top: 2px;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 0%;
}

.nav ul li a:hover:after {
  width: 100%;
}

.nav ul li.current-menu-item a {
  font-weight: 600;
  color: #00a02b;
}

.nav ul li.current-menu-item a:after {
  width: 100%;
}

.nav ul li a:hover {
  color: #00a02b;
}

.nav-logo {}

.nav-logo a img {
  max-width: 120px;
  width: 100%;
}

.nav-social {}

.nav-social ul {
  list-style: none;
}

.nav-social ul li {
  display: inline-block;
  padding: 0 15px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0;
}

.hamburger-menu {
  display: none;
  padding-right: 30px;
}

.responsive-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.9);
  overflow: hidden;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}

#fullscreen-mob-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.9);
  overflow: hidden;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}

#fullscreen-mob-menu .col-xs-12 {
  padding: 0px;
}

.mob-menu-container {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -moz-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  -webkit-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.open-mob {
  width: 100% !important;
}

.FadeInEffect {
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.closebtn {
  float: right;
  color: #fff;
  font-size: 60px;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -moz-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  -webkit-transition-delay: 0.0s;
  transition-delay: 0.0s;
  opacity: 0;
}

.responsive-nav ul {
  margin-top: 30px;
  list-style: none;
}

.responsive-nav ul li {
  padding: 20px 15px;
}

.responsive-nav ul li a {
  color: #fff;
  font-size: 25px;
}

.responsive-nav ul li a {
  color: #fff;
  font-size: 25px;
}

#responsive-social {
  margin-top: 20px;
}

#responsive-social li {
  display: inline-block;
  padding: 0 15px;
}

#responsive-social li a {
  color: #fff;
  font-size: 16px;
}

.closebtn {
  position: absolute;
  color: #fff !important;
  font-size: 50px;
  margin-right: 15px;
  right: 50px;
  top: 25px;
  cursor: pointer;
}

.main-logo {
  font-family: 'Lobster', cursive;
  letter-spacing: 2px;
  color: #18a44d;
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 100%;
}

.motto {
  color: #18a44d;
  font-size: 13px;
  display: block;
  font-family: "Roboto", sans-serif;
}

.landing-logo {
  font-family: 'Lobster', cursive;
  letter-spacing: 2px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  display: block;
  line-height: 100%;
}

.landing-motto {
  color: #fff;
  font-size: 20px;
  display: block;
  font-family: "Roboto", sans-serif;
}

/* Front Page */

#intro-section {
  padding: 0;
  height: 100vh;
  background-image: url("/wp-content/uploads/2018/07/main-banner-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.intro-wrap {
  width: 100%;
  text-align: center;
  color: #fff;
  margin:0 auto;
}

.intro-wrap .landing-logo {
  max-width: 370px;
  width: 100%;
}

.intro-wrap p a {
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.intro-wrap p a:hover {
  background-color: #3a9352;
}

.arrow-down {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.arrow-down img {
  width: 40px;
  height: 40px;
}

#home-carousel {
  height: 100vh;
  width: 100%;
}

#home-carousel .carousel-item {
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100vh;
}

#home-carousel .carousel-item.active {
  display: flex;
}

#about-us-section {
  background: #fcfcfc;
  padding: 100px 15px;
}

.section h2 {
  font-size: 32px;
  color: #3a9352;
  margin-bottom: 20px;
  font-weight: 600;
}

.section p {
  font-size: 14px;
}

.call-out {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #3a9352;
  border-bottom: 1px solid #3a9352;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
}

.side-icon {
  display: flex;
  align-items: center;
  position: relative;
  left: -130px;
  height: 200px;
  text-align: center;
  border-left: 1px solid #3a9352;
  padding-left: 30px;
}

.side-icon img {
  width: 40px;
  height: 40px;
}

#facilities-container .section-text {
  display: inline-block;
}

.call-out:hover {
  color: #71cb89;
  border-bottom: 1px solid #71cb89;
}

#facilities-section {
  background: #fcfcfc;
}

#facilities-container {
  padding: 100px 0px;
  display: flex;
  align-items: center;
}

.overlay-section {
  position: relative;
  left: -130px;
  background: #fcfcfc;
  padding: 50px 30px;
}

#seasonal-fruits-section {
  padding: 70px 15px;
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
}

#seasonal-container {
  color: #fff;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

#seasonal-container img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

#seasonal-container h4 {
  font-size: 24px;
}

#seasonal-container h2 {
  font-size: 32px;
  font-weight: 600;
}

.fixed-padding {
  padding-top: 75px;
}

.callout-button {
  margin-top: 60px;
}

.callout-button a {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

/* **** PRODUCT PAGE **** */

#product-page {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-right: 0px;
  padding-left: 0px;
}

.product-banner {
  background-image: url("/wp-content/uploads/2018/11/banner-products.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  background-position: center;
  margin: 0;
}

#product-page .section-wrap {
  padding: 70px 0px;
  position: relative;
  margin: 0 auto 0 0;
}

#product-page .section-title h1 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #00a02b;
}

#product-page .section-title p {
  font-size: 13px;
  color: #222;
  margin: 0;
}

#product-page .section-title span {
  font-size: 10px;
  color: #222;
  line-height: 100%;
  display: block;
  font-style: italic;
  margin-top: 10px;
}

#sidebar {
  will-change: min-height;
  padding: 0;
}

.sidebar_inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  background-color: #fcfcfc;
  padding: 50px 30px;
  float: left;
}

.is-affixed .sidebar_inner {
  padding-top: 90px;
}

.filter-sidebar {
  height: 100%;
}

.filter-sidebar h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #00a02b;
}

.filter-sidebar .search {
  max-width: 300px;
  width: 100%;
  border: 1px solid #00a02b;
  padding: 7px 15px;
  font-size: 16px;
  color: #222;
}

.filter-sidebar .month-list {
  display: block;
  width: 100%;
}

.filter-sidebar .month-list ul {
  list-style: none;
  padding: 0;
  /* -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* -moz-column-count: 2; */
  /* Firefox */
  /* column-count: 2; */
  margin: 10px 0px;
  width: 100%;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #00a02b;
  padding-left: 10px;
}

.filter-sidebar .month-list ul li {
  display: block;
}

.filter-sidebar .month-list ul li a {
  color: #222;
  font-size: 14px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.filter-sidebar .month-list ul li a:hover {
  color: #00a02b;
}
.filter-sidebar .month-list ul .menu-item-object-seasonal_month.current-menu-item a{
	color:#00a02b;
}
.filter-sidebar .month-list img {
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.product-feed {}

.product-feed .single-item {
  text-align: center;
  position: relative;
}

.product-feed .single-item img {
  border-radius: 50%;
  width: 100%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-feed .single-item h3 {
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
  min-height: 65px;
}

.product-feed .single-item h3 a {
  font-size: inherit;
  color: inherit;
  display: inline-block;
}

.product-feed .single-item h3 a:after {
  content: "";
  position: relative;
  bottom: 0px;
  height: 1px;
  background: #fff;
  float: left;
  top: 2px;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 0%;
}

.product-feed .single-item:hover h3 a:after {
  width: 100%;
}

.image-wrap {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #fff;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  opacity: 0;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.product-feed .single-item:hover .image-overlay {
  opacity: 1;
}

.product-feed .single-item:hover img {
  transform: scale(1.1);
}

.season {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}

/* **** ABOUT PAGE **** */

#about-section {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-bottom: 60px;
}

#about-container {
  padding: 60px 30px;
  color: #222;
  background: #fcfcfc;
  margin: 50px auto 0px auto;
}

#about-container p {
  font-size: 14px;
  float: left;
  width: 100%;
}

#about-container h2 {
  font-size: 32px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  font-weight: 600;
  color: #3a9352;
}

#about-container .column {
  padding: 0 30px;
}

#about-container .column:nth-child(1) {
  border-right: 1px solid #222;
}

.about-icons {
  width: 35px;
  height: 35px;
  display: inline-block;
  float: right;
}

.header-top {
  padding-top: 75px;
}

.about-banner {
  height: 350px;
  background-image: url("/wp-content/uploads/2018/07/main-banner-2-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#why-us-container {
  background-color: #fcfcfc;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 50px 45px;
}

.third-column {}

#why-us-container .third-column.column h2 {
  font-size: 32px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  font-weight: 600;
  color: #3a9352;
}

.third-column.column ul {
  padding-left: 15px;
  color: #222;
  float: left;
  width: 100%;
}

.third-column.column ul li {
  font-size: 14px;
  padding: 5px 0px;
}

/* **** FACILITIES **** */

#facilities-section-page {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-top: 75px;
  padding-bottom: 75px;
}

#facilities-page-container {
  background: #fcfcfc;
  margin-top: 100px;
  display: flex;
  align-items: center;
}

#facilities-page-container ul {
  font-size: 14px;
  padding-left: 15px;
}

#facilities-page-container ul li {
  padding: 7px 0px;
}

#facilities-page-container ul li a {
  color: #3a9352;
  text-decoration: underline;
}

#facilities-page-container p {
  font-size: 14px;
}

#facilities-page-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #3a9352;
}

#facilities-page-container .column {
  padding: 0 50px;
}

#facility-gallery {
  padding: 10px 10px 10px 10px;
  background: #fcfcfc;
}

#arrow-down {
  margin: 100px auto 70px auto;
}

#arrow-down .arrow-down {
  position: relative;
  bottom: 0;
}

.padding-0 {
  padding: 0 !important;
}

#arrow-down p {
  color: #fff;
  font-size: 25px;
}

#arrow-down .arrow-down img {
  width: 40px;
  height: 40px;
}

#arrow-down .arrow-down a {
  display: inline-block;
  border-radius: 100%;
  padding: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  background-color: #fff;
  transform: translateY(0);
}

#arrow-down .arrow-down a:hover {
  transform: translateY(10px);
}

.single-image {
  padding: 10px 10px;
}

/* **** SISKEUASIES PAGE **** */

#siskeuasies-section-page {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-top: 75px;
  padding-bottom: 75px;
}

#siskeuasies-page-container {
  padding-top: 60px;
}

#siskeuasies-page-container h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

#siskeuasies-page-container p {
  color: #fff;
  font-size: 15px;
  text-align: justify;
}

#siskeuasies-page-container .siskeuasies-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

#siskeuasies-list-container {
  background-color: #fcfcfc;
  padding: 30px 15px;
  margin: 30px auto;
}

#siskeuasies-list-container ul {
  color: #222;
}

#siskeuasies-list-container ul li {
  font-size: 15px;
}

#siskeuasies-list-container .single-siskeuasia:nth-child(2) {
  border-left: 1px solid #3a9352;
  border-right: 1px solid #3a9352;
}

.single-siskeuasia {}

.siskeuasia-banner {
  margin: 30px 0px 0px 0px;
}

.single-siskeuasia h3 {
  margin: 15px 0px;
  color: #3a9352;
  font-size: 25px;
  font-weight: 600;
}

.single-siskeuasia ul {
  list-style: none;
  padding: 0;
}

.single-siskeuasia ul li {
  margin: 5px 0px;
}

/* **** CONTACT **** */

#contact-section {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact-form-wrap {}

.contact-form-wrap input,
textarea {
  width: 100%;
  border: 1px solid #fcfcfc;
  margin: 10px 0;
  padding: 15px;
  font-size: 15px;
}

.contact-form-wrap input[type="submit"] {
  width: initial;
  float: right;
  background-color: #fcfcfc;
  font-size: 17px;
  color: #3a9352;
  font-weight: 600;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  cursor: pointer;
}

.contact-form-wrap input[type="submit"]:hover {
  background-color: #3a9352;
  color: #fcfcfc;
}

#contact-page-container {
  padding: 15px 0px 7px 0px;
  background-color: #fcfcfc;
  margin-top: 0px;
}

#contact-page-container h2 {
  margin: 15px 0px;
  color: #3a9352;
  font-size: 25px;
  font-weight: 600;
}

#contact-page-container ul {
  color: #222;
  list-style: none;
}

#contact-page-container ul li {
  padding: 5px 0px;
  font-size: 15px;
}

#contact-page-container ul li a {
  color: #3a9352;
  font-size: 15px;
  text-decoration: underline;
}

.contact-form-wrap .fields {
  padding-left: 0;
  padding-right: 0;
}

.contact-form-wrap .message {
  padding-right: 0;
}

#contact-form-container {
  margin: 50px auto 0px auto;
}

#contact-form-container h2 {
  margin: 15px 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  float: left;
}

#contact-banner-container {}

#contact-banner-container .contact-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}

#contact-banner-container {}

#contact-form-container h2:after {
  content: "";
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #fff;
  float: right;
  top: 17px;
  position: relative;
}

#contact-form-container .submit {
  padding: 0;
}

/* **** SINGLE FRUIT **** */

#single-product-page {
  background-color: #3a9352;
  background-image: -webkit-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -moz-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: -o-linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  background-image: linear-gradient(180deg, #3a9352 40%, #75cf8d 100%);
  padding-top: 150px;
  padding-bottom: 75px;
}

/* #single-product-banner {
  padding-top:75px;
}
.single-product-banner{
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.single-section {}

.single-section .content {
  font-size: 15px;
  color: #222;
  text-align: left;
}

.single-section .content p {
  font-size: inherit;
  color: inherit;
}

.single-section h1 {
  font-size: 30px;
  color: #3a9352;
  width: 100%;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  display: inline-block;
  float: left;
}

.single-section h1:after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #3a9352;
  float: right;
  top: 19px;
  position: relative;
}

.single-section.descr {
  background-color: #fcfcfc;
  padding: 30px 30px 30px 30px;
}

.product-season-table {
  color: #222;
  background-color: #fff;
  width: 100%;
  text-align: center;
  display: block;
      max-width: 450px;
    margin: 0 auto;
}

.packaging-wrap {
  position: relative;
  width: 100%;
}

.product-season-table td {
  width: 10%;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #3a9352;
  font-weight: 600;
}

.check-icon {
  width: 40px;
  height: 40px;
}

.no-check-icon {
  width: 30px;
  height: 30px;
}

#single-product-container {}

.single-section.packaging {
  background-image: url("/wp-content/uploads/2018/12/texture-wooden.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
}

.single-section.packaging .siskeuasies-icon {
  width: 40px;
  height: 40px;
}

.single-section.packaging p a {
  color: #fff;
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.single-section.packaging:hover a {
  color: #75cf8d;
  border-bottom: 2px solid #75cf8d;
}

.single-section.packaging h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.single-section.characteristics {
  margin: 50px 0;
  padding: 0;
}

.single-section.characteristics h2 {
  color: #fff;
  font-size: 30px;
  margin: 0px 0px 30px 0px;
  font-weight: 600;
  text-align: center;
}

/* **** FOOTER **** */

#footer-section {
  /* background-color: #fcfcfc; */
  background-color: #278540;
}

#footer-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

#footer-container p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.footer-credentials {}

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1480px) {
  .product-feed .single-item h3{
    font-size:17px;
  }
  .sidebar_inner{
    padding: 50px 15px;
  }
}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1280px) {
  .product-feed .single-item h3{
    font-size:15px;
  }
  .single-section h1,.single-section.characteristics h2{
    font-size:26px;
  }
  #about-container h2,#why-us-container .third-column.column h2{
    font-size:30px;
  }
  #facilities-page-container h2{
    font-size:30px;
  }
  .single-photo{
    height: 300px !important;
  }
  #facilities-container{
    padding: 50px 0px;
  }
}

@media screen and (max-width: 991px) {
  .single-section h1,.single-section.characteristics h2{
    font-size:24px;
  }
  #about-us-section{
        padding: 30px 15px;
  }
  #about-us-container .section{
    margin:30px 0;
  }
  .hamburger-menu {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -o-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    display: block;
    padding-right: 15px;
  }
  .single-section h1:after{
    top:15px;
  }
  .hamburger-menu .ham-menu {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 2.5px 5px;
    float: right;
    background: #fcfcfc;
    border: 0;
    outline: 0;
    cursor: pointer;
  }
  .hamburger-menu .ham-menu .icon-bar {
    background: #1e1e1e;
  }
  header .nav {
    display: none;
  }
  #fullscreen-mob-menu .head-menu {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    top: 100px;
  }
  #fullscreen-mob-menu .head-menu li {
    list-style: none;
    padding-bottom: 30px;
  }
  #fullscreen-mob-menu .head-menu li a {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-banner{
    display:none;
  }
  #product-page .section-wrap{
    padding: 0px 0px 70px 0;
  }
  .product-feed{
    margin-top:100px;
  }
  #about-container .column:nth-child(1){
    border-bottom: 1px solid #222;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-right: 0;
  }
  #about-container .column .img-fluid{
    display:block;
  }
  #why-us-container{
    margin-top:50px;
  }
  #about-container h2,#why-us-container .third-column.column h2{
    font-size:28px;
  }
  #contact-form-container h2:after{
    display:none;
  }
  .contact-form-wrap .message{
    padding:0;
  }
  .single-siskeuasia h3{
    font-size:22px;
  }
  #siskeuasies-page-container h2{
    font-size:30px;
  }
  #facilities-page-container h2{
    font-size:28px;
  }
  .facility-photo{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:500px;
  }
  .facility-photo img{
    display:none;
  }
  .single-photo{
    height: 250px !important;
  }
}

@media screen and (max-width: 820px) {
  #about-container {
    padding: 60px 15px;
  }
  #about-container .column {
    padding: 0 15px;
  }
  #why-us-container{
    padding: 50px 15px;
  }
  #siskeuasies-page-container h2{
    font-size:28px;
  }
}

@media screen and (max-width: 767px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 25px;
  }
  .closebtn {
    font-size: 45px;
  }
  .overlay-section{
    left:0;
  }
  #about-container h2,#why-us-container .third-column.column h2,.section h2{
    font-size:25px;
  }
  .side-icon{
    left: 0px;
  }
  .about-banner{
    height:250px;
  }
  #contact-banner-container .contact-banner{
    height:250px;
  }
  .single-siskeuasia h3{
    font-size:20px;
  }
  #siskeuasies-page-container h2{
    font-size:25px;
  }
  #siskeuasies-page-container .siskeuasies-icon{
    width: 40px;
    height: 40px;
  }
  #siskeuasies-list-container ul li{
    font-size:14px;
  }
  #facilities-page-container h2{
    font-size:26px;

  }
  .facility-photo{
    height:350px;
  }
  #facilities-page-container .column{
    padding: 20px 50px;
  }
  #facilities-page-container{
    margin-top: 50px;
  } 
  #arrow-down {
    margin: 50px auto 30px auto;
    
}
#arrow-down .arrow-down{
  padding-top: 20px;
}
#arrow-down p{
  font-size:22px;
}
#arrow-down .arrow-down img {
  width: 30px;
  height: 30px;
}
 
}
@media screen and (max-width:680px) {
.single-section h1:after{
  display:none;
}
.single-section h1{
  text-align:center;
}
}
@media screen and (max-width: 576px) {
.product-feed {
  margin-top: 50px;
  padding: 0;
}
.side-icon{
  display:none;
}

#siskeuasies-list-container .single-siskeuasia:nth-child(2){
  border-left: 0px;
    border-right: 0px;
}
#about-container h2, #why-us-container .third-column.column h2{
  font-size:20px;
}
.about-icons{
  width: 27px;
    height: 27px;
    position: relative;
    bottom: 5px;
}
#facilities-page-container h2{
  font-size:20px;
}
#facilities-page-container .column {
  padding: 20px 20px;
}
}
@media screen and (max-width: 480px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 20px;
  }
  .intro-wrap .landing-logo{
        max-width: 340px;
  }
  .single-section h1, .single-section.characteristics h2{
    font-size:20px;
  }
  .closebtn {
    font-size: 35px;
  }
  #about-container h2, #why-us-container .third-column.column h2{
    font-size:18px;
  }
  .single-photo{
    height:150px !important;
  }
}














@media screen and (max-height: 480px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 18px;
  }
  #fullscreen-mob-menu .head-menu li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-height: 414px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 18px;
  }
}

@media screen and (max-height: 384px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 15px;
  }
}

@media screen and (max-height: 375px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 16px;
  }
  .mob-menu-container .footer-social-media img {
}
}
@media screen and (max-height: 360px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 15px;
  }
}

@media screen and (max-height: 320px) {
  #fullscreen-mob-menu .head-menu li a {
    font-size: 11px;
  }
}

@media screen and (max-height: 480px) and (max-width: 320px) {
  #fullscreen-mob-menu .head-menu li {
    display: block;
  }
  #fullscreen-mob-menu .head-menu li a {
    font-size: 16px;
  }
}