/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2026 | 11:29:46 */
/* TEMP */
#faqs .e-n-tabs-heading {
	display: none;
}
/*----------  COOKIEYES STYLING -----------*/
.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn{
	font-size: 16px;
	padding: 14px 20px 14px 20px;
}
/*----------  END COOKIEYES STYLING -----------*/
/*----------  ELEMENTOR ELEMENTS STYLING -----------*/
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}
.breadcrumb_last{
	color: #213C0E !important;
}
#breadcrumbs span{
	color: #C8D0BD;
}
.success-check svg {
	animation: pop 0.35s ease-out 0.8s forwards;
	transform-origin: center;
}
.success-check .check-path {
	stroke-dasharray: 45;
	stroke-dashoffset: 45;
	animation: drawCheck 0.8s ease forwards;
}
@keyframes drawCheck {
	0% {
		stroke-dashoffset: 45;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes pop {
	0%   {
		transform: scale(1);
	}
	50%  {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
#express-interest {
	scroll-margin-top: 120px !important;
}
/*--------  END ELEMENTOR ELEMENTS STYLING ---------*/
/*------------------- HEADER STYLING ---------------*/
header .she-header {
	box-shadow: rgba(0, 0, 0, 0.2) 0px -6px 10px 5px;
}
/*----------------- END HEADER STYLING -------------*/
/*---------------- TYPOGRAPHY ---------------------*/
/*-------------- END TYPOGRAPHY -------------------*/
/*--------------------- BUTTONS -------------------*/
.button-with-arrow .elementor-button {
	transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}
.button-with-arrow:hover .elementor-button {
	width: calc(100% + 20px);
}
.button-with-arrow .elementor-button-icon svg {
	width: 15px !important;
	height: 14px !important;
}
.animated_underline {
	position: relative;
	display: inline-block;
}
.animated_underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background: #F4C400;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.4s ease;
}
.animated_underline:hover::after {
	transform: scaleX(0);
	transform-origin: left;
}
.animated_underline.green::after {
	background: #18622D !important;
}
/*------------------- END BUTTONS -----------------*/
/*---------------------- FORMS ---------------------*/
.gform_wrapper {
	max-width: 780px;
	margin: 0 auto;
}
.gform_heading {
	display: none;
}
.gform_body {
	width: 100%;
}
.gform_fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gfield {
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	flex-direction: column;
}
.gfield--width-full,
#field_1_1,
#field_1_5,
#field_1_6,
#field_1_7 {
	grid-column: 1 / -1;
}
.gform-field-label{
	font-weight: 700 !important;
	color: #213C0E !important;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px !important;
	border: none;
}
.custom-form .gform_fields {
	column-gap: 20px !important;
}
.custom-form textarea {
	resize: none !important;
}
/* Name field (First name / Surname) */
#input_1_1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
#input_1_1_3,
#input_1_1_6,
.custom-form input:not(.button),
.custom-form textarea {
	width: 100% !important;
	padding: 14px 16px !important;
	background: #faf6ec !important;
	border: 1px solid #e7ddc4 !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	color: #333333 !important;
	box-shadow: none !important;
	height: 53px;
}
.custom-form input:not(.button),
.custom-form textarea {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 53px !important;
}
.custom-form input[type="checkbox"],
.custom-form input[type="radio "]{
	padding: 6px!important;
	height: 30px !important;
}
.custom-form #input_2_7_1,
.custom-form #input_3_7_1,
.custom-form #input_4_7_1 {
	padding: 0px !important;
}
#input_1_1_3:focus,
#input_1_1_6:focus,
.custom-form input:focus,
.custom-form textarea:focus {
	outline: none !important;
	border-color: #f5c518 !important;
}
.custom-form .gform-grid-row {
	column-gap: 8px !important;
	row-gap: 40px !important;
}
/* Text / email / phone / select inputs */
input#input_1_3,
input#input_1_4 {
	width: 100% !important;
	padding: 14px 16px !important;
	background: #faf6ec !important;
	border: 1px solid #e7ddc4 !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	color: #333333 !important;
	box-shadow: none !important;
	height: 53px;
}
input#input_1_3:focus,
input#input_1_4:focus {
	outline: none !important;
	border-color: #f5c518 !important;
}
select#input_1_5,
.custom-form select {
	width: 100%;
	padding: 6px 16px 0pc 16px;
	background-color: #faf6ec;
	border: 1px solid #e7ddc4;
	border-radius: 12px;
	font-size: 15px;
	color: #333333;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%232e3a1f' stroke-width='2' fill='none' fill-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-position: right 20px center;
	cursor: pointer;
	height: 53px;
}
select#input_1_5:focus,
.custom-form select:focus {
	outline: none;
	border-color: #f5c518;
}
/* Availability checkboxes styled as pill radios */
#label_1_6_1, #label_1_6_2,
#label_1_6_3,
.gfield_consent_label{
	font-weight: 400 !important;
}
.gfield_checkbox {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gchoice {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #faf6ec;
	border: 1px solid #e7ddc4;
	border-radius: 999px;
	padding: 15px 20px;
}
.gchoice .gfield-choice-input {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #c9c2a8 !important;
	border-radius: 50% !important;
	margin: 0 !important;
	position: relative !important;
	cursor: pointer !important;
	flex-shrink: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
}
.gchoice .gfield-choice-input:checked {
	border-color: #2e3a1f !important;
	background: #ffffff !important;
}
.gform_wrapper input[type="checkbox"]:focus,
.gform_wrapper input[type="checkbox"]:focus-visible {
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(41, 77, 36, 0.25) !important;
}
input[type="checkbox"]::before {
	color: #2d5a27 !important;
}
.gchoice label {
	font-size: 15px;
	color: #2e3a1f;
	font-weight: 400;
	cursor: pointer;
	margin: 0;
}
/* Consent checkbox */
#field_1_7 .gfield_label {
	display: none;
}
.ginput_container_consent {
	display: flex;
	align-items: center;
	gap: 12px;
}
.ginput_container_consent input[type="checkbox"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 22px !important;
	height: 22px !important;
	border: 2px solid #333333 !important;
	border-radius: 5px !important;
	margin: 0 !important;
	cursor: pointer !important;
	position: relative !important;
	flex-shrink: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
}
.ginput_container_consent input[type="checkbox"]:checked {
	background: white !important;
}
.gfield_consent_label {
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	margin: 0;
}
.gform_wrapper .gform-field-label .gform-field-label__text a {
	color: #BD6D27 !important;
	transition: color 0.2s ease;
}
.gform_wrapper .gform-field-label .gform-field-label__text a:hover {
	color: #FEC223 !important;
}
/* Footer / submit button */
.gform_footer,
.custom-fomr .gform_footer {
	margin-top: 28px;
}
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3,
#gform_submit_button_4,
#gform_submit_button_5{
	background: #f5c518;
	color: #2e3a1f;
	border: none;
	border-radius: 999px;
	padding: 20px 36px;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover,
#gform_submit_button_3:hover,
#gform_submit_button_4:hover,
#gform_submit_button_5:hover{
	background: #e8ba0c;
}
.custom-form .gfield_consent_label a,
#input_1_7_1 > label a {
	color: #1B4210 !important;
}
@media (max-width: 640px) {
	.gform_fields {
		grid-template-columns: 1fr;
	}
	#input_1_1 {
		grid-template-columns: 1fr;
	}
}
/*-------------------- END FORMS -------------------*/
/*---------------------- TESTIMONIAL ---------------------*/
/*-------------------- END TESTIMONIA -------------------*/
/*-------------------PAGES ----------------------*/
/*Homepage*/
.date_month{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #18622D;
}
.date_day{
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #213C0E;
}
.green-text{
	color: #18622D;
}
/*News*/
/* Pagination wrapper */
.elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
/* All pagination buttons */
.elementor-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 17px;
	border: 1px solid #D8D4C7;
	border-radius: 999px;
	background: #fff;
	color: #1F4A12;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	transition: all .25s ease;
	box-sizing: border-box;
}
/* Current page */
.elementor-pagination .page-numbers.current {
	background: #1F4A12;
	border-color: #1F4A12;
	color: #fff;
}
/* Hover */
.elementor-pagination a.page-numbers:hover {
	background: #1F4A12;
	border-color: #1F4A12;
	color: #fff;
}
/* Previous / Next buttons */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
	min-width: auto;
	padding: 0 20px;
	gap: 8px;
}
/* Previous button */
.elementor-pagination .page-numbers.prev::before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url("/wp-content/uploads/2026/08/Vector.svg") no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}
/* Next button */
.elementor-pagination .page-numbers.next::after {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url("/wp-content/uploads/2026/08/Vector-1.svg") no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}
/* Razmak između teksta i ikonice */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
	display: flex;
	align-items: center;
	gap: 8px;
}
/* Gallery */
.gallery-image img,
.gallery-image a {
	width: 100% !important;
	height: 280px !important;
	object-fit: cover !important;
}
/* Our Shops */
.shop-eircode{
	display: none !important;
}
.custom-shop-search {
	display: flex;
	gap: 10px;
}
.custom-shop-search input {
	width: 360px;
	height: 47px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	border-radius: 999px;
	border-width: 1px;
	border-color: #CDD8C2;
}
.custom-shop-search input:placeholder {
	color: #757575;
	font-family: Arial;
	font-size: 15px;
}
.custom-shop-search input:focus,
.custom-shop-search input:focus-visible,
.custom-shop-search input:active {
	border: 1px solid #f5c518 !important;
	outline: none !important;
}
.custom-shop-search button {
	background-color: #18622D;
	color: #fff;
	border: 0px !important;
	width: 99px;
	height: 47px;
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
	border-radius: 999px;
	font-family: Arial;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}
.custom-shop-search button:focus,
.custom-shop-search button:hover {
	background-color: transparent !important;
	border: 1px solid #18622D !important;
}
/*----------------- END PAGES --------------------*/
/*-------------------- BLOG ----------------------*/
/*------------------ END BLOG --------------------*/
/*-------------------- SINGLE POST ----------------------*/
/*------------------ END SINGLE POST --------------------*/
/*-------------------- FOOTER ----------------------*/
/*------------------ END FOOTER --------------------*/
/*-------------------- MEDIA QUERY ----------------------*/
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
}
@media screen and (max-width: 1366px){
	.fixed-position{
		position: static !important;
	}
}
@media screen and (min-width: 1025px) {
	/* All submenu dropdowns */
	.elementor-nav-menu > li {
		position: relative !important;
	}
	/* Dropdown box */
	.elementor-nav-menu > li > .sub-menu {
		width: 325px !important;
		min-width: 325px !important;
		max-width: 325px !important;
		top: 100%;
		left: 0;
		margin: 0 ;
		padding: 25px 37px !important;
		background: #fff !important;
		border-radius: 5px !important;
		box-sizing: border-box !important;
		z-index: 9999 !important;
	}
	/* Triangle */
	.elementor-nav-menu > li > .sub-menu::before {
		content: "";
		position: absolute;
		top: -15px;
		left: 22px;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
	}
	/* Dropdown items */
	.elementor-nav-menu > li > .sub-menu > li {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	/* Dropdown links */
	.elementor-nav-menu > li > .sub-menu > li > a {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 20px 0 !important;
		color: #253828 !important;
		background: transparent !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 1.4 !important;
		border-inline-start: none;
		box-sizing: border-box !important;
	}
	/* Separators */
	.elementor-nav-menu > li > .sub-menu > li:not(:last-child) > a {
		border-bottom: 1px solid #CCD6BE !important;
	}
	/* Hover */
	.elementor-nav-menu > li > .sub-menu > li > a:hover,
	.elementor-nav-menu > li > .sub-menu > li > a:focus,
	.elementor-nav-menu > li > .sub-menu > li.current-menu-item > a,
	.elementor-nav-menu > li > .sub-menu > li.current-menu-ancestor > a,
	.elementor-nav-menu > li > .sub-menu > li.current_page_item > a {
		color: #FEC223 !important;
		background-color: #fff !important;
	}
}
@media screen and (max-width: 1366px) {
	/* Center the triangle for the last dropdown */
	.elementor-nav-menu > li:last-child > .sub-menu::before {
		left: 35% !important;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 1025px) {
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
}
@media screen and (min-width: 640px) and (max-width: 767px) {
}
@media screen and (min-width: 480px) and (max-width: 639px) {
}
@media screen and (max-width: 479px) {
}
/*------------------ END MEDIA QUERY --------------------*/
