/* MOVE THIS BLOCK TO new css file e.g custome.css */
.our-winery-section .special-offer-content { 
    padding: 1rem 2rem 2rem 8.5%;
}

.our-winery-section .special-offer-content__list {
  list-style-type: lower-roman;
  margin: 32px auto 10px;
  padding: revert;
  font-size: x-large;
}

.blog-item .blog-item__content .blog-item__description {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #fff;
}

.blog-item .blog-item__content .blog-item__meta {
    display: block;
    font-size: 20px;
    color: #fff;
}

.footer-social .footer-newsletter__social {
    list-style-type: none;
    display: inline-flex;
}

.padding-5 { padding: 5rem !important; }
.padding-top-3 { padding-top: 3rem !important; }
.padding-right-0 { padding-right: 0 !important; }
.padding-right-3 { padding-right: 3rem !important; }
.padding-left-0 { padding-left: 0 !important; }
.padding-left-1 { padding-left: 1rem !important; }
.padding-bottom-3 { padding-bottom: 3rem !important; }
.padding-bottom-5 { padding-bottom: 5rem !important; }

.margin-0 { margin: 0 !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-3 { margin-top: 3rem !important; }

.border-bottom-1 { border-bottom: 1px solid #FF9500 !important; }

.bg-targarian-1 { background-color: #ff980045 !important; } 

.color-targarian-1 { color: #FF9500 !important; }
.color-deep-pink { color: #E91E63 !important; }
.color-inherit { color: inherit !important; }