.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;
} #fino-single-page {
width: 100%;
overflow: hidden;
background: #fff;
} .fino-single-hero {
width: 100%;
height: 600px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .fino-single-title-wrap {
width: 100%;
background: #fff;
padding: 40px 0 30px 0;
}
.fino-single-title-inner {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 193px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 20px;
}
.fino-single-title {
font-family: "Hey October", cursive;
font-size: 72px;
font-weight: 400;
color: #00733c;
margin: 0;
line-height: 1.1;
flex: 1;
}
.fino-single-date {
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
white-space: nowrap;
padding-bottom: 10px;
flex-shrink: 0;
} .fino-single-content-wrap {
max-width: 1440px;
margin: 0 auto;
padding: 30px 230px 80px 230px;
background: #fff;
} .fino-single-content {
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
line-height: 1.7;
position: relative;
}
.fino-single-content p {
margin-bottom: 1.5em;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
}
.fino-single-content h2,
.fino-single-content h3,
.fino-single-content h4 {
font-family: "Gotham", sans-serif;
font-weight: 700;
color: #000;
margin-bottom: 0.8em;
}
.fino-single-content img {
max-width: 100%;
height: auto;
} .fino-single-content .wp-block-image.alignleft,
.fino-single-content figure.alignleft {
float: left;
width: 295px;
margin: 0 30px 20px 0;
clear: left;
}
.fino-single-content .wp-block-image.alignright,
.fino-single-content figure.alignright {
float: right;
width: 295px;
margin: 0 0 20px 30px;
clear: right;
}
.fino-single-content .wp-block-image.alignleft img,
.fino-single-content figure.alignleft img,
.fino-single-content .wp-block-image.alignright img,
.fino-single-content figure.alignright img {
width: 295px;
height: 300px;
object-fit: cover;
display: block;
} .fino-single-content::after {
content: "";
display: table;
clear: both;
} @media (max-width: 1200px) {
.fino-single-title-inner,
.fino-single-content-wrap {
padding-left: 60px;
padding-right: 60px;
}
}
@media (max-width: 900px) {
.fino-single-hero {
height: 350px;
}
.fino-single-title-inner,
.fino-single-content-wrap {
padding-left: 30px;
padding-right: 30px;
}
.fino-single-title {
font-size: 48px;
}
.fino-single-title-inner {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.fino-single-content .wp-block-image.alignleft,
.fino-single-content figure.alignleft,
.fino-single-content .wp-block-image.alignright,
.fino-single-content figure.alignright {
float: none;
width: 100%;
margin: 0 0 20px 0;
}
.fino-single-content .wp-block-image.alignleft img,
.fino-single-content figure.alignleft img,
.fino-single-content .wp-block-image.alignright img,
.fino-single-content figure.alignright img {
width: 100%;
height: auto;
}
}
@media (max-width: 600px) {
.fino-single-hero {
height: 220px;
}
.fino-single-title-inner,
.fino-single-content-wrap {
padding-left: 16px;
padding-right: 16px;
}
.fino-single-title {
font-size: 36px;
}
} #fino-blog-page {
width: 100%;
overflow: hidden;
background-image: url(//vegajo.hu/wp-content/uploads/2023/10/leef_bg.jpg);
background-size: 100% auto;
background-repeat: repeat-y;
background-position: top center;
} .fino-blog-hero {
width: 100%;
height: 220px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.fino-blog-title {
font-family: "Hey October", cursive;
font-size: 72px;
font-weight: 400;
color: #00733c;
margin: 0;
line-height: 1;
text-align: center;
} .fino-blog-content-wrap {
max-width: 1440px;
margin: 0 auto;
padding: 0 193px;
position: relative;
} .fino-blog-search-wrap {
display: flex;
justify-content: center;
margin: 40px 0 50px 0;
}
.fino-blog-search-form {
display: flex;
width: 614px;
max-width: 100%;
height: 54px;
position: relative;
}
.fino-blog-search-input {
flex: 1;
height: 54px;
padding: 0 20px;
border: 1px solid #ccc;
border-radius: 0;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
background: #fff;
outline: none;
box-sizing: border-box;
}
.fino-blog-search-input::placeholder {
color: #999;
}
.fino-blog-search-btn {
height: 54px;
padding: 0 28px;
background: #00733c;
color: #fff;
border: none;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: background 0.3s;
white-space: nowrap;
}
.fino-blog-search-btn:hover {
background: #005a2e;
} .fino-blog-list {
display: flex;
flex-direction: column;
gap: 40px;
margin-bottom: 60px;
} .fino-blog-card {
display: flex;
flex-direction: row;
width: 100%;
height: 421px;
position: relative;
overflow: hidden;
} .fino-blog-card-image {
width: 295px;
min-width: 295px;
height: 300px;
align-self: center;
position: relative;
z-index: 2;
flex-shrink: 0;
}
.fino-blog-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.fino-blog-card-no-image {
width: 100%;
height: 100%;
background: url(//vegajo.hu/wp-content/themes/brisk-child/images/blog-minta-kicsi.png) center/cover no-repeat;
} .fino-blog-card-body {
flex: 1;
position: relative;
background-image: url(//vegajo.hu/wp-content/themes/brisk-child/images/blog-text-box-bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 110px 80px 60px 80px;
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-left: -10px;
z-index: 1;
} .fino-blog-card-meta {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 12px;
}
.fino-blog-card-title {
font-family: "Montserrat", sans-serif;
font-size: 22px;
font-weight: 900;
color: #ea8221;
margin: 0;
line-height: 1.2;
}
.fino-blog-card-title a {
color: #ea8221;
text-decoration: none;
transition: color 0.3s;
}
.fino-blog-card-title a:hover {
color: #ea8221;
}
.fino-blog-card-date {
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
white-space: nowrap;
margin-left: 20px;
} .fino-blog-card-excerpt {
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 325;
color: #000;
line-height: 1.6;
margin-bottom: 30px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
} .fino-blog-card-btn-wrap {
display: flex;
justify-content: center;
}
.fino-blog-card-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 170px;
height: 46px;
background-image: url(//vegajo.hu/wp-content/themes/brisk-child/images/blog-button-bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
color: #fff;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition: filter 0.3s;
}
.fino-blog-card-btn:hover {
filter: brightness(1.1);
color: #fff;
} .fino-blog-no-result {
text-align: center;
font-family: "Gotham", sans-serif;
font-size: 18px;
color: #666;
padding: 40px 0;
} .fino-blog-pagination {
display: flex;
justify-content: center;
gap: 8px;
padding: 20px 0 60px 0;
}
.fino-blog-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border: 1px solid #00733c;
color: #00733c;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition:
background 0.3s,
color 0.3s;
}
.fino-blog-pagination .page-numbers:hover,
.fino-blog-pagination .page-numbers.current {
background: #00733c;
color: #fff;
} @media (max-width: 1200px) {
.fino-blog-content-wrap {
padding: 0 60px;
}
}
@media (max-width: 900px) {
.fino-blog-content-wrap {
padding: 0 30px;
}
.fino-blog-card {
flex-direction: column;
height: auto;
}
.fino-blog-card-image {
width: 100%;
min-width: unset;
height: 220px;
align-self: auto;
}
.fino-blog-card-body {
margin-left: 0;
padding: 40px 30px 40px 30px;
background-size: cover;
}
.fino-blog-card-meta {
flex-direction: column;
gap: 6px;
}
.fino-blog-card-date {
margin-left: 0;
}
.fino-blog-search-form {
width: 100%;
}
.fino-blog-title {
font-size: 48px;
}
}
@media (max-width: 600px) {
.fino-blog-content-wrap {
padding: 0 16px;
}
.fino-blog-title {
font-size: 36px;
}
.fino-blog-hero {
height: 160px;
}
}