/*
Theme Name: GreekFarms Portal
Theme URI: https://greekfarms.gov.gr
Author: Collectives
Author URI: https://collectives.gr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
	font-size:16px;
	font-family: "Commissioner", serif;
	font-family: "Fira Sans", sans-serif;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#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;
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OFF CANVAS MENU
--------------------------------------------------------------*/
.overlay-div {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.overlay-background {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	background-color: black;
	opacity: 0.75;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.offcanvas-contents-left-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	left: -100vw;
	transition: left 1s;
}

.offcanvas-contents-right-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	right: -100vw;
	transition: right 1s;
}

.offcanvas-contents-left-1-added {
	left: 0;
}

.offcanvas-contents-right-1-added {
	right: 0;
}

.offcanvas-base {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 340px;
	background-color: #fff;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	max-width: 100%;
}

.offcanvas-menu {
	left: 0;
	right: auto;
	width: 340px;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
}

.offcanvas-filters {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-cart {
	right: 0;
	left: auto;
	-webkit-transform: translate3d(340px,0,0);
	transform: translate3d(340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-opened {
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	z-index: 9999999;
}

.offcanvas-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.7);
	transition: opacity .25s ease,visibility 0s ease .25s;
}

.offcanvas-close-side-opened {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-filters-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-menu-footer {
	flex: 0 0 auto;
	padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-filters-footer .woocommerce-filter__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
	background-color: #f7f7f7;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #83b735;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #000;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
	border-color: rgba(129,129,129,.2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
	font-weight: 600;
	font-size: 20px;
}
.off-cart-header {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid;
	border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
	flex: 1 1 auto;
	margin: 0px;
	font-size: 20px;
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.wd-cross-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
.off-cart-header .close-side-widget {
	flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
	color: #2d2a2a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
	padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
	content: " ";
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background-color: #000;
	transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
	right: 0;
}
.off-widget_shopping_cart {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_filters {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_mob_navigation_menu {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_filters_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_mob_navigation_menu_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.off-widget-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget-scroll-content {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
	display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
	padding: 15px;
}

/*--------------------------------------------------------------
## OFF CANVAS CART CONTENT
--------------------------------------------------------------*/

.govgr-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget_shopping_cart .govgr-scroll-content {
	position: absolute;
	padding-right: 0;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget_shopping_filters .govgr-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_mob_navigation_menu .govgr-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.product_list_widget>li>a {
	display: block;
	margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 99999;
	margin-bottom: 0;
	padding-right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: rgba(0,0,0,.8);
	text-align: center;
	font-size: 21px;
	line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
	top: 13px;
	right: 10px;
}
.off-widget_shopping_cart .remove:after {
	font-weight: 700;
	font-size: 8px;
	content: "X";
	font-family: govgr-font;
	display: none;
}
.off-widget_shopping_cart .cart-item-image {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.product_list_widget>li img {
	float: left;
	margin-right: 15px;
	min-width: 65px;
	max-width: 65px;
	height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
	float: none;
	margin-right: 0;
	transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
	flex: 1 1 auto;
	padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
	display: block;
	margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
	transition: all .25s ease;
}
.product_list_widget>li .product-title {
	margin-bottom: 8px;
	font-size: 14px;
}
.off-widget_shopping_cart .quantity {
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0;
}
.off-widget_shopping_cart .quantity {
	display: block;
	color: #BBB;
	font-size: 13px;
}
.off-widget_shopping_cart .amount {
	font-weight: 600;
	font-size: 14px;
}
.shopping-cart-widget-footer {
	display: none;
}

/*--------------------------------------------------------------
## OFF CANVAS MOBILE MENU
--------------------------------------------------------------*/
.offcanvas-menu {
	margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
	display: inline-block;
	fill: #000;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	width: 15px;
	height: 15px;
	stroke-width: 1.5px;
}
.offcanvas-close-menu {
	position: relative;
	vertical-align: middle;
	line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
	position: absolute;
	content: '';
	top: -8px;
	right: -12px;
	left: -12px;
	bottom: -8px;
	transform: translateZ(0);
}
.navbar-collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.govgr-scroll-content .navbar-collapse  {
	padding: 0px;
}
.off-widget_mob_navigation_menu .govgr-scroll-content {
	padding-left: 30px;
	padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
	margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
	border-bottom: 1px solid #d9d9d9;
	border-color: rgb(140 140 140 / 0.25); 
	overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0px;
	vertical-align: middle;
	border-top: 0px dashed;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	right: 0;
	top: calc(50% - (11px / 2));
	width: 11px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	background-color: currentColor;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
	width: 11px;
	height: 1px;
	opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	width: 1px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
	opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
	display: block;
	height: 0;
	visibility: hidden;
	transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
	overflow: hidden;
	padding-bottom: 18px;
	margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
	visibility: visible;
	transition: height 0.35s ease-in-out;
	overflow:visible;
	height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
	padding: 13px 0px 13px 0px;
	font-size: 13px;
}
.secondary-mob-menu-item-first {
	margin-top: 30px;
}
.secondary-mob-menu-item {
	margin-bottom: 18px;
	padding: 0px;
}
.secondary-mob-menu-item a {
	line-height: 21px;
	font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
	padding: 0px;
	color:#888;
	text-transform: none;
	font-size: 13px;
}
.off-widget_mob_navigation_menu {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
	float: none;
	width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
	float: none;
	margin: 0;	
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
#mobileheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 18px;
	background-color: #1f3082;
}
.mobile-menu-icon svg {
	height: 14px;
	width: 20px;
	fill: #fff;
}
.mobile-cart-icon svg {
	height: 20px;
	fill: #fff;
	stroke-width: 1.5px;
}
.mobile-branding img {
    max-width: 100%;
    width: 85px;
}

/*--------------------------------------------------------------
## CART Page
--------------------------------------------------------------*/
.woocommerce table.shop_table {
	border: 0px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
th.product-remove {
	width: 40px;
}
th.product-thumbnail {
	width: 10px;
}
th.product-name {
	text-align: left;
}
table th {
	padding: 15px 10px;
	border: none;
	border-bottom: 2px solid #EFEFEF;
	color: #2d2a2a;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'GothamGreek-Bold';
}
.woocommerce table.shop_table td {
	padding: 15px 12px;
	border: none;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
	font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
td.product-remove {
	padding: 0;
	text-align: center;
}
@media (min-width: 768px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.cart-actions .coupon {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cart-actions .coupon label {
	display: none;
}
.cart-actions .coupon .input-text {
	margin-right: 10px;
	max-width: 230px;
}
.cart-actions input {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid rgba(129,129,129,.2);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
	display: block;
	overflow: hidden;
}
td.product-thumbnail img {
	min-width: 80px;
	max-width: 80px;
}
.cart-actions.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.woocommerce .cart-totals-inner {
	padding: 25px;
	border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
	padding-left: 6px;
	font-family: 'GothamGreek-Bold';
	margin-top: 0px;
}
.cart-subtotal th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.woocommerce-shipping-totals th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
	color: #777;
}
.order-total .woocommerce-Price-amount {
	font-size: 16px;
	font-family: 'GothamGreek-Bold';
}
.woocommerce-remove-coupon, td.product-remove a {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	font-size: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
@media (min-width: 769px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.col-md-automa {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}
@media (max-width: 1024px) {
	.cart-content-wrapper .cart-data-form {
		margin-bottom: 40px;
		padding-top: 0;
	}
}
@media (max-width: 768px) {	
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.shop_table_responsive tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(129,129,129,.2);
	}
	.woocommerce-cart-form__contents tr {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 115px;
		min-height: 136px;
	}
	.shop_table_responsive tr:last-child {
		margin-bottom: 0;
	}
	.woocommerce-cart-form__contents td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 5px;
		padding: 0;
	}
	.woocommerce-cart-form__contents td:not(:last-child) {
		border-bottom: 1px dashed rgba(129,129,129,.2);
	}
	.shop_table_responsive td {
		display: block;
		margin-bottom: 8px;
		padding: 0 0 8px;
		border-bottom: none;
		text-align: right;
	}
	.shop_table_responsive td:before {
		content: attr(data-title);
		float: left;
		padding-top: 3px;
		color: #2d2a2a;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
	}

	.woocommerce-cart-form__contents td:before {
		flex: 1 1 auto;
		margin-bottom: 5px;
		padding-top: 0;
		text-align: left;
		font-size: 11px;
	}
	.group_table td>*, .woocommerce-cart-form__contents td>* {
		margin-bottom: 5px;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		max-height: 115px;
		border-bottom: none;
	}
	.woocommerce-cart-form__contents td.product-thumbnail img {
		min-width: 100px;
		max-width: 100px;
	}
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.shop_table_responsive {
		display: block;
	}
	.shop_table_responsive th, .shop_table_responsive thead {
		display: none;
	}
	th.product-name {
		text-align: left;
	}
	td.product-name:before {
		display:none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-remove {
		position: absolute;
		top: -7px;
		right: -7px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-name {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left!important;
		padding: 15px 12px;
	}
	.woocommerce  .woocommerce-cart-form__contents td.product-name a {
		margin-bottom: 10px;
		padding-right: 30px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table td {
		padding: 4px 12px;
	}
	.order-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.cart-actions .button {
		width: 100%;
	}
	.woocommerce table.shop_table {
		margin-bottom: 40px;
	}
	.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
		padding: 12px 20px;
	}
	.cart-actions .coupon {
		justify-content: center;
		margin-top: 30px;
		padding: 25px;
		border: 2px dashed rgba(129,129,129,.2);
	}
	.cart-actions .coupon {
		flex-direction: column;
	}
	.cart-actions .coupon .input-text {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.woocommerce .cart-totals-inner table.shop_table td {
		border-bottom: 0px solid #E6E6E6;
		margin-bottom: 0px;
	}
	body .select2-container, body .ui-widget.ui-datepicker {
		z-index: 99!important;
	}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #6ca300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #83c305;
	color: #fff;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.govgr-table-wrapper {
	overflow-x: auto;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin-top: 4px;
	margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
th.product-name {
	text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
	position: relative;
	margin-top: 15px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
	position: absolute;
	top: -4px;
	left: 25px;
	color: #FFF;
	font-size: 32px;
	line-height: 0;
	content: "f151";
	font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
	margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: transparent;
	background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
	background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
	top: -10px;
	background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
	display: inline;
	margin: 0;
	margin-right: 5px;
	color: #2d2a2a;
}



/*--------------------------------------------------------------
## OWL STYLE
--------------------------------------------------------------*/
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-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 {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
	display: block;
	width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.owl-carousel.owl-loaded {
	display: block; }
.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }
.owl-carousel.owl-hidden {
	opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab; }
.owl-carousel.owl-rtl {
	direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
	float: right; }

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

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	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 Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out; }

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

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

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

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none; }

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

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; 
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}




/*--------------------------------------------------------------
## CSS FARMS Header
--------------------------------------------------------------*/



#desktopheader {
	border-bottom:1px solid #ebebeb;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	z-index:9;
	position:relative;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background-color:#fff;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#desktopheader.fixed {
	top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0 3px 10px 2px rgb(0 0 0 / 8%);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	position:fixed;
}

#desktopheader .row-desk {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#desktopheader .container-full {
	max-width:100%;
}

.site-header-inner {
	max-width: 20%;
	margin-top: 0;
	margin-bottom: -36px;
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-align-self: stretch;
}
.site-branding {
	margin-left: 45px;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: stretch;
	-moz-justify-content: stretch;
	-ms-justify-content: stretch;
	justify-content: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	overflow: hidden;
}
.site-branding a {
	padding: 13px 23px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
	background-color: #1f3082;
	max-width: 205px;
	border-radius: 0px 0px 10px 10px;
	
	z-index: 1001;
}
.site-branding img {
	width:100%;
}

.site-navigation {
	margin-right: auto;
	margin-left: 20px;
}
.navbar-default {
	background-image:none;
	filter:none;
	background-repeat: none;
	border-radius:0px
		-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#fff;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav>li {
	border-top: 3px solid #fff;
	margin-right: 20px;
}
.navbar-nav>li.current-menu-item  {
	border-top: 3px solid #1f3082;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 500;
	color: #1f3082;
	font-size: 16px;
	line-height: 100px;
	padding: 0px;
}


.site-header-right {
	justify-content: flex-end;
	display:flex;
	align-items: center;
	margin-right: 45px;
}

.gf-header-action-btn {
	margin-left: 20px;
	align-items: center;
	display: flex;
}

.gf-header-action-icon {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 35px;
	background: #1f3082;
	border: 0px solid #c5c5c5;
	border-radius: 100px;
	display: block;
	margin-right: 0px;
	text-align:center;
}
.gf-header-action-icon svg {
	margin-left: 0px;
	vertical-align: middle;
	fill:#fff;
	width:20px;
	height:20px;
}

.gf-header-action-text{
	display: block;
	margin-left: 10px;
}
.gf-header-action-text span {
	font-size: 12px;
	text-transform: capitalize;
	color: #353844;
	display: block;
	line-height: 1;
	font-weight: 500;
}
.gf-header-action-text span.main-action-title {
	text-transform: capitalize;
	color: #1f3082;
	font-weight: 600;
	font-size: 14px;
}

.main-home-slider {
	overflow: hidden;
}
.main-home-slider .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}
.main-home-slider .owl-next,.main-home-slider .owl-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	margin: 0;
	opacity:0.7;
}

.main-home-slider .owl-next {
	right: 0px;
}

.main-home-slider .owl-prev {
	left: 0px;
}

.slider-item-wrapper {
	position:relative;
}
.slider-item-wrapper:after {
	content: '';
	background: linear-gradient(70deg, rgb(9 9 10 / 68%) 13%, rgb(28 28 28 / 28%) 44%, rgb(27 34 52 / 0%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.slider-slide-image-wrapper img {
	width:100%;
}
.slider-slide-caption-wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 40px 80px;
	width: 100%;
	height: 100%;
}
.slider-slide-caption-wrapper .slider-slide-caption-container {
	display:flex;
	flex-wrap:wrap;
	z-index: 6;
	max-width:700px;
}
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-hypertitle {
	font-size: 15px;
	color: #fff;
	width:100%;
	margin-bottom: 15px;
	display:flex;
	justify-content:flex-start;
	line-height: 1.2;
	font-weight: 200;
	letter-spacing: 3px;
}
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	width:100%;
	margin-bottom: 0;
	margin-top: 0;
	display:flex;
	justify-content:flex-start;
	line-height:1;
}
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-subtitle {
	font-size: 17px;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
	margin-bottom: 20px;
}
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-button-container {
	width:100%;
	display:flex;
	justify-content:flex-start;
	margin-top: 2rem;
}
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-button {
	font-size: 13px;
	background: #f9b535;
	border-radius: 5px;
	padding: 16px 36px;
	color: #2c2828;
	text-decoration: none;
	font-weight: 500;
	border: 0px solid #999999;
	text-transform: uppercase;
	letter-spacing: 0px;
}


.slider-video-wrapper {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.slider-video-wrapper::before {
    content: "";
    display: block;
    padding-top: calc(800 / 1920 * 100%); /* ~41.67% για 1920x800 */
}

.slider-video-wrapper iframe {
    object-fit: cover;
}
.slider-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.separator-rounded {
	height: 80px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 40px 40px 0px 0px;
	margin-top: -70px;
	position: relative;
	z-index: 4;
	width: 100%;
}
.separator-ecopaper {
	position: relative;
	width: 100%;
}
.separator-ecopaper svg {
	fill: #ffffff;
	position: absolute;
	top: -24px;
	z-index: 20;
	display: block;
	width: 100%;
}


#digiservices {
	padding: 0px 110px 0px 110px;
	z-index: 1;
	margin-top:100px;
}
.digiservices-wrapper {
	background-image: url('https://portal.greekfarms.gov.gr/wp-content/uploads/2025/07/digi-serv-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0px 205px 0px;
	border-radius:20px;
	overflow: hidden;
	position:relative;
}
.digiservices-wrapper-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity:0.2;
	background-color:#000;
	z-index:1;
}
.digiservices-wrapper .container {
	z-index:2;
	position:relative;
}
.services-header span {
	color: #f9b535;
	font-weight: 500;
	padding: 9px 22px;
	border-radius: 5px;
	background-color: #f9b5352b;
	font-size: 13px;
	display: inline-block;
}
.services-header h3 {
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	margin-top: 10px;
}
.services-description {
	margin-top: 65px;
}
.services-description p {
	color: #fff;
}
.digiservices-services-wrapper {
	margin-top: -115px;
	margin-bottom: 0px;
	z-index: 1;
	position:relative;
}
.digiservices-service-item {
	padding: 40px 50px 40px 50px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.07);
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.digiservices-service-item:hover {
	transform: translateY(-8px);
}
.digiservices-service-item a:hover {
	text-decoration:none;
}
.digiservices-service-item a {
	    display: block;
    height: 100%;
    width: 100%;
	outline:none;
}
.digiservices-service-item a:focus {
	outline:none;	
}
.digiservice-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	align-items: center;
	position: relative;
	cursor: default;
	width: 100%;
}
.digiservice-icon svg {
	width:100%;
	height:100%;
	fill: #f9b535;
}

.digiservice-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
}

#welcome {
	margin-top:100px;
}
.about-thumb-01 {
	border-radius: 10px;
	margin-bottom: 85px;
	width: 100%;
	overflow: hidden;
}
.about-thumb-03 {
	border-radius: 10px;
	margin-bottom: 85px;
	width: 100%;
	overflow: hidden;
}
.about-thumb-02 {
	border-radius: 10px;
	float: right;
	margin-right: -15px;
}
.about-thumb-04 {
	border-radius: 10px;
	float: left;
	margin-left: -15px;
}

#gastronomy {
	margin-top:100px;
	margin-bottom:100px;
}
.main-section-title {
	margin-bottom:30px;
}
.main-section-title h2 {
	font-family: "Sofia Sans Condensed", serif;
	text-align:center;
	font-weight: 700;
	font-size: 34px;
	color: #2a496e;
}
.main-section-title p {
	text-align:center;
}

.welcome-content {
	margin: 0 40px;
	text-align:center;
}
.welcome-image-watermark {
	margin-bottom: 30px;
}
.welcome-subtitle {
	color:#1f3082;
	font-weight:700;
}
.welcome-title {
	font-weight: 700;
	line-height: 1.1;
	font-size: 28px;
	margin-top: 8px;
	margin-bottom: 15px;
}
.welcome-more {
	font-size: 13px;
	background: #1f3082;
	border-radius: 5px;
	padding: 16px 36px;
	color: #fff!important;
	text-decoration: none;
	font-weight: 500;
	border: 0px solid #999999;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 20px;
	display: inline-block;
}
.welcome-description {
	color:#353844;
}
#featured-articles-home {
	background-color:#f8f8f8;
	background-color:#f9f5f1;
	margin-top:100px;
	padding-top:80px;
	padding-bottom:80px;
}

.article-grid-small {
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
}
.article-grid-small .article-thumb-wrapper {
	position:relative;
}
.article-grid-small .article-thumb {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	position:relative;
}
.article-grid-small .article-category {
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-radius: 50px;
	background-color: #1f3082;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	transform: translate(-50%, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60%;
	white-space: nowrap;
}
.article-grid-small .article-thumb img {
	width:100%;
}
.article-grid-small h3 {
	text-align: center;
	font-size: 16px;
	min-height:50px;
}

.rand-article-title-height {
		margin: 22px 27px;
}

.article-grid-small a h3 {
    color: #333!important;
	    padding-left: 10px;
    padding-right: 10px;
}
.article-grid-small a:hover h3 {
    color: #1f3082!important;	
}


.article-grid-big {
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
}
.article-grid-big .article-thumb-wrapper {
	position:relative;
}
.article-grid-big .article-thumb {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	position:relative;
	max-height: 315px;
}
.article-grid-big .article-content {
	padding: 35px 40px 40px;
}
.article-grid-big .article-content h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.article-grid-big .article-content a h3 {
    color: #333!important;	
}
.article-grid-big .article-content a:hover h3 {
    color: #1f3082!important;	
}
.article-grid-big .article-thumb img {
	width:100%;
}
.article-grid-big .article-category {
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-radius: 50px;
	background-color: #1f3082;
	font-size: 11px;
	padding: 4px 10px;
	color: #fff;
	transform: translate(-50%, 0);
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60%;
	white-space: nowrap;
}
.article-content .article-more {
	font-size: 15px;
	color: #000;
	margin-top: 18px;
	display: inline-block;
}
.article-content p {
	font-size: 15px;
	color: #7c7c7c;
	margin-top: 25px;
}

.player-video-item {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	min-height:470px;
}
.player-video-item img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	-webkit-transition: all 5s;
	transition: all 5s;
	transform: translate(-50%, 0);
}
.player-item-wrapper:hover .player-video-item img {
	-webkit-transform: translate(-50%, 0) scale(1.2);
	transform: translate(-50%, 0) scale(1.2);
}
.player-video-content {
	position: absolute;
	z-index: 11;
	background: #fff;
	left: 35px;
	right: 35px;
	bottom: 0px;
	border-radius: 8px;
	padding: 30px;
	padding-bottom: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.player-item-wrapper:hover .player-video-content {
	bottom: 20px;
}
.player-video-content .player-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.player-video-content .player-content-inner h4 {
	position: relative;
	font-size: 20px;
	padding: 15px 0 0;
	margin: 0;
	padding-right: 15px;
	font-weight: 700;
}
.player-video-content .player-content-inner h4:after {
	content: '';
	width: 45px;
	height: 3px;
	background: #f9b535;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.player-video-content .play-btn {
	width: 42px;
	height: 42px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9b535;
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	position: relative;
}
.player-video-content .play-btn svg {
	width: 35px;
	height: 35px;
	padding: 8px;
	fill: #fff;
	margin-left: 4px;
}

.player-item-wrapper:hover .player-video-content .play-btn:after, .player-item-wrapper:hover .player-video-content .play-btn:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120%;
	height: 120%;
	border-radius: 50%;
	border: 1px solid rgb(249 181 53 / 35%);
	animation: borderanimate2 2s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	z-index: -1;
	-webkit-transition: all 0.3s 0sease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0sease-out;
	z-index: -1;
}
.player-item-wrapper:hover .player-video-content .play-btn::before {
	animation-delay: 0.7s;
}
@keyframes borderanimate2 {
	0% {
		transform: translate(-50%, -50%) scale(.8);
	}
	60%{
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}





.site-footer {
	background-color: #1f3082;
	padding: 30px 0;
	min-height: 150px;
	border-top: 4px solid #0149a7;
}

#footer-widgets {
	padding: 20px 0px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.social-icons-footer {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0px;
	list-style: none;
	float: right;
}

.social-icons-footer li {
	background: #0149A7;
	color: #fff;
	padding: 7px;
	border-radius: 30px;
	margin-right: 8px;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.social-icons-footer li:hover {
	background: #283c9e;
}

.social-icons-footer li img {
	width: 100%;
}

#copyrights {
	border-top:1px solid #354799;
	padding: 20px 0px;
}

.site-footer .developer {
	font-size: 14px;
	margin-top: 2px;
	color: #828ab0;
}

.site-footer .developer a {
	color: #828ab0;
	font-weight: 400;
}

.footer-logo img {
	max-height: 60px;
}
.nextgen-footer img {
	max-height: 40px;
}
.footer-second-menu ul {
	display:inline-block;
	margin:0px;
}

.footer-second-menu ul li {
	border-right: 2px solid #828ab07d;
	color: #828ab0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 0 .5em;
	text-transform: uppercase;
	padding-right: 11px;
}

.footer-second-menu ul li a {
	color: #828ab0;
}
.footer-second-menu ul li a:hover {
	color: #c8cbda;
}
.footer-second-menu ul li:last-child {
	border-right: 0px solid #0149A7;
}

.developer>a:hover {
		color: #c8cbda;
}

@media (min-width: 992px) and (max-width: 1100px) {
	.container.container-full {
		max-width: 950px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	.container.container-full {
		max-width: 1070px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) and (max-width: 1340px) {
	.container.container-full {
		max-width: 1170px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1340px) and (max-width: 1500px) {
	.container.container-full {
		max-width: 1310px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.container.container-full {
		max-width: 1470px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1600px) {
	.container.container-full {
		max-width: 1570px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}






.video-carousel-component .video-carousel-component-items {
	position: relative;
	display: inline-block;
}
.video-carousel-component .video-carousel-component-items .item-video {
	position: absolute;
	top: 20px;
	left: 100vw;
	opacity: 0.7;
	transition: 0.5s;
}
.video-carousel-component .video-carousel-component-items .item-video .video-video img {
	border: 7px solid white;
	box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.09);
	max-width: 32vw;
}
.video-carousel-component .video-carousel-component-items .item-video .video-legenda {
	visibility: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.video-carousel-component .video-carousel-component-items .item-video .video-legenda .title {
	font-weight: 700;
	color: #fff;
}
.video-carousel-component .video-carousel-component-items .item-video .video-legenda .subtitle {
	font-weight: 400;
	color: #fff;
}
.video-carousel-component .video-carousel-component-items .item-video.active {
	transform: translateX(calc(-50vw - 50%)) scale(1.3);
	opacity: 1;
	z-index: 10;
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-legenda {
	visibility: visible;
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-video {
	position: relative;
	width: 32vw;
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-video iframe {
	border: 7px solid white;
	box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.09);
	max-width: 32vw;
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-video.noafter:after {
	display: none;
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-video:after {
	content: "";
	cursor: pointer;
	position: absolute;
	top: calc(50% - 35px);
	right: calc(50% - 35px);
	display: inline-block;
	background: url("https://image.flaticon.com/icons/svg/149/149657.svg") no-repeat top right;
	width: 70px;
	height: 70px;
	filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.9));
}
.video-carousel-component .video-carousel-component-items .item-video.active .video-video:hover:after {
	filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.9));
}
.video-carousel-component .video-carousel-component-items .item-video.passed {
	transform: translateX(calc(-90vw - 50%)) scale(1);
}
.video-carousel-component .video-carousel-component-items .item-video.passed-out {
	transform: translateX(100vw) scale(1);
}
.video-carousel-component .video-carousel-component-items .item-video.active + .item-video {
	transform: translateX(calc(-10vw - 50%));
	z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
	.video-carousel-component {
		background: #fafafa;
		padding: 60px 0px;
	}
	.video-carousel-component .title h2 {
		font-size: 28px;
		font-weight: 800;
		line-height: 40px;
		text-align: center;
		margin-bottom: 30px;
		padding-bottom: 0px;
	}
	.video-carousel-component .video-carousel-component-items {
		position: relative;
		display: inline-block;
	}
	.video-carousel-component .video-carousel-component-items .item-video {
		position: absolute;
		top: 20px;
		left: 100vw;
		opacity: 0.7;
		transition: 0.5s;
	}
	.video-carousel-component .video-carousel-component-items .item-video .video-video img {
		border: 3px solid white;
		box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.09);
		max-width: 32vw;
	}
	.video-carousel-component .video-carousel-component-items .item-video .video-legenda {
		visibility: hidden;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 7px;
	}
	.video-carousel-component .video-carousel-component-items .item-video .video-legenda .title {
		font-weight: 700;
	}
	.video-carousel-component .video-carousel-component-items .item-video .video-legenda .subtitle {
		font-weight: 400;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active {
		transform: translateX(calc(-50vw - 50%)) translateY(25%) scale(2);
		opacity: 1;
		z-index: 10;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-legenda {
		visibility: visible;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-video {
		position: relative;
		width: 32vw;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-video iframe {
		border: 7px solid white;
		box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.09);
		max-width: 32vw;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-video.noafter:after {
		display: none;
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-video:after {
		content: "";
		cursor: pointer;
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 10px);
		display: inline-block;
		background: url("https://image.flaticon.com/icons/svg/149/149657.svg") no-repeat top right;
		width: 20px;
		height: 20px;
		filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.9));
	}
	.video-carousel-component .video-carousel-component-items .item-video.active .video-video:hover:after {
		filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.9));
	}
	.video-carousel-component .video-carousel-component-items .item-video.passed {
		transform: translateX(calc(-95vw - 50%)) scale(1);
	}
	.video-carousel-component .video-carousel-component-items .item-video.passed-out {
		transform: translateX(100vw) scale(1);
	}
	.video-carousel-component .video-carousel-component-items .item-video.active + .item-video {
		transform: translateX(calc(-5vw - 50%));
		z-index: 1;
	}
}

#video-gallery-gf {
	overflow:hidden;
	background: #1f3082;
	padding: 45px 0px;
}
#video-gallery-gf .main-section-title h2 {
	color:#fff;
}
.video-carousel-component {
	padding: 45px 0px;
}

#gf-events {
	padding: 100px 0px;
}

.recipe-title-wrapper {
	background-color: #f9f5f1;
	padding: 90px 0px;
	padding-bottom: 40px;
}
.recipe-title-wrapper h1 {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.recipe-thumb-featured {
	position:relative;
}
.recipe-thumb-featured img {
	width:100%;
}
.recipe-thumb-featured {
	margin: 0px 40px;
	overflow: hidden;
	border-radius: 0px;
}
.recipe-thumb-featured-wrapper {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(249,245,241,1) 50%, rgba(249,245,241,1) 100%);
}
.recipe-title-wrapper .recipe-category {
	text-align: center;
	display: block;
	color: #766b5f;
	font-weight: 500;
	padding: 9px 22px;
	border-radius: 5px;
	background-color: #e8e3dd;
	font-size: 13px;
	display: inline-block;
	margin: 0 auto;
	float: none;
}
.recipe-title-wrapper .recipe-title {
	text-align: center;
}
.recipe-title-wrapper .recipe-catchphrase {
	text-align: center;
	margin:0 auto;
	margin-bottom:10px;
	width:90%;
}
.zikzak-divider {
	transform: rotate(180deg);
	margin-top: -22px;
}
.zikzak-divider svg {
	z-index: -1;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(240% + 1.3px);
}
.zikzak-divider svg path {
	fill:#fff;
}
.recipe-highlights {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.recipe-highlights-inner {
	display: flex;
}

.recipe-highlight-item {
	display:flex;
	align-items: center;
}
.recipe-highlight-item svg {
	width:30px;
	height:30px;
	fill:#000;
}
.recipe-highlight-item .recipe-highlight-text {
	font-weight: 700;
}

.recipe-highlight-item.portion {
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #e5e5e5;
}
.recipe-highlight-item.difficulty {
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #e5e5e5;
}

.recipe-highlight-icon {
	width: 62px;
	height: 62px;
	background-color: #e8e8e8;
	padding:10px;
	border-radius:50px;
	margin-right:10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}

.recipe-highlight-text h4 {
	margin: 0px;
	font-weight:400;
	font-size:16px;
}
.recipe-highlight-text span {
	margin: 0px;
	font-weight: 700;
	font-size: 19px;
}

.recipe-main-content img {
	width:100%;
}

#post-39 .entry-title {
	display:none;
}

#herosection {
	padding: 80px 0px 80px 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position:relative;
	margin-bottom: 30px;
}
.herosection-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #000000;
	opacity: 0.2;
}
#herosection h1 {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	margin:0px;
	position: relative;
	display: inline-block;
}


.jobs-hero {
	padding: 215px 0px 120px 0px;
	background-image: url('');
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.jobs-hero-header-inner {
	width:600px;
	max-width:100%;
}
.jobs-hero-header-inner h1 {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
.jobs-hero-header-inner p {
	color: #fff;
}
.jobs-hero-search-wrapper {
	margin: 35px 0px 0px 0px;
}
.jobs-hero-search-form {
	border: 1px solid #E5E5E5;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
	box-shadow: 0 2px 2px 0 rgba(28, 36, 51, 0.1);
	width: 950px;
	max-width:100%;
}
.filter-listing-form .form-group-inner {
	position: relative;
}
.jobs-location-form svg, .jobs-keyword-form svg {
	color: #fff;
	width:22px;
	height:22px;
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.find-job-search {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: 0px 12px;
	font-size: 14px;
	border-radius: 4px;
	outline: none !important;
	-webkit-transition: all 0.2sease -in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2sease -in-out 0s;
	color: #fff;
	background-color: #1f3082;
	border-color: #000;
	white-space: nowrap;
	width: 100%;
	line-height: 50px;
}

.jobs-location-form input, .jobs-keyword-form input  {
	padding: 10px 10px 10px 15px;
	padding-left: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	width: 100%;
	line-height: 30px;
	outline:none;
}
.brform {
	border-right:1px solid #E5E5E5;
}


.trending-keywords-wrapper {
	display:flex;
	line-height:15px;
}
.trending-keywords-wrapper {
	margin-bottom:10px;
	margin-top: 25px;
}
.trending-keywords {
	padding-left: 0px;
	margin:0px;
}
.trending-keywords li {
	display: inline-block;
	margin-right: 20px;
}
.trending-keywords li a {
	color: #FFFFFF;
	box-shadow: none;
	text-decoration: none;
	font-size:15px;
}
.trending-keywords-wrapper span {
	color: #FFFFFF;
	margin-right: 20px;
	font-size:15px;
	font-weight:600;
}
.job-categories-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 20px;
}
.job-categories-title {
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}
.job-categories-title h2 {
	margin-bottom:15px;
	width:100%;
	font-weight: 600;
	font-size: 36px;
	margin-top:0px;
}
.job-categories-title p {
	color:#6b6d74;
	font-size: 18px;
	width:100%;
}
.job-categories-more {
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	display: flex;
}
.job-category-item {
	padding: 30px;
	border-radius: 8px;
	background-color: #F5F5F5;
	margin-bottom:30px;
	display: flex;
}

.job-category-logo-wrapper svg {
	fill: #389a13;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.job-category-logo-wrapper svg path {
	fill: #389a13;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.job-category-item:hover .job-category-logo-wrapper svg {
	fill: #fff;
}
.job-category-item:hover .job-category-logo-wrapper svg path {
	fill: #fff;
}


.job-category-content {
	padding-left: 15px;
	padding-left: 25px;
}
.job-category-item h4 {
	margin:0px;
	font-size: 20px;
	margin-bottom:5px;
}
.job-category-item a {
	display: inline-block;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}
.job-category-item:hover {
	background-color: #389a13;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.job-category-item:hover h4{
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.job-category-item:hover a{
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.job-category-item:hover span{
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.openjobs {
	display:block;
}
.aggelies-home-wrapper {
	background-color: #F5F5F5;
	margin-top:90px;
	padding-top:20px;
	padding-bottom:90px;
}
.latest-jobs-header {
	padding: 60px 0px 45px 0px;
	text-align: center;
}
.job-category a {
	color: #000;
	text-decoration: none;
}
.latest-jobs-header h2 {
	font-weight: 600;
	font-size: 36px;
}
.latest-jobs-header p{
	color:#64666c;
	font-size:18px;
}
.job-card-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 8px;
}
.job-card-item:hover {
	border: 1px solid #d5d5d5;
	box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.101961);
}
.job-details {
	display: flex;
}
.job-logo-wrapper {
	flex-shrink: 0;
}
.job-logo {
	overflow: hidden;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.job-logo img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.job-content {
	flex-grow: 1;
	padding-left: 15px;
}
.job-title-wrapper {
	margin:0px;
}
.job-title h2 {
	margin:0px;
	font-size: 25px;
}
.job-title a h2 {
	color:#000;
	transition: 0.3s;
}
.job-title a h2:hover {
	color:#379a14;
	transition: 0.3s;
}
.job-meta {
	margin-top: 8px;
}
.job-labels {
    margin-top: 25px;
    height: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.job-label-item {
display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
}
.job-label-item a {
	display: inline-block;
	color: #121212;
	background: #F1F1F1;
	border-radius: 50px;
	padding: 6px 20px;
	font-size: 13px;
	font-weight: 500;
}
.job-info {
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	font-size: 14px;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
	margin-top: 15px;
}
.job-time {
	margin-left: auto !important;
}
.salary-dark {
	color:#000;
}
.salary-light {
	color:#b0b0b0;
}


.brdcrmb {
    background: #f5f5f5;
    margin: 0 0 15px;
    padding: 17px 0;
    text-align: left;
    padding-top: 88px;
}

.read-more-btn {
	padding: 22px 44px;
	background-color: #1f3082;
	display: inline-block;
	margin-top: 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-bottom:100px;
}
.read-more-btn:visited, .read-more-btn:hover  {
	color: #fff;
}
.read-more-btn svg {
	position: relative;
	top: -1px;
	width: 19px;
	fill: #fff;
	vertical-align: middle;
	margin-left: 14px;
}

/* -------- SYNTAGES START-------------  */

.rcp-card {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom:30px;
}

/* ---------- IMAGE CONTAINER ---------- */
.rcp-card-image {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

/* Full-width image */
.rcp-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Dark Gradient Overlay */
.rcp-card-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* Vegan Badge */
.rcp-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 8px;
	border-radius: 14px;
}

.rcp-badge {
	display: flex;
	align-items: center;
	gap: 2px;
}

.rcp-overlay.vegan {
	background: #5c9c51;
}

.rcp-overlay.gluten {
	background: #c7be76;
}

.rcp-overlay.nistisimo {
	background: #68b7c9;
}

.rcp-overlay img {
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(1);
}

/* ---------- MOVED ATTRIBUTES INTO IMAGE ---------- */
.rcp-attributes {
	position: absolute;
	bottom: 10px;
	display: grid;
	grid-template-columns: 1fr 1px 1fr 1px 1fr;
	justify-content: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 20px;
	width: 100%;
}

/* Icons & Text (inside attributes) */
.rcp-attr {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: white;
	justify-content: center;
	z-index: 1;
}

.rcp-attr span {
	font-size: 11px;
}

.rcp-attr.middle {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 5px 8px;
}

/* Make icons white */
.rcp-attr img {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
}

/* ---------- INFO BELOW IMAGE ---------- */
.rcp-card-info {
	padding: 15px;
}

.rcp-title {
	font-size: 19px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}

/* Rating stars */
.rcp-rating {
	font-size: 14px;
	color: #ffd700;
	margin: 7px 0px 6px 0px;
}

/* Link */
.rcp-link {
	display: inline-block;
	text-decoration: none;
	color: #bcbcbc!important;
	font-weight: 600;
	font-size: 14px;
}

.rcp-attributes-divider {
	height: 20px;
	width: 1px;
	background-color: #fff;
}

.rcp-results-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.rcp-search-section {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 14px;
}

.rcp-main-results-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rcp-filters-title {
	font-size: 22px;
	font-weight: 600;
}

.rcp-main-results-title-wrapper > h3 {
	font-size: 22px;
	font-weight: 600;
}

.rcp-main-results-title-wrapper > p {
	font-size: 14px;
	font-weight: 500;
	color: #9a9a9a;
}

.rcp-search-section.rcp-section-titles {
	padding: 20px 0px 20px 00px;
}

.rcp-filter-title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}

/* Filter Container */
.rcp-filter-container {
	max-width: 400px;
	margin: 0 auto;
	background: white;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rcp-filter-title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}

/* Each Filter Section */
.rcp-filter {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rcp-filter:hover {
	background: #f3f3f3;
}

.rcp-filter-header {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	flex: 1;
}

/* Down Arrow */
.rcp-arrow {
	width: 14px;
	height: 14px;
	transition: transform 0.3s ease;
}

.rcp-filter.active .rcp-arrow {
	transform: rotate(180deg);
}

/* Filter Items (Hidden by Default) */
.rcp-filter-items {
	display: none;
	padding-top: 8px;
	width: 100%;
}

.rcp-filter-items label {
	display: flex;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
	cursor: pointer;
}

.rcp-filter-items input {
	margin-right: 5px;
}

/* Active State */
.rcp-filter.active .rcp-filter-items {
	display: block;
}

/* -------- SYNTAGES END ----------*/




.gf-direction-lists ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-bottom: 0px dashed #e5e7eb;
	padding-bottom: 70px;
	margin-bottom: 00px;
}

.gf-direction-lists[data-checklist="true"] ul li {
	cursor: pointer;
	position: relative;
	margin-bottom: -2.25rem;
}
.gf-direction-lists ul li .gf-title-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
}
.gf-direction-lists ul li {
	margin-bottom:-35px;
}
.gf-direction-lists ul li .gf-number {
	font-weight: 600;
	font-size: 16px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e4e4e7;
	color: #e4e4e7;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.15s;
}
.gf-number svg {
	max-width: 100%;
	width: auto;
}
.gf-number svg path {
	stroke:#1f3082;
}
.gf-direction-lists ul li .gf-title-wrapper .gf-title {
	font-size: 19px;
	font-weight: 500;
	transition: 0.15s;
	color: #1f3082;
}

.gf-direction-lists ul li .gf-title-wrapper .gf-title span {
	background-color: #fff;
	padding-right: 25px;
	display: inline-block;
	font-weight: 600;
}

.gf-direction-lists ul li .gf-title-wrapper .gf-title:before {
	background-color: #e4e4e7;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	content: '';
	display: block;
	z-index: -1;
}


.gf-direction-lists ul li .gf-desc {
	transition: 0.15s;
	margin-bottom:40px;
}
.gf-direction-lists ul li  .gf-desc p {
	font-size: 18px;
}

.gf-direction-lists ul li .gf-desc img {
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	border-radius: 12px;
	width:300px;
	max-width:100%;
	height:auto;
}
.gf-direction-lists ul li:hover .gf-number {
	color: #FFF;
	background-color: #1f3082;
	border-color: #1f3082;
}
.gf-direction-lists ul li:hover .gf-number svg path {
	stroke:#fff;
}
.gf-direction-lists ul li.gf-checked .gf-number svg path {
	stroke:#fff;
}
.gf-direction-lists ul li.gf-checked .gf-desc {
	opacity: .4;
}
.gf-direction-lists ul li.gf-checked .gf-number {
	color: #FFF;
	background-color: #1f3082;
	border-color: #1f3082;
}
.gf-directions-header {
	font-size: 27px;
	color: #1f3082;
	font-weight: 700;
	margin-bottom: 45px;
}
.gf-directions-header p {
	font-size: 17px;
	color: #a0a0a0;
	font-weight: 400;
	margin-bottom: 5px;
}
.gf-recipe-directions-part {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #1f3082;
	margin-top: 20px;
}
.gf-ingredients-list {
	background-color: #fbf7d0;
	margin: 0 0 30px;
	padding: 25px 25px 5px;
	border: 0px solid #e7e6dc;
	position:relative;
	margin-top:10px;
	margin-bottom:40px;
}
.gf-ingredients-list:before, .gf-ingredients-list:after {
	content: "";
	position: absolute;
	inset-inline: 0;
	height: 10px;
	background-image: radial-gradient(farthest-side, transparent 6px, #fbf7d0 0);
	background-size: 15px 15px;
}

.gf-ingredients-list:before {
	top: -10px;
	background-position: -2px -6px, 0 0;
}

.gf-ingredients-list:after {
	bottom: -10px;
	background-position: -2px 1px, 0 0;
}


li.recipe-ingredient input[type=checkbox]:checked+label {
	text-decoration: line-through;
	color: rgb(0 0 0 / 45%);
}
li.recipe-ingredient {
	list-style: none;
	padding: 0 0 13px;
	margin: 0 0 13px;
	border-bottom: 2px dashed #e9e5c9;
	position: relative;
}
li.recipe-ingredient:last-child {
	border-bottom:0px;
}
li.recipe-ingredient label {
	font-weight:400;
	margin-bottom:0px;
}
.recipe-ingredient input {
	width: 24px;
	height: 24px;
}
.recipe-ingredients {
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}
.recipe-highlights-wrapper {
	margin-bottom:90px;
}

.recipe-main-content img.syntagi-footer {
	width:75%;
}
.recipe-ingredients-title {
	font-weight: 700;
	font-size: 22px;
}
.recipe-ingredients-list-title {
	margin-bottom:20px;
	margin-top:20px;
}


.recipe-meta {
	border-bottom: 1px solid #e5e5e5;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
	padding: 30px 0px;
}
.recipe-author {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.recipe-author span {
	font-weight: 600;
}
.recipe-author-avatar {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.recipe-author-avatar svg {
	fill: #1f3082;
}
.recipe-author-name {
	display: flex;
	flex-direction: column;
}
.recipe-author-name span a {
	color:#333;
}
.recipe-author-restaurant {
	font-size: 15px;
	color: #a1a1aa;
}
.recipe-author-name .recipe-author-restaurant a {
	color: #a1a1aa;
}
.recipe-author-restaurant a:hover {
	color: #1f3082;
}
.recipe-ctas {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 15px;
	align-items: center;
}

.recipe-cta-btn {
	justify-content: center;
	border-radius: 4.5rem;
	padding-left: 25px;
	padding-right: 25px;
	align-items: center;
	display: flex;
	background-color: #fff;
	border: 1px solid #000;
	line-height: 40px;
	position:relative;
}
.recipe-cta-btn svg {
	height: 16px;
	margin-right: 15px;
}
.recipe-cta-btn span {
	font-size: 14px;
	font-weight: 600;
}

.recipe-rating {
	background-color: #f2f2f2;
	text-align: center;
	padding: 20px 60px;
	border-radius: 10px;
	margin-bottom: 60px;
	margin-top:60px;
	border: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
}
.recipe-rating h5 {
	font-size:25px;
	margin-top:0px;
}
.recipe-rating img {
	margin-top: 15px;
	width: 180px;
} 
.recipe-thumb-featured .play-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.recipe-thumb-featured .play-video-icon a {
	font-size: 22px;
	color: #ff5e14;
	background: #ffffff;
	height: 95px;
	display: inline-block;
	width: 95px;
	line-height: 95px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	background: rgb(255 255 255 / .4);
	backdrop-filter: blur(4px);
}

.recipe-thumb-featured .play-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

.recipe-thumb-featured .play-video-icon svg {
	width: 20px;
	height: auto;
	margin-left: 5px;
	fill: #ffffff;
	margin-top: 36px;
	display: inline-block;
}
@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}
	100% {
		opacity: 0;
	}
}

.gf-recipe-facts {
	margin-bottom:40px;
}
.gf-recipe-facts ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: stretch;
	justify-content: space-between;
}

.gf-recipe-facts li {
	background-color: #F4F4F5;
	padding: 20px;
	text-align: center;
	gap: 13px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	border-radius: 8px;
	flex: 1 1 calc(100% / 7 - 10px);
	max-width: calc(100% / 7 - 10px);
	box-sizing: border-box;
}
.gf-recipe-facts li {
	flex: 1 1 calc(100% / 3 - 10px);
	max-width: calc(100% / 3 - 10px);
}
.gf-recipe-facts.fifty li {
	flex: 1 1 calc(100% / 2 - 5px);
	max-width: calc(100% / 2 - 5px);
}
.gf-recipe-facts.fifty li {
	gap: 4px;
}
.gf-icon svg {
	width: 35px;
	height: 35px;
}
.gf-recipe-facts li .gf-title {
	font-size: 12px;
	font-weight: 500;
	color: #A1A1AA;
}

.gf-recipe-facts li .gf-quantity {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}
.gf-recipe-related h3 {
	font-size: 27px;
	color: #1f3082;
	background-color: #fff;
	padding-right: 25px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 22px;
}
.gf-recipe-related {
	position:relative;
}
.gf-recipe-related:before {
	background-color: #e4e4e7;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	content: '';
	display: block;
	z-index: -1;
}


.job-single-hero-bg {
	min-height:250px;
	background-color:#F5F5F5;
}

.job-single-info {
	margin: 0px;
	padding: 30px 35px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	margin-top: -85px;
}

.job-single-info-boxed-logo {
	flex: 0 0 108px;
	margin-right: 25px;
}
.job-single-info-boxed-logo img {
	margin: 0;
	height: auto;
	width: 100%;
	overflow:hidden;
	border-radius:10px;
}
.job-single-title h1 {
	margin-top:0px;
	font-size:30px;
	margin-bottom: 5px;
}
.job-single-title span {
	color: #a8a8a8;
}
.job-single-title-apply {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.job-single-title-apply a {
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	border-radius: 5px;
	outline: none !important;
	color: #fff;
	background-color: #0149a7;
	border-color: #000;
	white-space: nowrap;
	width: auto;
	padding:16px 36px;
}

.job-single-hightlights h4 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top:0px;
}
.job-overview {
	background: #fafafa;
	border: none;
	padding: 35px 38px 31px 38px;
	border-radius: 5px;
}

.job-overview ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
.job-overview ul li {
	margin: 0;
	padding: 0;
	line-height: 16px;
	display: flex;
	margin: 25px 0;
}
.job-overview ul li:first-child {
	margin-top: 0;
}
.job-overview-icon {
	border-radius: 4px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	flex: 0 0 40px;
	background-color: #f9b5352b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job-overview-icon svg {
	width: 18px;
	height: 18px;
	fill: #e96b16;
}
.job-overview-meta {
	position: relative;
	margin-left: 20px;
}
.job-overview-apply {
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	border-radius: 5px;
	outline: none !important;
	color: #fff;
	background-color: #0149a7;
	border-color: #000;
	white-space: nowrap;
	width: 100%;
	padding: 16px 36px;
	display: block;
}
.job-overview-apply:hover {
	color:#fff;
	background-color: #1a4173;
}
.job-overview-meta .overview-data {
	margin-top: 2px;
	line-height: 26px;
	display:block;
}

.job-single-content {
	margin-bottom:70px;
}
.job-skills ul {
	padding-left:0px;
	list-style:none;
}
.job-skills ul li {
	margin-bottom: 10px;
}
.job-skills ul li.skill-title {
	font-weight: 700;
	margin-top: 40px;
}

.skill-item {
	display: flex;
}
.job-skills ul .skill-item::before {
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_70227' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' style='enable-background:new 0 0 174.239 174.239;' xml:space='preserve'%3E%3Cpath fill='%23e96b16' d='M74.439,157.519c-1.59,1.848-4.34,1.989-6.111,0.313L1.38,94.468c-1.771-1.676-1.848-4.496-0.173-6.267l21.33-22.539 c1.676-1.771,4.496-1.848,6.267-0.173l36.571,34.611c1.771,1.676,4.521,1.535,6.111-0.313l71.447-83.015 c1.59-1.848,4.404-2.059,6.251-0.468l23.518,20.242c1.848,1.59,2.059,4.404,0.468,6.252L74.439,157.519z'/%3E%3C/svg%3E");
	background-color:#f9b5352b;
	color: #26ae61;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 10px;
	padding: 7px;
	padding-top: 2px;
}





#video-popup-container {
	display:none;
position: fixed;
    z-index: 996;
    width: 60%;
    max-width: 1280px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

#video-popup-close {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 998;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	line-height: 25px;
	color: #fff;
}

#video-popup-iframe-container {
	position: absolute;
	z-index: 997;
	width: 100%;
	padding-bottom: 56.25%;
	border: 2px solid #000;
	border-radius: 2px;
	background-color: #000;
}

#video-popup-iframe {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}

#video-popup-overlay {
	display: none;
	position: fixed;
	z-index: 995;
	top: 0;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

#video-popup-close:hover {
	color: #DE0023;
}




.job-section-title {
	position:relative;
	margin-top:20px;
}
.job-section-title:before {
	background-color: #e4e4e7;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	content: '';
	display: block;
	z-index: -1;
}
.job-section-title h3 {
	font-size: 22px;
	color: #1f3082;
	background-color: #fff;
	padding-right: 25px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 22px;
}
.job-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 1200px;
}
.box {
	flex: 1 1 calc(33.333% - 10px);
	background-color: #c4c4c4;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.box {
		flex: 1 1 calc(50% - 10px);
	}
}
@media (max-width: 480px) {
	.box {
		flex: 1 1 100%;
	}
}

@media (max-width: 991px) {
	.gf-direction-lists ul li .gf-desc img {
		float: left;
		margin-right: 35px;
		margin-bottom: 35px;
		border-radius: 12px;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-right: 0px;
	}
	.recipe-highlight-icon {
		width: 30px;
		height: 30px;
		background-color: #e8e8e8;
		padding: 7px;
		border-radius: 50px;
		margin-right: 5px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 auto;
	}
	.recipe-highlight-item.portion {
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #e5e5e5;
	}
	.recipe-highlight-text span {
		margin: 0px;
		font-weight: 700;
		font-size: 17px;
	}
	.recipe-highlight-text h4 {
		margin: 0px;
		font-weight: 400;
		font-size: 13px;
	}
	.recipe-highlight-item.difficulty {
		margin-left: 10px;
		padding-left: 10px;
	}
	.recipe-thumb-featured {
		margin: 0px 15px;
		overflow: hidden;
		border-radius: 0px;
	}
	.recipe-thumb-featured img {
		max-height: 350px;
		width: auto;
	}
	.recipe-meta, .recipe-ctas {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.recipe-ctas {
		margin-left:0px;
	}
	.recipe-author {
		margin-bottom: 25px;
	}
	#footer-widgets {
		text-align:center;
	}
	#footer-widgets .col-md-4{
		margin-bottom:20px;
	}
	.social-icons-footer {
		margin: 0 auto;
		display: block;
		width: 100%;
	}
	.job-single-info {
		flex-wrap: wrap;
		padding: 24px;
		margin: 0 0 30px 0;
	}
	.job-single-title-apply a {
		width:100%;
		margin-top: 20px;
	}
	.job-single-info-boxed-logo {
		flex: 0 0 108px;
		margin-bottom: 20px;
	}
	.job-single-hightlights {
		margin-top:40px;
	}
	.jobs-hero {
		padding: 120px 0px 120px 0px;
		background-image: url();
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.trending-keywords-wrapper {
		display: block;
		line-height: 15px;
	}
	.trending-keywords {
		padding-left: 0px;
		margin: 0px;
		width: 100%;
		margin-top: 12px;
	}
}


/* Responsive adjustments */
@media (max-width: 1024px) {
	.rcp-results-wrapper {
		grid-template-columns: repeat(2, 1fr); /* Show 2 columns on tablets */
	}
}

@media (max-width: 768px) {
	.rcp-results-wrapper {
		grid-template-columns: repeat(1, 1fr); /* Show 1 column on mobile */
	}

	.rcp-card {
		margin-bottom: 20px; /* Add more spacing for better readability */
	}

	.rcp-title {
		font-size: 18px; /* Adjust title size for better mobile display */
	}

	.rcp-rating {
		font-size: 12px; /* Reduce rating font size on smaller screens */
	}

	.rcp-link {
		font-size: 13px; /* Slightly reduce link size */
	}
}



.login-to-rate {
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	border-radius: 5px;
	outline: none !important;
	color: #fff;
	background-color: #0149a7;
	border-color: #000;
	white-space: nowrap;
	width: auto;
	padding: 16px 36px;
	margin-top:20px;
}

.recipe-rating-results .stars-rating-free {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.recipe-rating-results .stars-rating-free li {
	display: flex;
	align-items: center;
	gap: .5rem;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.recipe-rating-results ul li:before {
	display:none;
}

.page-id-11 .gf-header-action-icon-search {
	display:none;
}
.page-id-17 .gf-header-action-icon-search {
	display:none;
}
.page-id-13 .gf-header-action-icon-search {
	display:none;
}
.page-id-15 .gf-header-action-icon-search {
	display:none;
}



.social-share-tooltip {
	box-shadow: 0 14px 23px 16px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	position: absolute;
	background-color: #fff;
	top: 51px;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 8px;
	border: 1px solid #dddbdb;
	padding: 11px 15px;
	z-index: 99;
	padding-bottom: 18px;
}
.recipe-cta-btn span.share-it-title {
	font-size: 14px;
	font-weight: 500;
	color: #717171;
	line-height: 35px;
}

.social-share-tooltip-corner {
	overflow: hidden;
	width: 11px;
	top: -5px;
	display: inline-block;
	position: absolute;
	height: 5px;
}
.social-share-tooltip-corner .corner-inner {
	transform: rotate(45deg);
	background-color: #fff;
	border: 1px solid #e8e8e8;
	height: 10px;
	width: 10px;
}

.social-share-tooltip ul {
	align-items: center;
	gap: .7rem;
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-share-tooltip li a {
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	border: 1px solid #e8e8e8;
	border-radius: 100px;
	width: 35px;
	height: 35px;
	padding: 4px;
	background-color: #1f3082;
}

.social-share-tooltip li a svg {
	height: 16px;
	margin-right: 0px;
	fill:#fff;
}
.social-share-tooltip li a svg path {
	fill:#fff!important;
}


.recipes-results-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.recipes-results-count {
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #9a9a9a;
}

.recipes-results-order ul {
	margin: 0 0 1em;
	float: right;
	display: flex;
	list-style:none;
	margin:0px;
	padding:0px;
}

.recipes-results-order ul li {
	text-align: center;
	display: block;
	color: #766b5f;
	font-weight: 500;
	padding: 9px 22px;
	border-radius: 100px;
	background-color: #e8e3dd;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	float: none;
	margin-right: 5px;
}
.recipes-results-order ul li.active {
	background-color: #1f3082;
	color: #fff;
}

.gf-recipe-card {
	position:relative;
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
}
.gf-recipe-image {
	position:relative;
	overflow: hidden;
	border-radius: 12px;
	border-radius: 12px 12px 0px 0px;
}

.gf-recipe-image img {
	max-width: 100%;
	object-fit: cover;
    height: 240px;
}

.gf-recipe-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.gf-recipe-attributes {
	position: absolute;
	bottom: 10px;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	gap: 0px;
	padding: 6px 12px;
	border-radius: 20px;
	width: 100%;
	left: 0px;
}

.gf-recipe-att {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: white;
	justify-content: center;
	z-index: 1;
	border-right: 1px solid #bcbcbc;
	padding-right: 20px;
	margin-right: 20px;
}
.gf-recipe-att:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.gf-recipe-att span {
	font-size: 11px;
}

.gf-recipe-att svg {
	width: 16px;
	height: 16px;
	fill:#fff;
	margin-top: -2px;
}


.gf-recipe-label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 14px;
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.gf-recipe-label svg {
	width:20px;
	height:17px;
	fill:#fff!important;
	margin-top: -3px;
	margin-right: 4px;
}
.gf-recipe-label svg path{
	fill:#fff!important;
}

.gf-recipe-label.vegan-att {
	background: #5c9c51;
}
.gf-recipe-label.vegeterian-att {
	background: #5bc37c;
}
.gf-recipe-label.omofagia-att {
	background:#931F1D;
}
.gf-recipe-label.fish-att {
	background:#809BCE;
}
.gf-recipe-label.fruit-att {
	background:#801980;
}
.gf-recipe-label.protein-att {
	background:#EE9480;
}
.gf-recipe-label.nisteia-att {
	background:#084C61;
}
.gf-recipe-label.other-att {
	background:#363636;
}
.gf-recipe-content {
	padding: 15px;
}
.gf-recipe-content a {
	color: #1f3082!important;
}
.gf-recipe-content h3 {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #1f3082!important;
}

.gf-recipe-rating-label {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	border-radius: 24px;
	padding: 5px 10px;
	color: #A1A1AA;
}
.gf-recipe-rating-label>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: .25rem 1.5rem;
}

.gf-recipe-rating-label ul li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 6px;
	font-weight: 500;
	color: #000000;
	flex-wrap: nowrap;
}

.gf-star-icon {
	display: flex;
	align-items: center;
	color: #A1A1AA;
}
.gf-star-icon svg {
	color: #facc15;
}

.gf-recipe-rating-label ul li span {
	display: flex;
	align-items: center;
}



.more-recipes {
	font-size: 13px;
	background: #d4e1f2;
	border-radius: 5px;
	padding: 16px 36px;
	color: #1f3082 !important;
	text-decoration: none;
	font-weight: 500;
	border: 0px solid #999999;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 20px;
	display: inline-block;
}


#home-videos {
	background: #d4e1f2;
	padding: 90px 0px;
	margin-top: 0px;
	scroll-margin-top: 100px;
}

.gf-video-card {
	margin-bottom: 30px;
}

.gf-video-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background-color: #000;
    display: flex;
    align-items: center;
}
.gf-video-card-image img {
	width:100%;
}

.gf-video-card-image .play-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.gf-video-card-image .play-video-icon a {
	font-size: 22px;
	color: #ff5e14;
	background: #ffffff;
	height: 75px;
	display: inline-block;
	width: 75px;
	line-height: 75px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	background: rgb(255 255 255 / .4);
	backdrop-filter: blur(4px);
}

.gf-video-card-image svg {
	width: 20px;
	height: auto;
	margin-left: 5px;
	fill: #1f3082;
	margin-top: 27px;
	display: inline-block;
}

.gf-home-jobs {
	padding:90px 0px;
}

.gf-fair-home {
	background-color: #fafafc;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top:100px;
}
.gf-expo-home {
	background-color: #fafafc;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top:0px;
}
.gf-posts-home {
    background-color: #f9f5f1;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}


.fair-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 25px;
	box-shadow: none !important;
    margin: 0 0 -1px;
	    display: flex;
    flex-direction: row;
	    align-items: center;
}

.fair-logo {
	    overflow: hidden;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	margin-right:30px;
	border: 1px solid #E5E5E5;
}

.fair-logo img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fair-link span {
    display: inline-block;
    font-weight: 400;
    line-height: 1.65;
    color: #1f3082;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #1f3082;
    transition: all 0.3s ease;
}

.fair-name span {
	font-size: 20px;
    margin: 0px;
    color: #1f3082;
    font-weight: 500;
}

.fair-date {
	margin-right:40px;
	display: flex;
    align-items: center;
}
.fair-date span {
	color: #64666c;
    font-size: 15px;
}
.fair-date svg {
	width: 15px;
    height: 15px;
    margin-right: 6px;
	fill: #64666c;
}

/* Responsive styles */
  @media (max-width: 768px) {
    .fair-item {
      flex-direction: column;
      align-items: center;
    }

    .fair-date {
      margin-top:20px;
      margin-bottom: 20px;
		margin-right:0px;
    }
	

    .fair-logo {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }

.rndpost.article-grid-small .article-thumb img {
    width: 100%;
}

.gf-recipes-category {
	margin-top: 90px;
}
.gf-rcp-cat a {
	border: 1px solid #e4e4e7;
	color: #000000;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%;
	background: #f7f7f7;
}

.gf-rcp-cat a:hover {
	border: 1px solid #e4e4e7;
	background: #d4e1f2;
}
.gf-rcp-cat-icon svg {
	height: 38px;
	width: 38px;
	max-width: 38px;
}
.gf-rcp-cat-name {
	margin-top:20px;
}
.gf-rcp-cat-count {
	margin-top:5px;
	color: #a1a1aa;
}

.gf-recipes-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	gap: 10px;
}


.recipe-ofthemonth {
	position: relative;
	background-image: url(https://portal.greekfarms.gov.gr/demo1/wp-content/uploads/2025/04/toumina.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0px 205px 0px;
	display: flex;
	min-height: 650px;
	margin-top:80px;
	margin-bottom:80px;
}

.recipe-ofthemonth  .slider-slide-caption-wrapper .slider-slide-caption-container {
	display: flex;
	flex-wrap: wrap;
	z-index: 6;
	max-width: 500px;
}
.recipe-ofthemonth .slider-slide-caption-wrapper:after {
	content: '';
	background: linear-gradient(70deg, rgb(9 9 10 / 68%) 13%, rgb(28 28 28 / 28%) 44%, rgb(27 34 52 / 0%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.recipes-category-tabs {
	margin-bottom:15px;
}
.recipes-category-tabs ul {
	margin: 0 0 1em;
	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
	gap:5px;
	justify-content: center;
}
.recipes-category-tabs ul li {
	text-align: center;
	color: #5d5d5d;
	font-weight: 500;
	padding: 12px 22px;
	border-radius: 100px;
	background-color: #ffffff;
	font-size: 14px;
	display: inline-block;
	float: none;
	border: 1px solid #e4e4e7;
}

.recipes-category-tabs ul li.active {
	text-align: center;
	color: #4c4c4c;
	font-weight: 500;
	padding: 12px 22px;
	border-radius: 100px;
	background-color: #d4e1f2;
	font-size: 14px;
	display: inline-block;
	float: none;
	border: 1px solid #b1bfd0;
}



.filters-title {
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.filters-title svg {
	width:23px;
	height:23px;
	margin-right:20px;
	fill: #1f3082;
}
.filters-title h3 {
	margin:0px;
	font-size:20px;
}
.filters-sidebar {
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 20px 30px 10px;
	background: #fff;
	margin-top:22px;
}



.gf-filter-checkbox label {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	position: relative;
}

.gf-filter-checkbox label input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gf-filter-checkbox .btn-checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #EDEDED;
	background-color: #FFFFFF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}

.gf-filter-checkbox span {
	color: #24272C !important;
	font-weight:400;
}

.gf-filter-checkbox label input:checked ~ .btn-checkbox {
	background-color: #1f3082;
	border: 1px solid #1f3082;
}

.gf-filter-checkboxz label input:checked ~ .btn-checkbox:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg height='417pt' viewBox='0 -46 417.81333 417' width='417pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 2px;
}

.gf-filter-checkbox label input:checked ~ .btn-checkbox:after {
	left: 6px;
	top: 5px;
	width: 7px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
}
.gf-filter-group {
	margin-bottom: 50px;
}
.gf-filter-title h4 {
	font-size: 17px;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 15px;
}
.difficulty-ckecker {
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.difficulty-filter {
	background-color: #F4F4F5;
	padding: 16px 12px;
	text-align: center;
	gap: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	border-radius: 8px;
	border: 2px solid #f4f4f5;
}
.difficulty-filter.active {
	border: 2px solid #1f3082;
	background-color: #d4e1f2;
}
.difficulty-filter svg {
	width: 15px;
	height: 15px;
}


.gf-filter-pills ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.gf-filter-pills ul li {
	display: flex;
	border-radius: 30px;
	background: #f9f9f9;
	border: 2px solid #F1F1F1;
	padding: 9px 14px;
	float: left;
	vertical-align: middle;
}

.gf-filter-pills ul li svg {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top: 2px;
}
.more-pills-btn {
	margin-left:12px;
	    display: block;
    width: 100%;
    color: #1248e0!important;
    margin-top: 10px;
}
.more-pills-btn:focus {
	outline:none;
	    color: #000;
}
.more-pills {
	    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.gf-filter-pills ul li.active {
    border: 2px solid #1f3082;
    background-color: #d4e1f2;
}


@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding:0px;
    }
}



.gf-header-action-btn .wpml-ls-legacy-dropdown {
    width: 30px;
    max-width: 100%;
}
.gf-header-action-btn .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: 0px;
}
.gf-header-action-btn .wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 0px solid #cdcdcd;
    background-color: #fff;
    padding: 4px;
    line-height: 1;
}
.gf-header-action-btn .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: none;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1f3082;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mega-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    display: none;
    z-index: 999;
    min-height: 400px;
}

.menu-item:hover > .mega-menu {
    display: block;
}

.mega-menu-inner {
    display: flex;
    gap: 20px;
}

.mega-menu-inner > ul {
    flex: 1;
    list-style: none;
    padding-left: 0;
}



.single-post-f-image {
	    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, #d4e1f2 50%, #d4e1f2 100%);
}
.single-post-f-image img {
	width:100%;
	    overflow: hidden;
    border-radius: 15px;
	margin-bottom:30px;
}
.single-post-f-image {
	text-align:center;
}
.single-post-header {
	background-color: #d4e1f2;
	padding: 90px 0px;
	padding-bottom: 40px;
}
.single-post-header .entry-title {
	text-align:center;
}
.wp-block-embed.is-type-video {
	text-align: center;
	margin-top:40px;
	margin-bottom:40px;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5 {
      color: #1f3082;
}

.single-post .entry-content p {
	text-align: justify;
}
.gf-articles-related {
	margin-bottom:60px;
}
.gf-article-related h3 {
	font-size: 27px;
	color: #1f3082;
	background-color: #fff;
	padding-right: 25px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 22px;
}
.gf-article-related {
	position:relative;
}
.gf-article-related:before {
	background-color: #e4e4e7;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	content: '';
	display: block;
	z-index: -1;
}

.cat-links {
	display:block;
	margin-bottom:15px;
}
.cat-links a, .tags-links a {
position: relative;
    display: inline-block;
    padding: 0px 11px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 15px;
    line-height: 33px;
    background-color: #eee;
    color: #555;
    border-radius: 5px;
    border: 2px solid #dfdede;
}

.tags-links {
	display:block;
	margin-bottom:15px;	
}

.single-post .entry-footer {
	text-align:left;
	margin-top:40px;
	border-top: 1px solid #e4e4e7;
    padding-top: 45px;
    padding-bottom: 45px;
}
.entry-footer .edit-link {
	display:none;
}
.post-edit-link {
	background-color: #57af27;
    width: 100%;
    display: block;
    color: #fff!important;
    text-align: center;
    padding: 13px;
}


.related-post-item img {
	width:100%;
	height:auto;
}
.related-post-item h3 {
	font-size: 19px;
    color: #1f3082;
    font-weight: 500;
    line-height: 20px;
    margin-top: 15px;
}



.archiveimage img {
    width: 100%;
	height:auto;
}
.archiveimage a {
	    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.archive .entry-title a {
	font-size: 26px;
	color: #333;
}
.archive .entry-title a:visited {
	font-size: 26px;
	color: #333;
}
.archive .entry-title a:hover {
	color: #1f3082;
	transition: 0.3s;
}
.archive .entry-content {
	margin-top: 10px;
}
.archive .mb30 {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.archive .entry-title {
    font-weight: 800;
    font-size: 26px;
    color: #000;
    line-height: 1;
    letter-spacing: -.025em;
}
.archive .page-title {
	font-weight: 800;
    color: #1f3082;
}
.archive .page-header {
    padding-bottom: 9px;
    margin: 70px 0 20px;
    border-bottom: 0px solid #eee;
}



.search .archiveimage img {
    width: 100%;
	height:auto;
}
.search .archiveimage a {
	    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.search .entry-title a {
	font-size: 26px;
	color: #333;
}
.search .entry-title a:visited {
	font-size: 26px;
	color: #333;
}
.search .entry-title a:hover {
	color: #1f3082;
	transition: 0.3s;
}
.search .entry-content {
	margin-top: 10px;
}
.search .mb30 {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.search .entry-title {
    font-weight: 800;
    font-size: 26px;
    color: #000;
    line-height: 1;
    letter-spacing: -.025em;
}
.search .page-title {
	font-weight: 800;
    color: #1f3082;
}
.search .page-header {
    padding-bottom: 9px;
    margin: 70px 0 20px;
    border-bottom: 0px solid #eee;
}


.page-numbers {
	border-radius: 6px;
    background-color: rgb(246 249 251);
    border: 1px solid rgba(12, 90, 219, 0.15);
    padding: 9px 13px;
    margin-right: 10px;
	color: #000!important;
}
.page-numbers.current {
	background-color:#e1e8ed;
}

.qodef-custom-pagination {
	display: flex;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
}


/**
 * 
 * 
 * 
 * MEGA MENU 
 * 
 * 
 * 
**/



.mndrp-mega-menu-wrapper {
	position: fixed;
    margin-top: 135px !important;
    z-index: 1000;
    top: 0;
    border: 0px;
    width: 100%;
}

.mndrp-mega-menu {
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
}





.archive #main-content::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	background-image: linear-gradient(180deg, #E9EFF8 0%, #ffffff 100%);
	pointer-events: none; /* Optional, so it doesn't block interactions */
	z-index: -1; /* Optional, to put it behind content */
}


.body-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: #1f1f1f;
}
.body-overlay.active {
	opacity: 0.6;
	pointer-events: auto;
}
.site-search .site-search-close {
	right: 40px;
	left: initial;
	width: 42px;
	height: 42px;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	text-align: center;
}
.site-search .site-search-close:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320.591 320.591'%3E%3Cpath d='M30.391 318.583c-7.86.457-15.59-2.156-21.56-7.288-11.774-11.844-11.774-30.973 0-42.817l257.812-257.813c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875l-259.331 259.331c-5.893 5.058-13.499 7.666-21.256 7.288zM287.9 318.583c-7.966-.034-15.601-3.196-21.257-8.806L8.83 51.963c-10.908-12.738-9.425-31.908 3.313-42.817 11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414-6.35 5.522-14.707 8.161-23.078 7.288z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px 16px;
	padding-right: 36px;
	content: '';
	display: inline-block;
	width: 42px;
	height: 42px;
}
.site-search .search-form {
	border: none;
	padding: 0;
}
.search-form {
	position: relative;
	padding: 4px;
}
.site-search .search-form .search-form-icon {
	width: 42px;
	height: 42px;
	font-size: 22px;
	line-height: 42px;
	left: initial;
	right: initial;
	top: 50%;
	bottom: initial;
	display: flex;
	align-items: center;
}
.site-search .search-form .search-form-icon:before{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 24 24'%3E%3Cpath d='M21.71 20.29l-2.83-2.82a9.52 9.52 0 1 0-1.41 1.41l2.82 2.83a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42zm-17.71-8.79a7.5 7.5 0 1 1 7.5 7.5 7.5 7.5 0 0 1-7.5-7.5z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}
.site-search {
	position: fixed;
	left: 0;
	top: -100px;
	right: 0;
	padding: 37px 100px 37px 40px;
	padding: 44px 100px 44px 40px;
	z-index: 1002;
	opacity: 0;
	-webkit-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #ffffff;
	border-color: #d9d9d9;
}
.site-search.active {
	top: 0;
	opacity: 1;
}
.site-search form {
	display: flex;
}

.site-search form input {
	border: 0px;
	line-height: 45px;
	width: 100%;
}
.site-search form input:focus {
	border:none;
	outline: none;
	box-shadow: none;
}
.site-search-overlay {
	display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 2;
    opacity: 0;
}
.site-search-overlay.active {
	display:block;
	opacity:1;
}

.post-thumb-wrapper {
	position:relative;
}

.post-thumb-wrapper .play-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.post-thumb-wrapper .play-video-icon a {
	font-size: 22px;
	color: #ff5e14;
	background: #ffffff;
	height: 95px;
	display: inline-block;
	width: 95px;
	line-height: 95px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	background: rgb(255 255 255 / .4);
	backdrop-filter: blur(4px);
}

.post-thumb-wrapper .play-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

.post-thumb-wrapper .play-video-icon svg {
	width: 20px;
	height: auto;
	margin-left: 5px;
	fill: #ffffff;
	margin-top: 36px;
	display: inline-block;
}
@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}
	100% {
		opacity: 0;
	}
}












/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
 .slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
    font-size: 30px;
}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-subtitle {
		display:none;
	}
	.slider-slide-caption-wrapper {
    justify-content: center;
}
	.slider-slide-caption-wrapper .slider-slide-caption-container {
    text-align: center;
}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
		    justify-content: center;
	}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-button-container {
    justify-content: center;
}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-hypertitle {
		    justify-content: center;
	}
	.slider-slide-caption-wrapper {
		padding:40px;
	}
	.about-thumbs-wrapper {
		display:none;
	}
	.article-grid-small {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
	.article-grid-small h3 {
    text-align: center;
    font-size: 20px;
    margin: 35px 27px;
}
	.article-grid-big .article-content a h3 {
		 text-align: center;
    font-size: 20px;
	}
		.article-grid-big .article-content p {
    display:none;
}
	.article-grid-big .article-content .article-more {
		display:none;
	}
			#digiservices {
    padding: 0px;
}
	.digiservices-wrapper {
		border-radius:0px;
	}
		.gf-recipe-att {
    padding-right: 12px;
    margin-right: 12px;
}
		.nextgen-footer {
		margin-top:30px;
		margin-bottom:30px;
	}
	.archive .entry-header {
		margin-top:20px;
	}
		.cat-links, .tags-links {
		        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

	}
	.cat-links a, .tags-links a {
		margin-bottom: 6px;
        margin-right: 8px;
	}
	.related-post-item {
		margin-bottom:30px;
	}
		.gf-recipes-category-grid {
    grid-template-columns: repeat(2, 2fr);
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
		font-size: 30px;
	}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-subtitle {
		font-size: 15px;
	}
	.about-thumbs-wrapper {
		display:none;
	}
	.article-grid-small {
		margin-bottom: 30px;
		border-radius: 10px;
		background-color: #fff;
		display: inline-block;
		width: 100%;
	}
	.article-grid-small h3 {
		text-align: center;
		font-size: 22px;
		margin: 43px 27px;
	}
	.article-grid-big .article-content a h3 {
		text-align: center;
		font-size: 22px;
	}
	.article-grid-big .article-content p {
		display:none;
	}
	.article-grid-big .article-content .article-more {
		display:none;
	}
	#digiservices {
		padding: 0px;
	}
	.digiservices-wrapper {
		border-radius:0px;
	}
	.gf-recipe-att {
		padding-right: 12px;
		margin-right: 12px;
	}
	.nextgen-footer {
		margin-top:30px;
		margin-bottom:30px;
	}
	.archive .entry-header {
		margin-top:20px;
	}
	.cat-links, .tags-links {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.cat-links a, .tags-links a {
		margin-bottom:6px;
		margin-right: 8px;
	}
	.gf-recipes-category-grid {
		grid-template-columns: repeat(2, 2fr);
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
    font-size: 30px;
}
	.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-subtitle {
    font-size: 15px;
	}
		#digiservices {
    padding: 0px;
}
	.digiservices-wrapper {
		border-radius:0px;
	}
		.gf-recipe-att {
    padding-right: 12px;
    margin-right: 12px;
}
		.related-post-item {
		margin-bottom:30px;
	}
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400px) {
.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-title {
    font-size: 35px;
}
		.slider-slide-caption-wrapper .slider-slide-caption-container .slider-slide-subtitle {
    font-size: 15px;
	}
	#digiservices {
    padding: 0px;
}
	.digiservices-wrapper {
		border-radius:0px;
	}
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) and (max-width: 1500px) {
 #digiservices {
    padding: 0px 80px 0px 80px;
}
}

@media (min-width: 992px) and (max-width: 1260px) {
.gf-header-action-text {
    display:none;
}
	.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    color: #1f3082;
    font-size: 15px;
    line-height: 100px;
    padding: 0px;
}
}

@media (min-width: 992px) and (max-width: 1490px) {
	.site-branding {
    margin-left: 0px;
	}
	.site-branding a {
    padding: 13px 13px;
		border-radius:0px;
	}
	.site-header-inner {
    max-width: 11%;
    margin-top: 0;
    margin-bottom: -1px;
		
	}
	.navbar-nav>li {
    border-top: 3px solid #fff;
    margin-right: 13px;
}
	.site-header-right {
    margin-right: 0px;
}
	.gf-header-action-btn {
    margin-left: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1060px) {
	.gf-header-action-icon {
    color: #fff;
    width: 35px;
    height: 35px;
	}
	.gf-header-action-icon svg {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}
	    .gf-header-action-btn {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1030px) {
	.caret {
    margin-left: 1px;

}
	    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
	}
}



html[lang="en-US"] .gf-header-action-text .main-action-title {
    display: none;
}

html[lang="de-DE"] .gf-header-action-text .main-action-title {
    display: none;
}

html[lang="fr-FR"] .gf-header-action-text .main-action-title {
    display: none;
}

html[lang="sv-SE"] .gf-header-action-text .main-action-title {
    display: none;
}

html[lang="tr-TR"] .gf-header-action-text .main-action-title {
    display: none;
}

html[lang="ko-KR"] .gf-header-action-text .main-action-title {
    display: none;
}


html[lang="fi"] .gf-header-action-text .main-action-title {
    display: none;
}


html[lang="en-US"] .gf-header-action-btn,
html[lang="de-DE"] .gf-header-action-btn,
html[lang="fr-FR"] .gf-header-action-btn,
html[lang="sv-SE"] .gf-header-action-btn,
html[lang="tr-TR"] .gf-header-action-btn,
html[lang="ko-KR"] .gf-header-action-btn,
html[lang="fi"] .gf-header-action-btn {
    margin-left: 9px;
    align-items: center;
    display: flex;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	z-index:1001;
}
.post-8194 {
	margin-top:80px;
}




/*--------------------------------------------------------------
## MEGA MENU
--------------------------------------------------------------*/

.megamenu-toplevel {
    margin: 0;
    display: -webkit-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-right: auto;
    margin-left: 15px;
}
.megamenu-toplevel .menu-category {
	flex: 1 0 1%;
}
.megamenu-toplevel .menu-category .menu-category-inner {
	text-align: center;
	-webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    font-size: 13px;
    margin: 0px;
	vertical-align: middle;
	color: #fff;
}
.megamenu-toplevel .menu-category .menu-category-inner a {
    padding: 4px 5px 0px 5px;
    color: #000;
    border-bottom: 0px solid #fff;
    min-width: 20px;
    height: auto;
    transition: color .25s ease-out;
    display: block;
    font-size: 16px;
    line-height: 90px;
}
.megamenu-toplevel .menu-category .menu-category-inner a:hover {
	text-decoration:none;
}
.megamenu-toplevel .menu-category.active .menu-category-inner a{
	border-bottom: 4px solid #28ece8;
}
.megamenu-toplevel .menu-category.active .menu-category-inner a{
	color:#28ece8;
}
.megamenu-toplevel .menu-category.active .menu-category-inner a svg{
	fill: #28ece8;
}

.megamenu-toplevel .menu-category:hover .menu-category-inner a{
	border-bottom: 0px solid #d6b799;
}
.megamenu-toplevel .menu-category:hover .menu-category-inner a{
	color:#e4e4e4;
}
.megamenu-toplevel .menu-category:hover .menu-category-inner a svg{
	fill: #28ece8;
}
.megamenu-toplevel .menu-category .menu-category-inner svg {
	height:48px;
	margin-bottom:10px;
	fill: #fff;
}
.megamenu-toplevel .menu-category .menu-category-inner .category-text{
	display: block;
    height: 90px;
    text-align: center;
	background-color: transparent;
    color: #1f3082;
    font-weight: 500;
}




.menu-category .megamenu {
    display: block;
    visibility: hidden;
    max-height: 530px;
    overflow: auto;
    scrollbar-color: #d51317 #ececec;
    scrollbar-width: thin;
	border-top: 3px solid #1f3082;
}
.megamenu {
    display: none;
    left: 0;
    position: absolute;
    top: 48px;
    width: 100%;
	padding: 0px 0px;
    z-index: 99;
}
.megamenu {
    display: none;
    left: 0;
    position: absolute;
    top: 97px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    width: 97vw;
    transform: translateX(-50%);
    left: 50%;
}
.megamenu .wrapper {
    background-color: #f1f1f1;
    box-shadow: -2px 5px 8px 0 rgb(22 20 20 / 24%);
    padding: 0;
    max-width: 100%;
    max-height: calc(97vh - 228px);
	position: relative;
}
@media only screen and (min-width: 1024px) {
.megamenuInner {
    background-color: #fff;
    display: -webkit-flexbox;
    display: flex;
    padding: 0 30px;
    text-align: left;
    width: 100%;
}
	.megamenuWrap {
    flex-basis: 70%;
    padding: 25px 0px 25px 0px;
}
		.offers .megamenuWrap {
    flex-basis: 50%;
    padding: 25px 0px 25px 0px;
}
	.menu-category .megamenu .bannerBlock.bottom {
    padding: 25px 0;
    margin: 0;
}
	.menu-category .megamenu .bannerBlock {
    flex-basis: 30%;
		    -webkit-align-self: flex-start;
    align-self: flex-start;
		position:relative;
}
	.menu-category .megamenu .bannerBlock img {
		max-width:100%;
	}
		.menu-category.offers .megamenu .bannerBlock {
    flex-basis: 50%;
		    -webkit-align-self: flex-start;
    align-self: flex-start;
		position:relative;
}
.megamenu .level3 {
    display: block !important;
    padding-right: 15px;
	position:relative;
}
	.megamenu .level3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
		    justify-content: center;
}
	.menu-category .megamenu .level3 {
    position: relative;
    display: block;
}
	.menu-category:hover .megamenu {
    visibility: visible;
}
}

.megamenu .wrapper {
    max-height: calc(97vh - 220px) !important;
}


@media only screen and (min-width: 1024px) {
.menuOverlay {
    display: none;
    background-color: rgba(49,47,47,.9);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
}


.megamenu-mainsubcategory {
	    margin-bottom: 9px;
    padding: 0 0 5px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    border-bottom: 1px solid rgba(0,0,0,.22);
    display: inline-block;
}

.megamenu-mainsubcategory:hover {
	text-decoration:none;
}
.megamenu-secondarysubcategory a:hover {
	text-decoration:none;
	color:#ff6b01;
}

.megamenuWrap.fullmegamenuWrap {
    flex-basis: 100%;
    padding: 60px 0px 25px 0px;
}
.megamenu-secondarysubcategory {
	list-style:none;
	padding-left:0px;
}
.megamenu-secondarysubcategory a {
		color: #545353;
}


#desktopheader .wishlist_products_counter {
    display: none;
}


.megamenuWrap.fullmegamenuWrap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.megamenuWrap.fullmegamenuWrap .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.megamenu-col-wrapper {
		border-right: 1px solid #eee;
	padding:25px 0px;
}
.megamenu-col-wrapper.nobrbdr {
		border-right: 0px solid #eee;
}
.megamenu-mainsubcategory {
    margin-bottom: 25px;
    padding: 0 0 5px;
    color: #000!important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    border-bottom: 0px;
    display: block;
    text-align: center;
	margin-top:20px;
	font-family: 'Mont-Bold';
}

.megamenu-secondarysubcategory-image {
	padding:0px;
	text-align: center;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.megamenu-secondarysubcategory-image li {
	display: inline-block;
	width: 110px;
	    float: left;
	    margin-bottom: 20px;
}
.megamenu-secondarysubcategory-image a {
	    text-align: center;
    display: block;
	color: #2c2c2c!important;
}

.megamenu-secondarysubcategory-image img {
	display: block;
    margin: auto auto 15px;
    width: 70px;
    border: 3px solid #fff;
    border-radius: 100px;
	margin: 10px auto;
}


.megamenu-secondarysubcategory-image li {
    display: inline-block;
    float: left;
    width: calc(100% / 3);
	    margin-bottom: 20px;
	font-size: 14px;
}

.megamenu-secondarysubcategory-image a:hover img {
	    border: 3px solid #cfd8de;
    border-radius: 100px;
}
.megamenu-secondarysubcategory-image a:hover {
	  text-decoration:none;
}
.col-kouzina {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
	width:20%;
	border-right: 1px solid #eee;
    padding: 25px 15px;
}
.col-banio {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
	 width: calc(100% / 11);
	    border-right: 1px solid #eee;
    padding: 25px 15px;
}
.col-banio.nobrbdr {
	  border-right: 0px solid #eee;
}
.col-kouzina.nobrbdr {
	  border-right: 0px solid #eee;
}
.megamenu-subcat-main-image {
		text-align:center;
		font-size: 14px;
}
.megamenu-subcat-main-image img{
		display: block;
    margin: auto auto 15px;
    width: 70px;
    border: 3px solid #fff;
    border-radius: 100px;
	margin: 10px auto;
}
.megamenu-subcat-main-image a:hover img {
	    border: 3px solid #cfd8de;
    border-radius: 100px;
}
.megamenu-subcat-main-image a:hover {
	  text-decoration:none;
}
.megamenu-subcat-main-image a {
	    text-align: center;
    display: block;
	color: #2c2c2c!important;
}
.megamenu-toplevel .menu-category:hover .menu-category-inner .category-text {
    color: #0149A7;
}
@media only screen and (min-width: 1024px) {
.menuOverlay {
    display: none;
    background-color: rgba(49,47,47,.9);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
}
#desktopheader, .top-bar-wrapper {
    z-index: 101;
	    position: relative;
}
.site-navi-wrapper {
    z-index: 102;
    position: relative;
}



.megamenu-secondarysubcat li {
	margin-bottom:10px;
}

.megamenu-secondarysubcat li a {
	font-size: 15px;
	color:#000;
}

.megamenu-secondarysubcat li a.strong-subcategory-sale {
	font-size: 15px;
	color:#a82323;	
	font-weight:700;
}

.megamenu-secondarysubcat {
    list-style: none;
    padding-left: 0px;
}

.strong-subcategory {
	position:relative;
	font-weight:700;
	margin-top:20px;
	display:inline-block;
}
.strong-subcategory::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e8e8e8;
    pointer-events: none;
}




.owl-carousel .gf-recipe-label, .owl-carousel .gf-recipe-rating-label{
	display:none!important;
}



.syntages-welcome {
	background-color: #f9f5f1;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}


.syntages-welcome-more {
	font-size: 13px;
    background: #1f3082;
    border-radius: 5px;
    padding: 16px 36px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    border: 0px solid #999999;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 20px;
    display: inline-block;
}



.promagnifier {
	display:none;
}


.child-categories-tiles {
padding: 20px;
    margin-bottom: 40px;
    background-color: #d4e1f280;
    position: relative;
    border-radius: 10px;
    margin-top: 80px;
	margin-left:30px;
}
.categories-tiles-title {
	font-size: 21px;
	color: #1f3082;
	font-weight: 600;
	margin-left: 3px;
	margin-bottom: 10px;
	display: block;
}
.child-categories-tiles .category-title {
    font-weight: 600;
    margin: 0.5rem 0;
    color: #4a515f !important;
}
.child-categories-tiles .category-count {
	    color: #a5a5a5;
    font-size: 14px;
}
.no-results {
	margin-bottom: 60px;
}
#main-content {
	    min-height: 100vh;
}


.disclaimer-apis {
    font-size: 14px;
    color: #919191;
    text-align: center;
    font-style: italic;
}






.megamenu-toplevel .menu-category .menu-category-inner .category-text {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #1f3082;
    font-weight: 500;
    height: auto; /* <-- Βγάλε το σταθερό ύψος */
}
.megamenu-toplevel .menu-category .menu-category-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    min-height: 99px; 
    font-size: 16px;
    line-height: 1.4;
}


.megamenu-row-has-banner {
    width: 75%;
    float: left;
}

/* Ή με flex: */
.megamenu-row-has-banner {
    flex: 0 0 75%;
}

.megamenu-banner {
    width: 25%;
    float: right;
    text-align: center;
}

.megamenu-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}


.megamenu-column, .new-megamenu-column {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
.megamenu-row-has-banner .megamenu-column, .megamenu-row-has-banner .new-megamenu-column {
	width: 33%;
}



















@media (max-width: 991px) {
    .mobile-menu {
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 0;
        border-top: 1px solid #ccc;
    }

    .mobile-menu.open {
        display: flex;
    }

    .mobile-menu-toggle {
        display: block;
        background: #000;
        color: #fff;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1000;
    }

    .mobile-menu > li {
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0.03);
        cursor: pointer;
		flex-direction: column;
    }
	
	.mobile-submenu {
		width:100%;
		    list-style: none;
    padding-left: 0px;
	}

    .mobile-menu > li a {
        color: #000 !important;
        text-decoration: none;
        flex: 1;
    }

    .mobile-submenu {
        display: none;
        flex-direction: column;
        background: #f9f9f9;
        padding: 10px 20px;
    }

    .mobile-menu > li.open > .mobile-submenu {
        display: flex;
    }

    .mobile-submenu li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

    .mobile-submenu li a {
        color: #333;
    }

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


.mobile-submenu {
    display: none;
}


.megamenu-column ul, .new-megamenu-column ul {
	padding:0px;
	list-style:none;
	margin-bottom:30px;
}
.megamenu-column ul li, .new-megamenu-column ul li {
	margin-bottom:5px;
}

.megamenu-column ul li a, .new-megamenu-column ul li a{
	color:#1f3082!important;
}

.megamenu-column ul li.main-subcategory a , .new-megamenu-column ul li.main-subcategory a  {
	font-weight:700;
	color:#1f3082!important;
	margin-bottom:10px;
}
.main-subcategory:not(:first-of-type) {
  margin-top: 20px;
}



.gf-module-exhibitor-card {
	margin-bottom: 30px;
        padding: 25px;
        border-radius: 8px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #E5E5E5;
	    transition: box-shadow 0.3s ease;
}

.gf-module-exhibitor-card:hover {
	box-shadow: 3px 5px 13px rgb(178 181 186 / 44%);
}
.exhibitor-card-logo {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}

.exhibitor-card-logo img {
	width:80px;
	height:80px;
	object-fit:cover;
}
.exhibitor-card-title {
	font-size: 20px;
    margin: 0px;
    color: #000;
}
.exhibitor-card-logo .image-wrapper {
box-shadow: 0px 0px 2px 1px rgb(214 214 214 / 75%);
    -webkit-box-shadow: 0px 0px 2px 1px rgb(214 214 214 / 75%);
    -moz-box-shadow: 0px 0px 2px 1px rgb(214 214 214 / 75%);
    overflow: hidden;
    border-radius: 50%;
}

.exhibitor-card-link {
	margin-top: 18px;
}

.exhibitor-card-link span {
    display: inline-block;
    font-weight: 400;
    line-height: 1.65;
    color: #1f3082;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #1f3082;
	transition: all 0.3s ease;
}
.exhibitor-card-link span:hover {
	background-color: #1f3082;
	color: #ffffff;
}
.exhibitor-card-tags {
	    margin-top: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	    height: 69px;
    overflow: hidden;
}
.tag-exhibitor {
	text-transform: capitalize;
    margin-bottom: 3px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 15px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #F1F1F1;
    color: #121212!important;
    border-radius: 32px;
}







.faq-accordion {
	    margin-top: 40px;
}
.faq-item {
	border-radius: 10px;
    background-color: rgb(246 249 251);
    border: 1px solid rgba(12, 90, 219, 0.15);
    width: 600px;
	max-width:100%;
    margin: 0 auto;
	margin-bottom: 15px;
	float: left;
}
.faq-header {
	padding: 20px;
	font-weight:600;
	position:relative;
	padding-right:50px;
}
.faq-content {
	padding: 20px;
	position:relative;
	display: none;
}
.faq-content p {
	    color: #808080;
}
.faq-icon {
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
}
.faq-icon svg {
	height: 13px;
	transform: rotate(0deg);
	transition: 0.4s;
}
.faq-item.expanded .faq-icon svg {
	height: 13px;
	transform: rotate(90deg);
	transition: 0.4s;
}
.faq-divider {
background: rgba(4, 20, 36, 0.15);
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}



#ajaxsearchlite1 {
    z-index: 10;
}

.search .archiveimage a {
	position:relative;
}
.has-video-label {
	position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 14px;
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #1f3082;
}

.has-video-label svg {
	width: 20px;
    height: 17px;
    fill: #fff !important;
    margin-top: -3px;
    margin-right: 4px;
}

.owl-dots {
	display:none;
}

.recipes-carousel .owl-nav {
	display:none;
}






@media only screen and (max-width: 1300px) {
.child-categories-tiles {
    padding: 10px;
    margin-bottom: 40px;
    background-color: #d4e1f280;
    position: relative;
    border-radius: 10px;
    margin-top: 80px;
    margin-left: 0px;
}
}


@media only screen and (max-width: 991px) {
.menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}


.mobile-menu > li {
    display: flex;
    flex-wrap: wrap; /* Επιτρέπει στο submenu να πάει κάτω */
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
}

.mobile-menu > li a {
    flex: 1;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.mobile-menu > li .submenu-toggle {
    order: 2;
	background-color: transparent;
    border: none;
    font-size: 10px;
}

.mobile-menu > li > .mobile-submenu {
    order: 3;
    flex-basis: 100%; /* επιτρέπει στο submenu να πιάνει όλο το πλάτος */
    width: 100%;
    box-sizing: border-box;
    display: none; /* ή block, αν θες πάντα ανοιχτό */
    padding: 10px 0;
}

.mobile-menu > li.open > .mobile-submenu {
    display: block;
}

}


.off-menu-langsw {
	list-style:none;
		    padding-left: 22px;
}
.off-menu-langsw a {
	color:#000;
	text-decoration: none;
}


.recipes-carousel-fresh .owl-nav, .recipes-carousel .owl-nav, .recipes-carousel-popular .owl-nav {
	display:none;
}



.megamenu-toplevel .menu-category {
	flex:auto;
}





.counttitle {
	margin-bottom:50px;
	text-align:center;
	color: #011589;
    font-size: 45px;
    white-space: pre-line;
    line-height: 1.21;
    font-weight: 800;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.time-box {
  background-color: #1f3082;
  color: white;
  padding: 25px 20px;
  border-radius: 10px;
  width: 200px;
  font-size: 20px;
  text-align: center;
}

.time-box span {
  display: block;
  font-size: 32px;
  margin-bottom: 5px;
	  font-weight: 600;
}

#countdown-wrapper {
	margin-top:90px;
	margin-bottom:90px;
}
#countdown-wrapper h3 {
	text-align:center;
	color: #1f3082;
	margin-bottom:50px;
}



#ekthesi{
	padding:100px 0px;
}
#ekthesi .welcome-image {
	width:100%;
}
.template_1 {
	margin-top:40px;
}
.template_1 .line {
	display: inline-block;
	width: 56px;
	height: 2px;
	background: #393286;
	display:none;
}
.template_1 .subtitle {
	margin: 10px 0 5px 0;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 1px;
	color: #393286;
	text-transform: uppercase;
}
.template_1 .title {
	color: #011589;
	margin: 0;
	font-size: 45px;
	white-space: pre-line;
	line-height: 1.21;
	font-weight: 800;
}
.template_1 .desc {
	margin: 30px 0 0 0;
}

.grey-bg-expo-landing {
	padding-top: 80px;
	padding-bottom: 180px;
	background-color: #e7ebf6;
}
.info-expo-box img {
	max-width: 54px;
	height: auto;
	margin-bottom: 5px;
}
.expo-info-wrapper {
	margin-top: -140px;
}
.info-expo-box h3 {
	color:#1f3082;
}
.info-expo-box a {
    margin: 0 0 10px;
	color:#000;
}
.info-expo-box a:hover {
	color:#011589;
}
.related-posts-expo {
    padding: 100px 0px;
}

.related-posts-expo .article-grid-small{
	box-shadow: 0px 9px 95px 0px rgba(0, 0, 0, 0.2);
}

.gf-recipes-noresults {
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 2px solid #F1F1F1;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    padding: 30px 50px;
}

.error-404 .gf-recipes-noresults {
	margin-top:100px;
}


.gf-recipes-noresults span {
	    color: #1f3082;
    font-weight: 500;
    font-size: 30px;
}




.page-template-videos-landing {
    background: #d4e1f2;
}

.page-template-videos-landing .entry-header {
    margin-top:100px;
    text-align:center;
    
}
.page-template-videos-landing .videos-landing-description {
    text-align:center;
    margin-bottom:50px;
}


.page-template-videos-landing .entry-content p {
text-align:center;
}



@media only screen and (max-width: 991px) {
	.footer-submenu {
        text-align:center!important;
    }
    .developer {
        text-align:center!important;
        margin-bottom:30px;
    }
}


.no-video {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
}