.exnet-recipe-search {
margin-bottom: 30px;
text-align: center;
}
.exnet-recipe-search form {
display: inline-flex;
gap: 10px;
max-width: 100%;
width: 500px;
}
.exnet-recipe-search input[type="text"] {
flex: 1;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 5px;
}
.exnet-recipe-search button {
padding: 10px 20px;
background-color: #333;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
}
.exnet-recipe-search button:hover {
background-color: #555;
} .exnet-recipe-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
padding-bottom: 20px;
} .exnet-recipe-card {
display: flex;
flex-direction: column;
background: transparent;
overflow: visible;
border: none;
} .exnet-recipe-image {
line-height: 0;
z-index: 1;
position: relative;
}
.exnet-recipe-image img {
width: 100%;
height: auto;
display: block;
} .exnet-recipe-content {
position: relative;
z-index: 2;
background-image: url(//vegajo.hu/wp-content/uploads/2023/10/text_bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: -15px;
padding: 45px 20px 30px 20px;
height: 130px;
} .exnet-recipe-title {
margin: 0;
text-align: center;
line-height: 1;
font-size: 1rem;
font-weight: 900;
font-family: Montserrat, sans-serif;
}
.exnet-recipe-title a {
text-decoration: none;
color: #ea8221;
transition: color 0.3s;
}
.exnet-recipe-title a:hover {
color: #ea8221;
} .exnet-recipe-link {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
width: 160px;
height: 50px;
background-image: url(//vegajo.hu/wp-content/themes/brisk-child/images/buttons_bg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 1rem;
text-decoration: none;
text-transform: lowercase;
padding-bottom: 5px;
z-index: 10;
font-family: Montserrat, sans-serif;
}
.exnet-recipe-link:hover {
filter: brightness(1.1);
color: white;
} @media (max-width: 768px) {
.exnet-recipe-grid {
grid-template-columns: 1fr;
}
} .exnet-recipe-item.exnet-hidden {
display: none;
}
.exnet-load-more-container {
text-align: center;
margin-top: 40px;
}
.exnet-load-more-btn {
background-color: #e67e22;
color: white;
border: none;
padding: 12px 30px;
font-size: 16px;
border-radius: 25px;
cursor: pointer;
transition: background 0.3s, transform 0.2s;
font-weight: bold;
}
.exnet-load-more-btn:hover {
background-color: #d35400;
transform: translateY(-2px);
}
.exnet-load-more-btn.hidden {
display: none;
}
.exnet-card-holiday .exnet-recipe-link {
background-image: url(//vegajo.hu/wp-content/uploads/2025/11/buttons_bg_green.png);
}
.exnet-card-holiday .exnet-recipe-title a {
text-decoration: none;
color: rgb(16, 54, 31);
transition: color 0.3s;
}
.exnet-card-holiday .exnet-recipe-title a:hover {
color: rgb(16, 54, 31);
}.exnet-nl-wrap {
max-width: 760px;
margin: 0 auto;
font-family: inherit;
} .exnet-nl-success {
background: #e8f5e9;
border: 1px solid #4caf50;
border-radius: 4px;
color: #2e7d32;
padding: 16px 20px;
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
} .exnet-nl-error {
background: #fdecea;
border: 1px solid #f44336;
border-radius: 4px;
color: #c62828;
padding: 12px 16px;
font-size: 14px;
line-height: 1.5;
margin-top: 12px;
margin-bottom: 8px;
} .exnet-nl-row-2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
@media (max-width: 600px) {
.exnet-nl-row-2col {
grid-template-columns: 1fr;
gap: 0;
}
} .exnet-nl-field {
margin-bottom: 22px;
} .exnet-nl-field label,
.exnet-nl-field > label {
display: block;
font-size: 14px;
font-weight: 600;
color: #2e7d6e;
margin-bottom: 6px;
line-height: 1.4;
}
.exnet-nl-required {
color: #e53935;
margin-left: 2px;
}
.exnet-nl-hint {
font-weight: 400;
font-size: 13px;
color: #555;
} .exnet-nl-form input[type="text"],
.exnet-nl-form input[type="email"] {
width: 100%;
padding: 10px 14px;
border: 1px solid #b2dfdb;
border-radius: 4px;
font-size: 15px;
color: #333;
background: #fff;
box-sizing: border-box;
transition: border-color 0.2s;
outline: none;
}
.exnet-nl-form input[type="text"]:focus,
.exnet-nl-form input[type="email"]:focus {
border-color: #00733c;
box-shadow: 0 0 0 2px rgba(0, 115, 60, 0.15);
} .exnet-nl-form select {
width: 100%;
padding: 10px 14px;
border: 1px solid #b2dfdb;
border-radius: 4px;
font-size: 15px;
color: #333;
background: #fff;
box-sizing: border-box;
transition: border-color 0.2s;
outline: none;
cursor: pointer;
}
.exnet-nl-form select:focus {
border-color: #00733c;
box-shadow: 0 0 0 2px rgba(0, 115, 60, 0.15);
} .exnet-nl-form select[multiple] {
padding: 6px 0;
min-height: 160px;
}
.exnet-nl-form select[multiple] option {
padding: 6px 14px;
line-height: 1.5;
color: #2e7d6e;
}
.exnet-nl-form select[multiple] option:checked,
.exnet-nl-form select[multiple] option:hover {
background: #e0f2f1;
color: #004d40;
} .exnet-nl-form select:not([multiple]) {
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300733c' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 36px;
} .exnet-nl-field-checkbox {
margin-bottom: 24px;
}
.exnet-nl-checkbox-label {
display: flex !important;
align-items: flex-start;
gap: 12px;
cursor: pointer;
font-weight: 400 !important;
color: #333 !important;
font-size: 14px;
line-height: 1.6;
}
.exnet-nl-checkbox-label input[type="checkbox"] {
flex-shrink: 0;
width: 18px;
height: 18px;
margin-top: 3px;
accent-color: #00733c;
cursor: pointer;
}
.exnet-nl-checkbox-label a {
color: #00733c;
text-decoration: underline;
}
.exnet-nl-checkbox-label a:hover {
color: #004d26;
} .exnet-nl-field-submit {
margin-top: 10px;
}
.exnet-nl-submit {
display: inline-block;
padding: 12px 36px;
background: #00733c !important;
color: #fff !important;
border: none;
border-radius: 4px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition:
background 0.2s,
transform 0.1s;
letter-spacing: 0.3px;
text-decoration: none;
}
.exnet-nl-submit:hover {
background: #005a2e !important;
color: #fff !important;
}
.exnet-nl-submit:active {
transform: scale(0.98);
}
.exnet-nl-submit:disabled {
background: #a8d5b5 !important;
cursor: not-allowed;
} .exnet-nl-field .h-captcha,
.exnet-nl-captcha {
margin-bottom: 16px;
} .exnet-nl-form input.exnet-nl-invalid,
.exnet-nl-form select.exnet-nl-invalid {
border-color: #f44336;
}.green-bg, .white-bg {
background-size: 100% 100%;
}
a.elementor-button {
background-image: url(//vegajo.hu/wp-content/themes/brisk-child/images/buttons_bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
#kapcsolat .elementor-widget-form form .elementor-field-type-submit {
display: none !important;
justify-content: center;
}
#kapcsolat .elementor-widget-form form .elementor-field-group-contact_checkbox {
justify-content: center;
}
#kapcsolat .elementor-widget-form form .elementor-field-group-contact_checkbox input {
accent-color: #B0D553;
}
@media screen and (max-width: 768px) {
#custom-footer .elementor-nav-menu {
justify-content: center;
}
}
.desktop-slider .swiper-pagination .swiper-pagination-bullet-active {
background: #B0D553 !important;
}
.mobile-slider .swiper-pagination .swiper-pagination-bullet-active {
background: #00733C !important;
}
.btn-bg-green  a.elementor-button {
background-image: url(//vegajo.hu/wp-content/uploads/2025/11/buttons_bg_green.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.uicore-nav-menu .sub-menu:not(.uicore-megamenu){
background-color:#b0d553 !important;
}