@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/bebas-neue-v16-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Sacramento";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/sacramento-v17-latin_latin-ext-regular.woff2") format("woff2");
}
:root {
  --eds_headingsFont: "Bebas Neue", sans-serif;
  --eds_defaultFont: "Work Sans", sans-serif;
  --eds-defaultColor: #000;
  --eds-primaryColor: #e53a16;
  --eds-primaryColorDarker: #d62020;
  --eds-primaryColorTransparent: rgba(236, 53, 54, 0.7);
  --eds-darkColor: #2c2c2c;
  --eds-greyColor: #eaeaea;
  --eds-lightGreyColor: #f7f7f7;
  --eds-darkGreyColor: #444;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.eds_headerTrigger.eds__headerModalTrigger {
  color: #fff;
}

.eds_topWrapper {
  background-color: var(--eds-primaryColor);
  height: 34px;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .eds_topWrapper {
    display: none;
  }
}
.eds_topWrapper a {
  color: #fff;
}
.eds_topWrapper a:hover {
  color: #000;
  text-decoration: none;
}
.eds_topWrapper .eds_TopBarPaneWrapper .eds_btn {
  font-size: 1rem;
  padding: 0.3rem 1rem 0.2rem;
}

.eds_headerPaneHeight {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .eds_headerPaneHeight {
    margin-top: -50px;
  }
}

.eds_header4 {
  background-color: transparent;
  background: linear-gradient(180deg, rgb(21, 21, 21) 0%, rgba(255, 255, 255, 0) 70%);
  box-shadow: none;
  transition: background 300ms;
}
.eds_header4 .eds_logo::before {
  display: none;
}
.eds_header4 .eds_logo > a img {
  max-height: 130px;
}
@media (max-width: 1200px) {
  .eds_header4 .eds_logo > a img {
    max-height: 90px;
  }
}
@media (max-width: 992px) {
  .eds_header4 .eds_logo > a img {
    max-height: 70px;
  }
}
@media (max-width: 768px) {
  .eds_header4 .eds_logo > a img {
    max-height: 55px;
  }
}
.eds_header4 .eds_headerTrigger > i {
  color: #fff;
  font-size: 1.5rem;
}

.eds_headerTools {
  background-color: var(--eds-primaryColor);
  padding: 0.7rem 2rem 0.7rem 1rem;
  position: relative;
}
.eds_headerTools::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 2rem;
  background: url("images/topbar_grunge.svg") no-repeat center left;
  background-size: cover;
}

.eds_searchC.eds_popup.eds_searchPopup {
  width: 60vw;
}

.eds_searchC {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  border-bottom: dotted 6px #fff;
  box-shadow: none;
  padding: 0;
}
.eds_searchC #dnn_dnnSearch_ClassicSearch .SearchButton {
  bottom: 0.6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='%23fff' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E"), url("images/search_bckg.svg");
  background-size: 30%, 100%;
  bottom: 0.6rem;
  font-size: 0;
  line-height: 0;
  width: 8rem;
}
.eds_searchC #dnn_dnnSearch_ClassicSearch .searchInputContainer > input.NormalTextBox {
  text-transform: uppercase;
  color: var(--eds-primaryColor);
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-size: 3rem;
  line-height: 1;
  font-family: var(--eds_headingsFont);
}

.eds_headerSlide {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .eds_headerSlide {
    height: 40vh;
  }
}
@media (max-width: 992px) {
  .eds_headerSlide {
    height: 70vh;
  }
}
@media (max-width: 576px) {
  .eds_headerSlide {
    height: 45vh;
  }
}
.eds_headerSlide .carousel-inner {
  height: 100%;
}
.eds_headerSlide .carousel-item {
  height: 100%;
}
.eds_headerSlide .carousel-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.69);
}
.eds_headerSlide .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eds_headerSlide .eds_carouselContent {
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1;
}
@media (max-width: 576px) {
  .eds_headerSlide .eds_carouselContent {
    bottom: 40%;
  }
}
.eds_headerSlide .eds_carouselText {
  text-align: left;
  display: flex;
  align-items: stretch;
  font-size: 1vw;
}
@media (max-width: 576px) {
  .eds_headerSlide .eds_carouselText {
    flex-flow: column;
    font-size: 2vw;
  }
}
.eds_headerSlide .eds_carouselText > div {
  flex: 0 0 50%;
}
@media (max-width: 576px) {
  .eds_headerSlide .eds_carouselText > div {
    flex: 0 0 100%;
  }
}
.eds_headerSlide .eds_carouselText .eds_slideTitle {
  font-size: 7vw;
  line-height: 0.7;
  margin: 0;
  padding: 0;
  color: #fff;
}
.eds_headerSlide .eds_carouselText .eds_slideTitle > strong {
  font-family: "Sacramento", handwriting;
  color: var(--eds-primaryColor);
  font-size: 1.5em;
}
.eds_headerSlide .eds_carouselText .eds_slideTitle .eds_titleImage {
  width: 6vw;
  margin-left: 1rem;
}
.eds_headerSlide .eds_carouselText .eds_cLeft {
  padding-right: 2vw;
}
.eds_headerSlide .eds_carouselText .eds_cright {
  padding-left: 2vw;
  border-left: solid 5px var(--eds-primaryColor);
}
@media (max-width: 576px) {
  .eds_headerSlide .eds_carouselText .eds_cright {
    padding-left: 0;
    padding-top: 1rem;
    border-left: none;
    border-top: solid 5px var(--eds-primaryColor);
  }
}
.eds_headerSlide .carousel-control-prev > span,
.eds_headerSlide .carousel-control-next > span {
  position: relative;
}
.eds_headerSlide .carousel-control-prev > span::before,
.eds_headerSlide .carousel-control-next > span::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: -1rem;
  left: 0;
  background: url("images/slider42postoopacity.svg") no-repeat center center;
  background-size: 100%;
  z-index: -1;
  opacity: 0.42;
}
.eds_headerSlide .carousel-control-prev {
  justify-content: start;
}
.eds_headerSlide .carousel-control-prev > span {
  padding-left: 3rem;
  padding-right: 4rem;
}
.eds_headerSlide .carousel-control-prev > span::before {
  transform: rotate(180deg);
}
.eds_headerSlide .carousel-control-next {
  justify-content: end;
}
.eds_headerSlide .carousel-control-next > span {
  padding-left: 4rem;
  padding-right: 3rem;
}
.eds_headerSlide.eds_pageSlide {
  height: 200px;
}
.eds_headerSlide.eds_pageSlide .eds_carouselContent {
  bottom: 10%;
  transform: none;
}
.eds_headerSlide.eds_pageSlide .eds_carouselText .eds_slideTitle {
  font-size: 5vw;
}
.eds_headerSlide.eds_pageSlide .eds_carouselText .eds_slideTitle > strong {
  font-family: "Sacramento", handwriting;
  color: var(--eds-primaryColor);
  font-size: 1.5em;
}

.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes {
  --edNews_headingsFont: "Bebas Neue", sans-serif !important;
  --edNews_primaryColor: #e53a16 !important;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_title1::before {
  background: transparent url("images/container_dots.svg") left center no-repeat;
  background-size: contain;
  -webkit-clip-path: none;
          clip-path: none;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_title1 .eds_boxTitle::before, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_title1 .eds_boxTitle::after {
  display: none;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_swiperWrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .swiper.edNews_swiperMain {
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .eds_news_PremiumRecipes .edNews_rating5stars > fieldset:hover .edNews_starRadio:hover ~ .edNews_starLabel::before {
  color: #00ad5d;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_wrapper,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_socialPrintWrapper2 .edn_printButton,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_socialPrintWrapper2 .edNews_shareWrapper,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_actionButton {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_greyWrapper,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper textarea,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews__commentsCommentFormWrapper .edNews_addComment .edNews_inputWrapper input[type=text] {
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_subjectDetails1 > ul > li .edNews_description {
  color: #00ad5d;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_numberList1 ul li .EDN_cf_listElement1 {
  font-weight: 400;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_marginRightBig {
  margin-right: 2rem !important;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_wrapper.edNews_white {
  padding: 0 1rem 0 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleList.edn_titleOnly article {
  text-align: center;
  padding: 0.5rem 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleList.edn_titleOnly article .edn_articleTitle {
  font-size: 1.8rem;
  color: #ff996e;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleList.edn_titleOnly article .edn_articleTitle:hover {
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_rating1 {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_rating::before {
  color: #00ad5d;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_rating2 {
  transform: translate(50%, -100%);
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleThumbnail,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle .edn_articleThumbnail .edn_imageWrapper,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_articleThumbnail,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_articleThumbnail .edn_imageWrapper,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_imageWrapper img {
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle {
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_articleThumbnail {
  margin-bottom: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_articleDetails {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleThumbnail {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn__articleListWrapper .edn_articleThumbnail {
  margin: -1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn__articleListWrapper .edn_imageWrapper img {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article__multi_05__6-articles_TE .edn_articleThumbnail, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_2normal_3smallLead__5-articles_TE .edn_articleThumbnail, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_lead_2smallLead_2small__5-articles_TE .edn_articleThumbnail {
  margin: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article__multi_05__6-articles_TE .edn_leadArticle, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_2normal_3smallLead__5-articles_TE .edn_leadArticle, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_lead_2smallLead_2small__5-articles_TE .edn_leadArticle {
  box-shadow: none;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_4smallLead_8small__12-articles_TE, .EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article_lead_2smallLead_2small__5-articles_TE {
  padding: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article__multi_05__6-articles_TE .edn_leadArticle.edn_leadArticleSmall .edn_articleThumbnail {
  margin-bottom: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes.eds_template_List_Article__multi_05__6-articles_TE .edn_simpleArticle.edn_imageTop .edn_imageWrapper {
  margin-bottom: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .eds_smallArticle .edn_imageWrapper img {
  padding: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_verticalList .eds_smallArticle {
  background-color: #fff;
  padding-top: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_verticalList .eds_smallArticle ~ .eds_smallArticle {
  border-top: none;
  position: relative;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_verticalList .eds_smallArticle ~ .eds_smallArticle::before {
  position: absolute;
  top: 0;
  left: 35%;
  right: 35%;
  content: "";
  border-top: dotted 5px #ededed;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_marginRightMedium {
  margin-right: 1rem !important;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edNews_gridDisplay.edn_verticalList2 .eds_smallArticle {
  border-top: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-right: 0.5rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall {
  padding-bottom: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_articleThumbnail {
  margin-bottom: 0;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_category,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .eds_smallArticle .edn_category {
  font-family: "Sacramento", handwriting;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_category,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .eds_smallArticle .edn_category {
  font-size: 1.5rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_category.edn_categoryBadge > a,
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_category.edn_categoryBadge > span {
  font-size: 1.5rem;
  padding: 0.4rem 0.7rem 0.1rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_leadArticle.edn_leadArticleSmall .edn_category {
  margin-bottom: 0.5rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .edn_articleTitleSmall {
  font-size: 1.2rem;
}
.EasyDNNSkin_NewsDaily .eds_news_PremiumRecipes .EDNcategorycolor-default {
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_header4 .responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
  font-family: var(--eds_headingsFont);
  font-weight: 400;
}
.EasyDNNSkin_NewsDaily .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  font-size: 2rem;
  color: #fff;
}
.EasyDNNSkin_NewsDaily .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span .edsmm_itemContainer {
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_cBtn {
  display: inline-flex;
  padding-left: 40%;
  padding-top: 0.5rem;
  border-top: 4px dotted var(--eds-primaryColor);
  font-family: var(--eds_headingsFont);
  color: var(--eds-darkColor);
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .eds_cBtn::before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 0.4rem 0.5rem;
  border-left-color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_cBtn:hover {
  color: var(--eds-primaryColor);
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .eds_cBtn.eds_white {
  color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_cBtn.eds_white:hover {
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_cBtn.eds_big {
  border-top-width: 6px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_cBtn.eds_big {
    font-size: 1.2rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_cBtn.eds_big::before {
  border-width: 0.8rem 1rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_cBtn.eds_big::before {
    border-width: 0.4rem 0.5rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_moreButton {
  display: inline-block;
  border-bottom: 6px dotted #000;
  color: var(--eds-primaryColor);
  font-family: var(--eds_headingsFont);
  font-size: 3.5rem;
  line-height: 1;
  transition: all 300ms;
  text-decoration: none;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_moreButton {
    borde-bottom-width: 4rem;
    font-size: 2rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_moreButton:hover {
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_link {
  font-size: 1.6rem;
  font-family: var(--eds_headingsFont);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_link:hover {
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_link::before {
  border-style: solid;
  border-width: 0.4rem 0.5rem;
  border-color: transparent;
  border-left-color: #000;
  content: "";
  margin-top: -0.4rem;
}
.EasyDNNSkin_NewsDaily .eds_btn {
  background-color: #00ac62;
  border-color: #00ac62;
  padding: 0.7rem 2rem 0.4rem;
  font-family: var(--eds_headingsFont);
  font-weight: 400;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.EasyDNNSkin_NewsDaily .eds_btn:hover {
  color: #00ac62;
  background-color: #000;
}
.EasyDNNSkin_NewsDaily .eds_mailChimpPlus_Horizontal .edForm__subscribe {
  background: transparent url("images/newsletter_icon.svg") no-repeat 0 0;
  background-size: 2.2rem;
  border: none;
  border-bottom: dotted 5px #000;
  color: #fff;
  padding: 0 5px 0.5rem 50px;
  display: inline-block;
  font-size: 2.4rem;
  font-family: var(--eds_headingsFont);
  line-height: 1;
  font-weight: normal;
}
.EasyDNNSkin_NewsDaily .eds_mailChimpPlus_Horizontal .edForm__subscribe:hover {
  border-bottom-color: #fff;
  background-color: transparent;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .eds_containerTitle, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleTapeContainer .eds_containerTitle, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .eds_containerTitle {
  background-color: #00ad5d !important;
  border-radius: 0 !important;
  position: relative;
  font-family: var(--eds_headingsFont) !important;
  display: inline-flex;
  align-items: center;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .eds_containerTitle::after, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleTapeContainer .eds_containerTitle::after, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .eds_containerTitle::after {
  content: "";
  background: url("images/search_bckg.svg") center right no-repeat;
  background-size: auto 100%;
  width: 2rem;
  height: 100%;
  top: 0;
  left: 99%;
  position: absolute;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .moduletitlemorebutton, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleTapeContainer .moduletitlemorebutton, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .moduletitlemorebutton {
  border-radius: 0;
  border: none;
  background-color: #018b4b;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.4rem;
  margin: 0 0 0 3rem;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .moduletitlemorebutton:hover, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleTapeContainer .moduletitlemorebutton:hover, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .moduletitlemorebutton:hover {
  color: #000;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .eds_containerContent, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleTapeContainer .eds_containerContent, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .eds_containerContent {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedGreyBackground .eds_containerContent {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle {
  font-family: "Sacramento", handwriting !important;
  font-size: 3rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle::before, .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle::after {
  content: "";
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle::before {
  background-image: url("images/container_pizza.svg");
  height: 2.5rem;
  width: 2.5rem;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle::after {
  width: 2rem;
  height: 0.5rem;
  background-image: url("images/container_dots.svg");
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle > span a {
  font-family: var(--eds_headingsFont);
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_titleBorderContainer h2.eds_containerTitle > span a > i {
  color: #d4d4d4;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow {
  border-radius: 0 !important;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .eds_containerContent {
  padding: 0 !important;
  border-radius: 0 !important;
  margin-top: 0.5rem !important;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .eds_containerContent .edn_verticalList > h3 {
  padding-top: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_boxedShadow .edn__articleListWrapper > h3 {
  margin-left: 1rem;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle {
  background: var(--eds-primaryColor);
  margin: 150px 0 0;
  position: relative;
  z-index: 1;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle::after {
  position: absolute;
  content: "";
  right: 5%;
  bottom: calc(100% - 30px);
  width: 200px;
  height: 200px;
  background: url("images/pec.png") no-repeat center 100%;
  background-size: contain;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div {
  position: relative;
}
@media (max-width: 1600px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div {
    padding-left: 1rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 {
  background-color: #141414;
  background-repeat: no-repeat;
  background-image: url("images/popular_pizza.svg"), url("images/popular_rupa.svg");
  background-position: 50% 90%, 50% 3%;
  background-size: 60%, 80%;
  position: absolute;
  top: -50px;
  bottom: -5px;
  padding: 10px;
  width: 100px;
  left: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Sacramento", handwriting;
}
@media (max-width: 1200px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 {
    right: auto;
    left: 0;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 {
    width: 50px;
    left: 1rem;
  }
}
@media (min-width: 1600px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 {
    left: auto;
    right: calc(100% + 20px);
  }
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2::after {
  position: absolute;
  content: "";
  top: 99%;
  right: 0;
  left: 0;
  height: 40px;
  background: url("images/comfljek.svg") center top no-repeat;
  background-size: cover;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 .eds_containerTitle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 4rem;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 .eds_containerTitle {
    font-size: 2rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > h2 .eds_containerIcon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: auto;
  max-width: 90%;
}
.EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > div {
  padding: 40px 0;
  min-height: 100px;
  margin-left: 100px;
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > div {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .EasyDNNSkin_NewsDaily .eds_containers_NewsDaily.eds_templateGroup_verticalTitle > div > div {
    margin-left: 0;
  }
}

.eds_headerPane {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .eds_headerPane {
    top: 0;
  }
}
.eds_headerPane::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10vh;
  background: url("images/grungewhite.png") no-repeat 0 100%;
  background-size: 100% auto;
}

.eds_main {
  background-color: #fff;
  position: relative;
}

.eds_topGrayPanes,
.eds_topExtrudedPanes::before {
  background-color: transparent;
}

.eds_topExtrudedPanes {
  background-image: url("images/mushrooms.svg"), url("images/ornament2.svg");
  background-repeat: no-repeat;
  background-position: -2% 0, 102% 90%;
  background-size: 10vw, 8vw;
}

.eds_pizzaNaslov {
  margin: 2rem 0;
  text-align: center;
  font-family: "Sacramento", handwriting;
  color: #000;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .eds_pizzaNaslov {
    margin: 1rem 0;
    font-size: 2.5rem;
  }
}
.eds_pizzaNaslov::before, .eds_pizzaNaslov::after {
  content: "";
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.eds_pizzaNaslov::before {
  background-image: url("images/container_pizza.svg");
  height: 2.5rem;
  width: 2.5rem;
}
.eds_pizzaNaslov::after {
  width: 2rem;
  height: 0.5rem;
  background-image: url("images/container_dots.svg");
}

.eds_grayPanesBottomExtruded {
  background-color: #fff;
  background-repeat: no-repeat, no-repeat, repeat;
  background-image: url("images/grungewhite.png"), url("images/ornament_seeds.svg"), url("images/patt.png");
  background-position: 0 100%, 1% 95%, 0 0;
  background-size: 100% auto, 5%, auto;
}
.eds_grayPanesBottomExtruded .eds_grayPanesBottomExtrudedPane {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .eds_grayPanesBottomExtruded .eds_grayPanesBottomExtrudedPane {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.eds_grayPanesBottomExtruded::before {
  display: none;
}

.eds_bottomGreen {
  background: url("images/newsletter_bosiljakbckg.png") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.eds_bottomGreen::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: 100%;
  right: -1%;
  width: 100px;
  height: 150px;
  background: url("images/ORNAMENT_GREENS.svg") 0 0 no-repeat;
  background-size: contain;
}
.eds_bottomGreen .h1, .eds_bottomGreen .h2, .eds_bottomGreen .h3, .eds_bottomGreen .h4, .eds_bottomGreen .h5, .eds_bottomGreen .h6, .eds_bottomGreen h1, .eds_bottomGreen h2, .eds_bottomGreen h3, .eds_bottomGreen h4, .eds_bottomGreen h5, .eds_bottomGreen h6 {
  color: #fff;
}
.eds_bottomGreen .eds_greenPane {
  padding-top: 5vh;
}

.eds_paprikaBg {
  background: url("images/ornament_peper2.svg") -1% center no-repeat;
}

.eds_footer {
  background: #bd3315 url("images/footer_block.jpg");
  border-top: solid 3rem #000;
  position: relative;
  padding: 0;
  margin-top: 0;
}
.eds_footer .eds_iconMenu li a:link, .eds_footer .eds_iconMenu li a:active, .eds_footer .eds_iconMenu li a:visited {
  color: #fff;
  background-color: transparent;
}
.eds_footer .eds_iconMenu li a:hover {
  color: #000;
}
.eds_footer .eds_link {
  color: #fff;
}
.eds_footer .eds_link::before {
  border-left-color: #fff;
}
.eds_footer .eds_link:hover {
  color: #000;
}
.eds_footer > div {
  position: relative;
}
.eds_footer::before, .eds_footer::after {
  position: absolute;
  content: "";
  top: -1%;
  bottom: 0;
}
@media (max-width: 992px) {
  .eds_footer::before, .eds_footer::after {
    display: none;
  }
}
.eds_footer::before {
  left: 0;
  width: 30%;
  background-color: #000;
}
.eds_footer::after {
  left: 28%;
  width: 9rem;
  background: url("images/footer_vertical grunge.svg") no-repeat left center;
  background-size: auto 100%;
}
.eds_footer .eds_containers_NewsDaily.eds_style_predefined_premiumRecipes.eds_templateGroup_heading .eds_containerTitle {
  font-family: var(--eds_headingsFont);
  color: #000;
  font-weight: normal;
}
.eds_footer .eds_containers_NewsDaily .eds_containerTitle {
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .eds_footer .eds_containers_NewsDaily .eds_containerTitle {
    font-size: 1.6rem;
  }
}
.eds_footer .eds_containers_NewsDaily .eds_cSubTitle {
  text-align: center;
  font-family: "Sacramento", handwriting;
  color: #fff;
  font-weight: normal;
  font-size: 2.7rem;
}
@media (max-width: 768px) {
  .eds_footer .eds_containers_NewsDaily .eds_cSubTitle {
    font-size: 1.8rem;
  }
}
.eds_footer .eds_news_PremiumRecipes .edn_moduleList.edn_simpleList {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.eds_footer .eds_news_PremiumRecipes .edn_moduleList.edn_simpleList li {
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  flex: 0 0 50%;
}
.eds_footer .eds_news_PremiumRecipes .edn_moduleList.edn_simpleList li .edn_category > a {
  font-family: var(--eds_headingsFont);
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
  word-break: normal;
}
@media (max-width: 768px) {
  .eds_footer .eds_news_PremiumRecipes .edn_moduleList.edn_simpleList li .edn_category > a {
    font-size: 1.2rem;
  }
}
.eds_footer .display-1 {
  color: #000;
}
.eds_footer .lead {
  color: #fff;
}

.display-1 {
  font-family: "Sacramento", handwriting;
  font-weight: 400;
}

.eds_footerPane1 {
  color: #fff;
  padding: 3% 0 2% 7%;
  position: relative;
}
@media (max-width: 992px) {
  .eds_footerPane1 {
    background-color: #000;
    margin-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .eds_footerPane1::before {
    position: absolute;
    content: "";
    top: 99%;
    right: 0;
    left: 0;
    height: 4rem;
    background: url("images/footer_vertical_grunge_cw.svg") no-repeat left center;
    background-size: 101%;
  }
}
.eds_footerPane1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url("images/ornaments_footer.svg"), url("images/ornament_leaf.svg");
  background-position: -4% 18%, 100% 100%;
  background-size: 25%, 20%;
}
@media (max-width: 992px) {
  .eds_footerPane1::after {
    right: 0;
  }
}
.eds_footerPane1 > div {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .eds_footerPanes23Wrapper {
    padding-left: 7rem;
  }
}

.eds_footerPane2,
.eds_footerPane3,
.eds_footerPane4 {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .eds_footerPane3,
.eds_footerPane4 {
    border-top: dotted 6px #000;
    padding-top: 1.5rem;
  }
}

.eds_footerPane3 .eds_containers_NewsDaily > div > div,
.eds_footerPane4 .eds_containers_NewsDaily > div > div {
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .eds_footerPane3 .eds_containers_NewsDaily > div > div,
.eds_footerPane4 .eds_containers_NewsDaily > div > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.eds_footerPane3 .eds_containers_NewsDaily > div > div::before, .eds_footerPane3 .eds_containers_NewsDaily > div > div::after,
.eds_footerPane4 .eds_containers_NewsDaily > div > div::before,
.eds_footerPane4 .eds_containers_NewsDaily > div > div::after {
  position: absolute;
  top: 0;
  bottom: 0;
}
.eds_footerPane3 .eds_containers_NewsDaily > div > div::before,
.eds_footerPane4 .eds_containers_NewsDaily > div > div::before {
  left: 0;
  border-left: dotted 6px #000;
}

.eds_footerPane3 .eds_containers_NewsDaily > div > div::before {
  content: "";
}
@media (max-width: 1200px) {
  .eds_footerPane3 .eds_containers_NewsDaily > div > div::before {
    display: none;
  }
}

.eds_footerPane4 .eds_containers_NewsDaily > div > div::before, .eds_footerPane4 .eds_containers_NewsDaily > div > div::after {
  content: "";
}
@media (max-width: 768px) {
  .eds_footerPane4 .eds_containers_NewsDaily > div > div::before, .eds_footerPane4 .eds_containers_NewsDaily > div > div::after {
    display: none;
  }
}
.eds_footerPane4 .eds_containers_NewsDaily > div > div::before {
  border-left: dotted 6px #000;
}
.eds_footerPane4 .eds_containers_NewsDaily > div > div::after {
  border-right: dotted 6px #000;
  right: 0;
}

.eds_termsPrivacyBg {
  background-color: #000;
  position: relative;
  color: #fff;
  z-index: 1;
}

.eds_pageScrolled .eds_headerPane {
  top: 0;
}
.eds_pageScrolled .eds_header4 {
  background-color: rgba(2, 2, 2, 0.6392156863);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.eds_pageScrolled .eds_header4 .eds_logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.eds_pageScrolled .eds_header4 .eds_logo > a img {
  max-height: 55px;
}
@media (max-width: 768px) {
  .eds_pageScrolled .eds_header4 .eds_headerTrigger > i {
    color: #000;
  }
}
.eds_pageScrolled .eds_searchC {
  background-color: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
  border-bottom: none;
}

.dnnEditState .eds_stickyHeader {
  position: static;
}
.dnnEditState .eds_headerPaneHeight {
  margin-top: 0;
}
@media (max-width: 768px) {
  .dnnEditState .eds_headerPaneHeight {
    margin-top: 0;
  }
}
.dnnEditState .eds_headerPane {
  position: static;
}