.promotion-text {
background-color: #391a1b;
text-align: center;
}
.promotion-text .text {
height: 60px;
font-family: 'Filson Pro Bold', sans-serif;
font-size: 21px;
line-height: 60px;
font-weight: 700;
letter-spacing: 10.5px;
text-transform: uppercase;
}
.pp-title {
font-family: "Filson Pro Medium", sans-serif;
font-size: 24px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.25;
letter-spacing: normal;
color: #f6dc96;
margin-bottom: 24px;
}
.menu-page .premium-beverages-collection {
background-color: #791F1A;
}
.menu-page .premium-beverages-collection .mw-1440.container {
padding-left: 30px;
padding-right: 30px;
}
.menu-page .beverages-container {
display: flex;
}
@media (max-width: 768px) {
.menu-page .beverages-container {
display: block;
}
}
.menu-page .beverages-image {
width: 50%;
max-width: 50%;
min-width: 50%;
justify-content: center;
background-image: radial-gradient(circle closest-side at 50% 50%, #c42518, rgba(196, 37, 24, 0));
display: flex;
align-items: center;
justify-content: center;
}
.menu-page .beverages-text {
width: 50%;
max-width: 50%;
min-width: 50%;
text-align: left;
}
@media (max-width: 768px) {
.menu-page .beverages-image,
.menu-page .beverages-text {
width: 100%;
max-width: 100%;
min-width: 100%;
text-align: center;
}
}
.bev-subheading {
font-size: 30px;
color: #F5D433;
margin-bottom: 20px;
}
@media (max-width: 1200px) {
.bev-subheading {
font-size: 26px;
margin-bottom: 10px;
}
}
.bev-subtext {
font-size: 24px;
color: #fff;
margin-bottom: 25px;
line-height: 1.1em;
padding-bottom: 25px;
}
@media (max-width: 1200px) {
.bev-subtext {
font-size: 1.2rem;
margin-bottom: 15px;
padding-bottom: 15px;
line-height: 1.4em;
}
}
.bev-subtext:not(:last-child) {
border-bottom: 1px dashed #C42518;
}
@media (min-width: 992px) {
.menu-page .platters-collection .platters-grid .platters-list .item {
width: 25%;
}
}
.our-flavours-page .pepes-dips {
padding-bottom: 80px;
}
.our-flavours-page .pepes-dips .inner .dips-list {
justify-content: center;
}
.home .whats-your-flavour .wyf-bg {
width: 100%;
}
.menu-page .grid .item .desc .buttons.nutrition-info {
margin-top: 15px;
}
.menu-page .grid .item .desc .buttons .white-button.two {
flex-direction: row;
border: none;
padding: 0;
}
.menu-page .grid .item .desc .buttons .white-button.two .white-button {
font-family: Oswald, sans-serif;
font-size: 12px;
line-height: 1em;
font-weight: 300;
text-align: center;
margin-right: 10px;
}