* {
box-sizing: border-box;
}
img {
width: 100%;
}
.winter-page {
width: 100%;
max-width: 590px;
margin: -130px auto -130px;
}
@media only screen and (max-width: 680px) {
.winter-page {
margin: -20px auto -100px;
}
}
.winter-hero {
position: relative;
width: 100%;
background: url(//fresh.black/wp-content/themes/eirwen/assets/img/drips/main.webp) center / cover no-repeat;
overflow: hidden;
height: min(675px, 100vh);
aspect-ratio: auto;
}
.winter-hero__content {
position: relative;
z-index: 1;
height: 100%;
padding: 48px 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: #fff;
}
.winter-hero__title {
margin: 0;
font-family: "Source Serif 4", serif;
line-height: 0.85;
font-size: 64px;
line-height: 0.85;
font-weight: 500;
color: #fff;
}
.winter-hero__title em {
font-style: italic;
font-weight: 400;
}
.winter-hero__title span {
font-size: 0.7em;
vertical-align: top;
}
.winter-hero__subtitle {
margin: 0;
font-family: "Source Serif 4", serif;
font-size: 27px;
line-height: 1;
font-weight: 600;
margin-bottom: 13px;
}
.winter-hero__desc {
font-family: "Roboto", sans-serif;
margin: 0;
line-height: 1.3;
font-weight: 400;
text-align: center;
opacity: .95;
font-size: 18px;
}
.winter-hero__desc b {
font-weight: 500;
}
.winter-story {
background-color: #F5FCFD;
padding: 40px 24px 8px;
}
.winter-story__text {
text-align: center;
font-size: 16px;
color: #000;
line-height: 1.5;
font-family: "Roboto", sans-serif;
margin-bottom: 16px;
}
.winter-story__text b {
font-weight: 700;
}
.winter-story-photo {
text-align: center;
}
.winter-story-photo__img {
display: block;
width: 100%;
height: auto;
border-radius: 8px;
}
.winter-story-photo__caption {
margin-top: 5px;
color: rgba(0, 0, 0, .3);
font-family: "Source Serif 4", serif;
font-size: 10px;
line-height: 1.2;
}
.winter-story-photo__label,
.winter-story-photo__link {
display: block;
}
.winter-story-photo__link {
color: rgba(0, 0, 0, .3);
font-size: 10px;
}
.winter-donation {
background-color: #F5FCFD;
padding: 8px 24px 40px;
overflow: hidden;
}
.winter-donation__content {
position: relative;
text-align: center;
}
.winter-donation__content::before,
.winter-donation__content::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 155px;
height: 165px;
background: url(//fresh.black/wp-content/themes/eirwen/assets/img/drips/dec.png) center / contain no-repeat;
opacity: 0.9;
pointer-events: none;
z-index: 0;
}
.winter-donation__content::before {
left: 25px;
}
.winter-donation__content::after {
right: 25px;
transform: translateY(-50%) scaleX(-1);
}
.winter-donation__label {
font-family: "Roboto", sans-serif;
position: relative;
z-index: 3;
font-size: 16px;
line-height: 1.5;
}
.winter-donation__amount {
font-family: "Source Serif 4", serif;
font-style: italic;
font-size: 64px;
color: #41769A;
line-height: 1.15;
font-weight: 600;
text-align: center;
position: relative;
z-index: 3;
letter-spacing: -2.5px;
}
.winter-donation__note {
font-family: "Roboto", sans-serif;
position: relative;
z-index: 3;
line-height: 1.22;
}
.coffee-product {
margin-bottom: 32px;
}
.coffee-product__pack-img {
max-width: 270px;
position: relative;
transform: rotate(1.5deg);
margin: 0 auto 10px;
display: block;
top: -20px;
}
.coffee-product__title {
margin-bottom: 10px;
}
.coffee-product__title-line {
font-size: 30px;
text-align: center;
font-family: "Roboto", sans-serif;
color: #000;
font-weight: 400;
display: block;
}
.coffee-product__title-accent {
font-size: 36px;
font-style: italic;
text-align: center;
font-family: "Source Serif 4", serif;
font-weight: 600;
color: #000;
display: block;
}
.coffee-product__subtitle {
text-transform: uppercase;
color: #41769A;
font-size: 16px;
font-family: "Roboto", sans-serif;
margin-bottom: 16px;
text-align: center;
padding: 0 10px;
line-height: 1.5;
}
.coffee-product__text {
background: #F5FCFD;
color: #000;
border-radius: 24px;
padding: 20px 24px;
}
.coffee-product__p {
line-height: 1.4;
font-size: 16px;
font-weight: 400;
font-family: "Roboto", sans-serif;
}
.coffee-product__p:not(:last-child) {
margin-bottom: 10px;
}
.coffee-product__p em {
font-style: italic;
font-size: 18px;
font-weight: 600;
font-family: "Source Serif 4", serif;
}
.winter-content-container {
padding: 0 24px;
}
.recipe-block {}
.recipe-head {
margin-bottom: 16px;
}
.recipe-head__kicker {
font-size: 20px;
font-family: "Roboto", sans-serif;
color: #000;
text-align: center;
}
.recipe-head__title {
font-size: 36px;
font-style: italic;
text-align: center;
font-family: "Source Serif 4", serif;
font-weight: 600;
color: #000;
margin-bottom: 15px;
}
.recipe-head__subtitle {
text-transform: uppercase;
color: #41769A;
font-size: 16px;
font-family: "Roboto", sans-serif;
margin-bottom: 16px;
text-align: center;
padding: 0 10px;
line-height: 1.5;
}
.recipe-head-photo {
text-align: center;
}
.recipe-head__img {
display: block;
width: 100%;
height: auto;
border-radius: 8px;
}
.recipe-head__caption {
margin-top: 5px;
color: rgba(0, 0, 0, .3);
font-family: "Source Serif 4", serif;
font-size: 10px;
line-height: 1.2;
}
.recipe-head-photo__label {
display: block;
}
.recipe-head-photo__link {
display: block;
}
.recipe-block__title {
font-family: "Source Serif 4", serif;
text-align: center;
color: #000;
margin-bottom: 8px;
font-size: 24px;
line-height: 1.2;
font-weight: 500;
}
.recipe-card {
background: #F5FCFD;
border-radius: 24px;
padding: 20px 24px;
font-family: "Roboto", sans-serif;
display: flex;
flex-direction: column;
gap: 10px;
}
.recipe-card:not(:last-child) {
margin-bottom: 8px;
}
.recipe-card__title {
font-size: 20px;
font-weight: 700;
}
.recipe-list {
list-style: none;
padding: 0;
margin: 0;
}
.recipe-list__item {
position: relative;
padding-left: 13px;
font-size: 16px;
line-height: 1.35;
font-weight: 400;
}
.recipe-list--ingredients .recipe-list__item:not(:last-child) {
margin-bottom: 4px;
}
.recipe-steps .recipe-steps__item:not(:last-child) {
margin-bottom: 8px;
}
.recipe-list__item::before {
content: "";
position: absolute;
left: 0;
top: 0.55em;
width: 5px;
height: 5px;
background: #47A5C2;
transform: translateY(-50%) rotate(45deg);
border-radius: 2px;
opacity: 0.95;
}
.recipe-steps {
list-style: none;
padding: 0;
counter-reset: step;
}
.recipe-card p {
font-size: 16px;
line-height: 1.25;
font-weight: 400;
color: #000;
}
.recipe-steps__item {
counter-increment: step;
position: relative;
padding-left: 27px;
font-size: 16px;
line-height: 1.25;
font-weight: 400;
}
.recipe-steps__item::before {
content: "";
position: absolute;
left: 0;
top: 0.13em;
width: 15px;
height: 15px;
background: #47A5C2;
border-radius: 3px;
transform: rotate(45deg);
}
.recipe-steps__item::after {
content: counter(step);
position: absolute;
left: 0;
top: 0.2em;
width: 15px;
height: 15px;
display: grid;
place-items: center;
color: #fff;
font-size: 10px;
font-weight: 700;
line-height: 1;
pointer-events: none;
}
.support-banner {
position: relative;
width: 100%;
height: min(625px, 100vh);
background: url(//fresh.black/wp-content/themes/eirwen/assets/img/drips/bottom.webp) center / cover no-repeat;
overflow: hidden;
}
.support-banner__content {
position: relative;
z-index: 1;
height: 100%;
padding: 32px 24px 0;
text-align: center;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.support-banner__title {
margin: 0 0 10px;
font-family: "Source Serif 4", serif;
font-size: 37px;
font-weight: 600;
color: #fff;
}
.support-banner__title em {
font-style: italic;
font-weight: 400;
display: block;
}
.support-banner__text {
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 1.5;
}
@media (max-width: 480px) {
.winter-hero {
height: min(625px, 100vh);
}
.winter-donation__content::before,
.winter-donation__content::after {
width: 125px;
height: 130px;
}
.winter-donation__content::before {
left: -40px;
}
.winter-donation__content::after {
right: -40px;
}
.support-banner {
height: min(425px, 100vh);
}
}
@media (max-width: 385px) {
.winter-hero__content {
padding: 35px 24px;
}
.winter-hero__title {
font-size: 49px;
}
.winter-hero__subtitle {
font-size: 24px;
}
.winter-hero__desc {
font-size: 16px;
}
}#qodef-page-footer .fb-footer-logo img { width: 45px !important; height: 56px !important; display: block !important; }
#qodef-page-footer .fb-tg img { width: 36px !important; height: 36px !important; display: block !important; } #qodef-page-footer .fb-tg { display: inline-block !important; vertical-align: middle !important; } @media (min-width: 1025px) { #qodef-page-footer { display: block !important;
max-width: 1252px !important;
margin-left: auto !important;
margin-right: auto !important;
} #qodef-page-footer-top-area { padding: 39px 40px 0 40px !important; }
#qodef-page-footer-bottom-area { padding: 0 40px 16px 40px !important; }
#qodef-page-footer .qodef-content-grid,
#qodef-page-footer-top-area-inner,
#qodef-page-footer-bottom-area-inner {
max-width: 1172px !important;
width: 100% !important; padding: 0 !important;
margin-left: auto !important;
margin-right: auto !important;
} #qodef-page-footer-bottom-area-inner .qodef-grid-inner > .qodef-grid-item:last-child:not(:first-child) {
display: none !important;
} #qodef-page-footer-top-area-inner > .qodef-grid,
#qodef-page-footer-bottom-area-inner > .qodef-grid { display: block !important; } #qodef-page-footer .qodef-grid-item > .widget_eirwen_core_separator { display: none !important; } #qodef-page-footer .qodef-grid-item p { line-height: 1.2 !important; }
#qodef-page-footer .qodef-grid-item .widget,
#qodef-page-footer .qodef-grid-item p,
#qodef-page-footer .qodef-grid-item .wp-block-group,
#qodef-page-footer .qodef-grid-item .wp-block-group__inner-container {
margin: 0 !important;
padding: 0 !important;
} #qodef-page-footer .fb-footer-logo {
display: block !important;
margin: 0 0 32px 0 !important;
line-height: 0 !important;
}
#qodef-page-footer .fb-footer-logo img {
width: 45px !important;
height: 56px !important;
display: block !important;
}
#qodef-page-footer .qodef-grid-item .widget-title,
#qodef-page-footer .qodef-grid-item .qodef-widget-title,
#qodef-page-footer .qodef-grid-item h1,
#qodef-page-footer .qodef-grid-item h2,
#qodef-page-footer .qodef-grid-item h3,
#qodef-page-footer .qodef-grid-item h4,
#qodef-page-footer .qodef-grid-item h5 {
margin: 0 0 16px 0 !important;
} #qodef-page-footer .qodef-grid-item p + p { margin-top: 32px !important; } #qodef-page-footer .qodef-grid-item .qodef-social-icons-group {
margin-top: 32px !important;
display: flex !important;
align-items: center !important;
gap: 16px !important;
}
#qodef-page-footer .fb-tg {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 36px !important;
height: 36px !important;
}
#qodef-page-footer .fb-tg img { width: 36px !important; height: 36px !important; display: block !important; } #qodef-page-footer-bottom-area-inner .qodef-grid-inner { display: block !important; }
#qodef-page-footer-bottom-area-inner .qodef-grid-inner > .qodef-grid-item {
width: 100% !important;
max-width: none !important;
float: none !important;
} #qodef-page-footer-bottom-area-inner .qodef-grid-inner > .qodef-grid-item:first-child {
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
} #qodef-page-footer-bottom-area-inner .qodef-grid-item:first-child > .widget_eirwen_core_social_icons_group { order: 1 !important; }
#qodef-page-footer-bottom-area-inner .qodef-grid-item:first-child > .widget { order: 2 !important; } #qodef-page-footer-bottom-area-inner .qodef-social-icons-group {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 16px !important;
margin: 0 0 16px 0 !important;
} #qodef-page-footer-bottom-area-inner p.qodef-copy {
position: static !important;
transform: none !important;
margin: 0 !important;
text-align: center !important;
width: 100% !important;
}
}