body, p {
  font-family: "Favorit", Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  body, p {
    font-size: 20px;
    line-height: 28px;
  }
}

.small-content p {
  font-size: 20px;
}

.ultra-small {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

strong {
  font-family: "FavoritMed", Roboto;
}

.buttons-group {
  display: flex;
  gap: 26px;
}

.color-black {
  color: #000 !important;
}

.color-green, .page-content a {
  color: #288C44 !important;
}

.link-green {
  color: #288C44 !important;
  text-decoration: none !important;
}

a {
  color: #288C44;
  text-decoration: none;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn-primary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 27px;
}
.btn.btn-secondary {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 27px;
}
.btn.btn-read-more {
  font-family: "FavoritMed";
  font-weight: 514;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  border-bottom: solid thin #000;
  padding: 0px;
  height: auto;
  border-radius: 0;
}

h1, h2, h3 {
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1, h2, h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
h1 .fw-normal, h2 .fw-normal, h3 .fw-normal {
  font-weight: 300 !important;
  font-family: "Favorit";
}

h4 {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

.border-bottom-none {
  border-bottom: none !important;
}

.img-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.img-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.img-full {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.img-rounded, .video-rounded {
  border-radius: 40px !important;
}

figure.img-rounded img {
  border-radius: 40px !important;
}

.text-transform-none {
  text-transform: none;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ad-pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .ad-pt-100 {
    padding-top: 35px !important;
  }
}

.ad-pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .ad-pt-50 {
    padding-top: 35px !important;
  }
}

.ad-pb-26 {
  padding-bottom: 26px !important;
}
@media (max-width: 767px) {
  .ad-pb-26 {
    padding-bottom: 16px !important;
  }
}

.ad-pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .ad-pb-50 {
    padding-bottom: 50px !important;
  }
}

.ad-pb-80 {
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .ad-pb-80 {
    padding-bottom: 65px !important;
  }
}

.ad-pb-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .ad-pb-100 {
    padding-bottom: 48px !important;
  }
}

.p-ad-pb-26 p {
  padding-bottom: 26px !important;
}
@media (max-width: 767px) {
  .p-ad-pb-26 p {
    padding-bottom: 16px !important;
  }
}

.ad-ml-5 {
  margin-left: 5px;
}

.page-content a {
  text-decoration: none;
}
.page-content a:hover {
  color: #000;
}
.page-content p {
  margin-bottom: 20px;
}

.ad-underline {
  border-bottom: solid thin #000;
  display: inline-block;
  padding-bottom: 3px;
}

.ad-underline-none {
  text-decoration: none !important;
}

table.ad-pb-26 {
  margin-bottom: 26px;
}
table.transparent-table td {
  padding-left: 15px;
}

figcaption {
  font-size: 18px;
  line-height: 140%;
  font-style: italic;
}

.faqs-accordions .faq-item {
  border: solid thin #ccc;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
}
.faqs-accordions .faq-item .faq-title {
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.faqs-accordions .faq-item .faq-title:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  transform: rotate(-135deg);
  transition: all linear 0.3s;
}
.faqs-accordions .faq-item .faq-content {
  padding-top: 20px;
  display: none;
}
.faqs-accordions .faq-item .faq-content p {
  margin-bottom: 15px;
}
.faqs-accordions .faq-item.active .faq-title:after {
  transform: rotate(45deg);
  top: 10px;
}
.faqs-accordions .faq-item.active .faq-content {
  display: block;
}

.prosecco-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.prosecco-tabs li {
  list-style: none;
}

.portfolio-summary-content a {
  color: #000;
  text-decoration: none;
  border-bottom: solid thin #000;
}
.portfolio-summary-content table {
  margin-bottom: 16px;
}
.portfolio-summary-content table th, .portfolio-summary-content table td {
  min-width: 130px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .portfolio-summary-content table th, .portfolio-summary-content table td {
    min-width: 85px;
  }
}
.tab-content {
  /*display:none;
  &.active{
      display:block;
  }*/
}

.tab-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 27px;
  text-decoration: none;
}
.tab-button:hover {
  color: #000;
}
@media (max-width: 767px) {
  .tab-button {
    font-size: 16px;
  }
}
.tab-button.active {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 27px;
}

.ad-number {
  color: #288C44;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .ad-number {
    font-size: 36px;
    line-height: 50px;
  }
}

#breadcrumbs {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
#breadcrumbs > span > span {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs .separator {
  display: inline-block;
  margin: 0 16px;
  border-left: solid thin #000;
  border-bottom: solid thin #000;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg) translateY(-7px);
  transform-origin: center;
}

.sec-nav {
  padding-top: 18px;
  padding-bottom: 18px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.sec-nav .top-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-nav .top-navigation .top-logo img {
  max-width: 150px;
  height: 57px;
}
.sec-nav .top-navigation .top-buttons {
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .sec-nav .top-navigation .top-buttons {
    gap: 0;
  }
  .sec-nav .top-navigation .top-buttons .btn-ternary {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.copyright-row {
  margin-top: 10px;
}
.copyright-row p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.copyright-row a {
  color: #000;
  text-decoration: underline;
}
.copyright-row .footer-logo-2 {
  width: 142px;
}
@media (max-width: 767px) {
  .copyright-row {
    margin-top: 0px;
  }
}

.offcanvas-menu {
  height: calc(100vh - 90px);
  width: 100%;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 90px;
  background-color: #fff;
  z-index: 1000;
  display: none;
}
.offcanvas-menu.active {
  display: flex;
}
.offcanvas-menu > .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .offcanvas-menu > .container {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .offcanvas-menu h3 {
    font-size: 26px;
  }
}
.offcanvas-menu h4 {
  font-size: 22px;
  text-transform: none;
  font-family: "FavoritMed";
}
.offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-menu ul li {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 8px;
}
.offcanvas-menu ul li a {
  color: #000;
  text-decoration: none;
}
.offcanvas-menu ul li strong {
  border-bottom: solid 2px #000;
  margin-bottom: 6px;
  display: inline-block;
  padding-bottom: 0;
  line-height: 22px;
}
.offcanvas-menu .menu-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.offcanvas-menu .social-links {
  margin: 0;
  margin-top: 25px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.offcanvas-menu .social-links li {
  display: inline-block;
}
.offcanvas-menu img.arrow-icon {
  width: 24px;
  margin-left: 4px;
}

.nav-spacer {
  height: 93px;
}

.pll-switcher-container {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 30px;
  align-items: center;
}

select.pll-switcher-select {
  border: none;
  outline: 0;
  width: 70px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px;
  height: 30px;
}
select.pll-switcher-select option {
  text-transform: uppercase;
}

.sec-gray {
  background-color: #f2f2f2;
  border-radius: 40px;
}
.sec-gray.sec-spaced {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul.highlight-btns {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.highlight-btns li {
  margin-bottom: 12px;
}
ul.highlight-btns li a {
  display: block;
  background: #f2f2f2;
  border-radius: 32px;
  padding: 16px 20px;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-decoration: none;
}
ul.highlight-btns li a img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45px;
}
ul.highlight-btns li a span {
  display: inline-block;
  margin-left: 28px;
}
ul.highlight-btns li a:hover, ul.highlight-btns li a.active-list {
  background-color: #BEF6CE;
}
@media (max-width: 767px) {
  ul.highlight-btns li a {
    padding: 12px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
  }
  ul.highlight-btns li a img {
    width: 45px;
    height: 45px;
    border-radius: 25px;
  }
  ul.highlight-btns li a span {
    margin-left: 15px;
  }
}

.page-top-logos {
  margin: 0 auto;
  display: block;
  max-width: 356px;
  margin-top: 20px;
}

.post-meta {
  display: flex;
  gap: 32px;
}
.post-meta div {
  position: relative;
}
.post-meta div:after {
  position: absolute;
  right: -17px;
  top: 0;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #000;
  transform: translateY(6px);
}
.post-meta div:last-child:after {
  display: none;
}

.categories-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.categories-box a.category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: solid thin #ccc;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
}
.categories-box a.category h3 {
  font-size: 30px;
  text-transform: none;
  margin-bottom: 10px;
}
.categories-box a.category p {
  font-size: 20px;
  line-height: 28px;
}
.categories-box a.category .read-more {
  font-family: "FavoritMed", Roboto;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.single-post .post-category {
  font-family: "FavoritMed";
  font-weight: 514;
  font-size: 24px;
  line-height: 32px;
  color: #288C44;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.single-post h1 {
  margin-bottom: 26px;
}
.single-post h2, .single-post h3, .single-post h4, .single-post h5 {
  text-transform: none;
  padding-bottom: 10px;
  line-height: 120%;
  font-weight: bold;
}
.single-post h2 {
  font-size: 32px;
}
.single-post h3 {
  font-size: 28px;
}
.single-post h4 {
  font-size: 26px;
}
.single-post .featured-img {
  margin-bottom: 26px;
}
.single-post .post-content .wp-block-image img {
  display: block;
  margin: 0 auto;
}
.single-post .post-content iframe {
  border-radius: 40px;
}
.single-post a {
  word-wrap: break-word;
  color: #288C44;
  text-decoration: none;
}
.single-post p, .single-post ul li, .single-post ol li {
  font-size: 20px;
}

.sidebar {
  position: sticky;
  top: 110px;
  transition: top linear 0.3s;
}

.blog-side-item {
  margin-bottom: 24px;
  background-color: #F2F2F2;
  border-radius: 0px;
}
.blog-side-item .post-img img {
  border-radius: 0px;
  margin-bottom: 0;
}
.blog-side-item .post-summary {
  text-align: center;
  padding: 10px 10px;
}
.blog-side-item .post-title {
  margin-bottom: 0px;
}
.blog-side-item .post-title a {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
}
.blog-side-item .post-snippet {
  font-size: 18px;
}

.post-author {
  padding: 26px;
  background-color: #f2f2f2;
  border-radius: 30px;
  margin-top: 26px;
  margin-bottom: 48px;
}
.post-author .author-img {
  width: 109px;
}
.post-author .author-img img {
  width: 109px;
}
.post-author .author-role {
  margin-bottom: 8px;
}
.post-author .author-data {
  width: calc(100% - 139px);
}
@media (max-width: 767px) {
  .post-author .author-img {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }
  .post-author .author-data {
    width: 100%;
  }
}

.post-author-short {
  margin-bottom: 26px;
}
.post-author-short .author-img {
  width: 82px;
}
.post-author-short .author-img img {
  width: 82px;
}
.post-author-short .author-data {
  width: calc(100% - 98px);
}

.post-author, .post-author-short {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-author .author-img img, .post-author-short .author-img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.post-author .author-img a.read-bio, .post-author-short .author-img a.read-bio {
  display: block;
  width: 100%;
  max-width: 110px;
  background-color: #fff;
  border: solid thin #000;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 0 auto;
}
.post-author .author-role, .post-author-short .author-role {
  font-family: "FavoritMed";
  font-weight: 514;
  font-size: 18px;
  line-height: 26px;
  color: #288C44;
}
.post-author .author-name, .post-author-short .author-name {
  font-family: "FavoritMed";
  font-weight: 514;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.post-author .author-title, .post-author-short .author-title {
  font-family: "FavoritMed";
  font-weight: 514;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}
.post-author .author-summary, .post-author-short .author-summary {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.post-author .post-date, .post-author-short .post-date {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #838383;
}

.blog-posts-list .item {
  padding: 16px;
}
.blog-posts-list .item .featured-tag {
  font-weight: 514;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #288C44;
  margin-bottom: 16px;
}
.blog-posts-list .item .item-img img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 20px;
}
.blog-posts-list .item .title {
  font-weight: 514;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.blog-posts-list .item .title a {
  color: #000;
  text-decoration: none;
}
.blog-posts-list .item .author {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 16px;
}
.blog-posts-list .item .excerpt {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.post-tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.post-tags ul li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 20px;
  font-size: 16px;
  color: #000;
}

.terms-content p, .terms-content ul li {
  font-size: 20px;
  line-height: 28px;
}

.michael-goldstein-sec, .michael-goldstein-invest-sec, .michael-goldstein-crowd-funding-sec {
  margin-top: 150px;
}
.michael-goldstein-sec > .sec-gray, .michael-goldstein-invest-sec > .sec-gray, .michael-goldstein-crowd-funding-sec > .sec-gray {
  position: relative;
  background-image: url("../img/vertical-flag.png");
  background-position: right;
  background-repeat: repeat-y;
}
.michael-goldstein-sec > .sec-gray:after, .michael-goldstein-invest-sec > .sec-gray:after, .michael-goldstein-crowd-funding-sec > .sec-gray:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: url("https://prosecco.com/wp-content/uploads/2023/02/michael-goldstein-1.png") center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1.3);
  transform-origin: right bottom;
}
.michael-goldstein-sec.agency-services-header > .sec-gray:after, .michael-goldstein-invest-sec.agency-services-header > .sec-gray:after, .michael-goldstein-crowd-funding-sec.agency-services-header > .sec-gray:after {
  background-image: url("https://prosecco.com/wp-content/uploads/2023/04/agency-services-header-image.png");
}
.michael-goldstein-sec h1, .michael-goldstein-invest-sec h1, .michael-goldstein-crowd-funding-sec h1 {
  font-weight: 300;
  font-size: 86px;
  line-height: 105.4%;
  transform: translateX(-5px);
  word-wrap: break-word;
}
.michael-goldstein-sec p, .michael-goldstein-invest-sec p, .michael-goldstein-crowd-funding-sec p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .michael-goldstein-sec, .michael-goldstein-invest-sec, .michael-goldstein-crowd-funding-sec {
    margin-top: 20px;
  }
  .michael-goldstein-sec > .sec-gray, .michael-goldstein-invest-sec > .sec-gray, .michael-goldstein-crowd-funding-sec > .sec-gray {
    background-repeat: no-repeat;
    background-size: 160px 300px;
    background-position: right bottom;
    padding-bottom: 0 !important;
  }
  .michael-goldstein-sec > .sec-gray:after, .michael-goldstein-invest-sec > .sec-gray:after, .michael-goldstein-crowd-funding-sec > .sec-gray:after {
    display: none;
  }
  .michael-goldstein-sec h1, .michael-goldstein-invest-sec h1, .michael-goldstein-crowd-funding-sec h1 {
    font-size: 42px;
  }
}

.michael-goldstein-invest-sec > .sec-gray {
  background-image: none;
}
.michael-goldstein-invest-sec > .sec-gray:after {
  background-image: url("https://prosecco.com/wp-content/uploads/2023/03/crowd-funding-img-1.png");
  background-size: contain;
  background-position: right bottom;
  transform: scale(1.3);
}
.michael-goldstein-invest-sec h1 {
  font-size: 70px;
}
@media (max-width: 991px) {
  .michael-goldstein-invest-sec h1 {
    font-size: 42px;
  }
}

.michael-goldstein-crowd-funding-sec > .sec-gray {
  background-image: none;
}
.michael-goldstein-crowd-funding-sec > .sec-gray:after {
  background-image: url("https://prosecco.com/wp-content/uploads/2023/03/crowd-funding-img-1.png");
  background-size: contain;
  background-position: right bottom;
  transform: scale(1.3);
}
.michael-goldstein-crowd-funding-sec h1 {
  font-size: 70px;
}
@media (max-width: 991px) {
  .michael-goldstein-crowd-funding-sec h1 {
    font-size: 42px;
  }
}

.brands-head-sec {
  margin-top: 50px;
}
.brands-head-sec h1 {
  font-weight: 300;
  font-size: 96px;
  line-height: 105.4%;
}
@media (max-width: 991px) {
  .brands-head-sec h1 {
    font-size: 42px;
  }
}

.partners-head-sec, .vinitaly-head-sec {
  margin-top: 160px;
}
.partners-head-sec > .sec-gray, .vinitaly-head-sec > .sec-gray {
  position: relative;
}
.partners-head-sec > .sec-gray:after, .vinitaly-head-sec > .sec-gray:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1.3);
  transform-origin: left bottom;
}
.partners-head-sec h1, .vinitaly-head-sec h1 {
  font-weight: 300;
  font-size: 96px;
  line-height: 105.4%;
}
.partners-head-sec p, .vinitaly-head-sec p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .partners-head-sec, .vinitaly-head-sec {
    margin-top: 20px;
  }
  .partners-head-sec > .sec-gray, .vinitaly-head-sec > .sec-gray {
    background-image: none;
    padding-bottom: 0 !important;
  }
  .partners-head-sec > .sec-gray:after, .vinitaly-head-sec > .sec-gray:after {
    display: none;
  }
  .partners-head-sec h1, .vinitaly-head-sec h1 {
    font-size: 42px;
  }
}

.partners-head-sec {
  margin-top: 160px;
}
.partners-head-sec > .sec-gray:after {
  background-image: url("https://prosecco.com/wp-content/uploads/2023/02/investor-main-img.png");
}
@media (max-width: 991px) {
  .partners-head-sec {
    margin-top: 50px;
  }
}

.vinitaly-head-sec {
  margin-top: 160px;
}
.vinitaly-head-sec > .sec-gray:after {
  background-image: url("https://prosecco.com/wp-content/uploads/2023/03/vinitaly-prosecco-header-img.png");
}
.michael-goldstein-about-me-sec > .sec-gray {
  position: relative;
  background-image: url("../img/prosecco-pen.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media (max-width: 767px) {
  .michael-goldstein-about-me-sec > .sec-gray {
    background-size: 65%;
  }
}
.michael-goldstein-about-me-sec .michael-sign {
  width: 237px;
}
@media (max-width: 767px) {
  .michael-goldstein-about-me-sec .michael-sign {
    width: 140px;
  }
}

.partners-invest-sec > .sec-gray {
  position: relative;
  background-image: url("../img/prosecco-pen.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .partners-invest-sec > .sec-gray {
    background-size: 65%;
  }
}
.partners-invest-sec .michael-sign {
  width: 237px;
}
@media (max-width: 767px) {
  .partners-invest-sec .michael-sign {
    width: 140px;
  }
}

.contact-section h2 {
  font-size: 38px;
}

.ad-new-tag {
  position: relative;
}
.ad-new-tag:before {
  position: absolute;
  left: -30px;
  top: 40px;
  content: "";
  width: 200px;
  height: 70px;
  background-image: url(../img/new-tag.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .ad-new-tag:before {
    top: 30px;
    left: 0;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 40px;
  transition: all linear 3s;
}
.video-container video {
  /*position:absolute;
  top:0; 
  left: 0;
  width:890px;
  height:500px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dddddd;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .video-container {
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.mobile-home-hero .video-container {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
}
.mobile-home-hero .video-container video {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.mobile-home-hero .video-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 30%, transparent);
}
.mobile-home-hero > .container {
  z-index: 2;
  position: relative;
}

.checkout-options .item label {
  font-size: 16px;
  font-weight: 300;
}
.checkout-options .pricing {
  font-size: 32px;
  margin-top: 22px;
}
.checkout-options .pricing .mrp-price {
  color: #C1C1C1;
}
.checkout-options .offer-info p {
  font-size: 18px;
}
.checkout-options .buy-now-button {
  margin-top: 22px;
}
.checkout-options .buy-now-button .btn {
  min-width: 239px;
}

.information-sec label {
  font-weight: bold;
  font-family: "FavoritMed", Roboto;
}

.content p a {
  text-decoration: none;
  color: #288C44;
}

footer {
  background-color: #000;
  border-radius: 50px 50px 0 0;
  padding-top: 48px;
  padding-bottom: 40px;
  color: #fff;
}
footer .footer-heading {
  font-weight: 300;
  font-size: 75px;
  line-height: 94px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-heading {
    font-size: 38px;
    line-height: 44px;
  }
}
footer .footer-logo {
  width: 100%;
  max-width: 280px;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-logo {
    width: 100%;
    max-width: 220px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
footer h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  font-family: "FavoritMed", Roboto;
}
footer ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  footer ul.footer-links {
    margin-bottom: 30px;
  }
}
footer ul.footer-links li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
footer .copyright-row {
  margin-top: 80px;
}
footer .copyright-row a {
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding-top: 32px;
  }
}

body.scrolled .sec-nav {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.why-pop-premium-prosecco .item img {
  max-width: 202px;
  margin: 0 auto;
}
.why-pop-premium-prosecco .item::before {
  display: block;
  content: "";
  height: 30px;
  width: 1px;
  background-color: #288C44;
  margin: 15px auto;
}

.temp-hide {
  display: none !important;
}

.wpforms-field-label {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.wpforms-field {
  display: relative;
}
.wpforms-field input[type=text], .wpforms-field input[type=email], .wpforms-field input[type=tel], .wpforms-field select {
  height: 50px !important;
  padding: 0 24px !important;
  border-radius: 32px !important;
  border: 1px solid #CBCBCB !important;
}
.wpforms-field textarea {
  padding: 24px !important;
  border-radius: 32px !important;
  border: 1px solid #CBCBCB !important;
}
.wpforms-field .wpforms-error {
  text-align: right;
  position: absolute;
  right: 0;
}

.wpforms-form button[type=submit] {
  padding: 16px 24px !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  border-radius: 27px !important;
}

div.wpforms-container-full {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select {
  position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select:after {
  position: absolute;
  right: 20px;
  bottom: 28px;
  width: 10px;
  height: 10px;
  content: "";
  border-left: solid thin #444;
  border-bottom: solid thin #444;
  transform: rotate(-45deg);
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 80px !important;
}

.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.iti__country {
  padding-top: 0px;
  padding-bottom: 0px;
}

span.iti__country-name, span.iti__dial-code {
  font-size: 16px !important;
}

.wp-embed-meta .wp-embed-comments {
  display: none;
}

.polylang_langswitcher {
  list-style: none;
  padding: 0;
  margin: 0;
}
.polylang_langswitcher li {
  display: inline-block;
  margin: 0 15px;
}
.polylang_langswitcher li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}
.social-share ul li a {
  display: block;
  transition: all linear 0.3s;
}
.social-share ul li a:hover {
  color: #000;
}

.n-blog-header {
  margin-top: 40px;
  margin-bottom: 50px;
}
.n-blog-header > .container {
  background-color: #85D09A;
  padding: 60px;
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .n-blog-header > .container {
    padding: 20px;
  }
}

.n-posts-list-section {
  padding-bottom: 50px;
}
.n-posts-list-section h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: none;
  font-family: "FavoritMed";
}
@media (max-width: 767px) {
  .n-posts-list-section h3 {
    font-size: 20px;
  }
}
.n-posts-list-section .n-posts-list .n-post-item {
  margin-bottom: 18px;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  border-radius: 10px;
  transition: all linear 0.3s;
}
.n-posts-list-section .n-posts-list .n-post-item .category {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-title {
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin-bottom: 8px;
  font-family: "FavoritMed";
  position: relative;
  padding-left: 10px;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-title span {
  color: #288C44;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-summary {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 10px;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-meta {
  padding-left: 10px;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-meta span {
  color: #666;
  display: inline-block;
  font-size: 16px;
  margin-left: 2px;
  margin-right: 2px;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-meta span:first-child {
  margin-left: 0;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-meta span.stars i {
  color: #ffc107;
}
.n-posts-list-section .n-posts-list .n-post-item .n-post-meta span.post-type-tag {
  color: #288C44;
  font-weight: bold;
}
.n-posts-list-section .n-posts-list .n-post-item.featured .n-post-title {
  padding-left: 60px;
}
.n-posts-list-section .n-posts-list .n-post-item.featured .n-post-title span {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 32px;
}
.n-posts-list-section .n-posts-list .n-post-item.featured .n-post-summary {
  padding-left: 60px;
}
.n-posts-list-section .n-posts-list .n-post-item.featured .n-post-meta {
  padding-left: 60px;
}
.n-posts-list-section .n-posts-list .n-post-item.with-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n-posts-list-section .n-posts-list .n-post-item.with-image .post-text {
  width: calc(100% - 100px);
  padding-right: 15px;
}
.n-posts-list-section .n-posts-list .n-post-item.with-image .post-image {
  width: 100px;
}
.n-posts-list-section .n-posts-list .n-post-item.with-image .post-image img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.n-posts-list-section .n-posts-list .n-post-item.with-image img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .n-posts-list-section .n-posts-list .n-post-item.with-image .post-text {
    width: calc(100% - 80px);
  }
  .n-posts-list-section .n-posts-list .n-post-item.with-image .post-image {
    width: 80px;
  }
}
.n-posts-list-section .n-posts-list .n-post-item:hover {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .n-posts-list-section .n-posts-list .n-post-item .n-post-title {
    padding-left: 10px;
    margin-bottom: 0;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow-y: hidden;
  }
  .n-posts-list-section .n-posts-list .n-post-item .n-post-title span {
    position: relative;
  }
  .n-posts-list-section .n-posts-list .n-post-item .n-post-summary {
    padding-left: 0;
  }
}

.search-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.search-box input[type=text], .search-box input[type=search] {
  font-size: 16px;
  border: solid thin #000 !important;
  height: 54px !important;
  width: 500px;
  max-width: 100%;
  outline: none;
}
.search-box input[type=text]:focus, .search-box input[type=text]:hover, .search-box input[type=search]:focus, .search-box input[type=search]:hover {
  outline: none;
}

.n-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.n-categories-list .n-cat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  background: #F2F2F2;
  /*border: 1px solid #000000;*/
  border-radius: 27px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
}
.n-categories-list .n-cat.active {
  background-color: #85d09a;
  font-family: "FavoritMed";
}
.n-categories-list .n-cat:hover {
  background-color: #eee;
}

.product-item {
  display: block;
  text-align: center;
}
.product-item h4 {
  font-family: "Favorit";
  font-size: 28px;
  color: #000;
  font-weight: 600;
  text-transform: none;
  max-width: 300px;
  margin: 0 auto;
}
.product-item .alc_vol {
  font-family: "Favorit";
  font-size: 28px;
  color: #000;
  margin-top: 8px;
}
.product-item .quantity {
  font-family: "Favorit";
  font-size: 28px;
  color: #6f6f6f;
  font-weight: 600;
  margin-top: 8px;
}
.product-item .quantity span {
  color: #1CA641;
}
@media (max-width: 991px) {
  .product-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .product-item .alc_vol {
    font-size: 18px;
    margin-top: 4px;
  }
  .product-item .quantity {
    font-size: 18px;
    margin-top: 4px;
  }
}

.party-planner-sec .slider-container {
  margin: 15px 0;
}
.party-planner-sec .slider-container label {
  margin-top: 15px;
}
.party-planner-sec .slider-container .range-container {
  position: relative;
  width: calc(100% - 180px);
}
.party-planner-sec .slider-container .range-container input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  height: 8px;
  background: transparent;
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transform: translateY(10px);
  transition: opacity 0.2s;
  /* Change opacity on hover */
  /* Webkit (Chrome, Safari) - Track */
  /* Webkit (Chrome, Safari) - Thumb */
  /* Firefox - Track */
  /* Firefox - Thumb */
  /* Microsoft Edge / IE */
}
.party-planner-sec .slider-container .range-container input[type=range]:hover {
  opacity: 1;
}
.party-planner-sec .slider-container .range-container input[type=range]::-webkit-slider-runnable-track {
  background: #000;
  height: 1px;
  border-radius: 1px;
}
.party-planner-sec .slider-container .range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px; /* Align thumb properly */
}
.party-planner-sec .slider-container .range-container input[type=range]::-moz-range-track {
  background: #000;
  height: 1px;
  border-radius: 1px;
}
.party-planner-sec .slider-container .range-container input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.party-planner-sec .slider-container .range-container input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.party-planner-sec .slider-container .range-container input[type=range]::-ms-fill-lower {
  background: #000;
}
.party-planner-sec .slider-container .range-container input[type=range]::-ms-fill-upper {
  background: #ddd;
}
.party-planner-sec .slider-container .range-container input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.party-planner-sec .slider-container .range-container .start-number {
  position: absolute;
  left: 0;
  top: 40px;
}
.party-planner-sec .slider-container .range-container .end-number {
  position: absolute;
  right: 0;
  top: 40px;
}
.party-planner-sec .slider-container input[type=number] {
  text-align: center;
  border-radius: 30px;
  border: solid thin #888;
  padding: 10px;
  width: 130px;
}
.party-planner-sec .result {
  font-size: 24px;
  background: #85D09A;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
}
.party-planner-sec .result span {
  font-weight: 600;
}
.party-planner-sec .git-link {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
}
@media (max-width: 991px) {
  .party-planner-sec .slider-container .range-container {
    width: calc(100% - 100px);
  }
  .party-planner-sec .slider-container input[type=number] {
    width: 80px;
  }
  .party-planner-sec .result {
    font-size: 18px;
    padding: 10px;
  }
  .party-planner-sec .git-link {
    font-size: 16px;
  }
}

.product-summary .above-heading {
  font-weight: 600;
  margin-bottom: 20px;
  color: #288C44;
}
.product-summary h1.heading {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
.product-summary h2.sub-heading {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
}
.product-summary .feature {
  font-size: 24px;
}
.product-summary .alc-stock .out-of-stock {
  color: #FF393C;
}
.product-summary .notify-btn a {
  display: inline-block;
  padding: 16px 32px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 27px;
  text-decoration: none;
  transition: all linear 0.3s;
}
.product-summary .notify-btn a:hover {
  background-color: #fff;
  color: #000;
}
.product-summary .price-calculator {
  padding: 40px;
  margin-top: 30px;
  background-color: #f2f2f2;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}
.product-summary .price-calculator .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-summary .price-calculator .item .label {
  font-size: 24px;
  font-weight: 600;
}
.product-summary .price-calculator .item .values {
  font-size: 24px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-summary .price-calculator .item .values label {
  padding: 6px 16px;
  border-radius: 25px;
  border-radius: 30px;
  min-width: 60px;
  text-align: center;
  border: solid thin #aaa;
  cursor: pointer;
}
.product-summary .price-calculator .item .values label:hover {
  background-color: #000;
  color: #fff;
}
.product-summary .price-calculator .item .values input[type=radio]:checked + label {
  background-color: #000;
  color: #fff;
}
.product-summary .price-calculator .summary {
  font-size: 24px;
  margin-top: 40px;
}
.product-summary .price-calculator .summary .actual-price {
  color: #C1C1C1;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: line-through;
}
.product-summary .price-calculator .summary .sale-price {
  color: #288C44;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-summary h1.heading {
    font-size: 28px;
    line-height: 36px;
  }
  .product-summary h2.sub-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .product-summary .feature {
    font-size: 18px;
    line-height: 24px;
  }
  .product-summary .notify-btn a {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .product-summary .price-calculator {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  .product-summary .price-calculator .item .label {
    font-size: 18px;
  }
  .product-summary .price-calculator .item .values label {
    font-size: 18px;
  }
  .product-summary .price-calculator .summary {
    text-align: center;
  }
}

body.popup-open {
  overflow: hidden;
}
body.popup-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 90%;
  background-color: #fff;
  z-index: 1001;
  border-radius: 30px;
  padding: 30px;
}
.popup .popup-logo {
  max-width: 200px;
  margin: 0 auto;
}
.popup .modal-head {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popup .modal-data {
  font-size: 24px;
  line-height: 38px;
}
.popup .modal-data .notify-form-container {
  margin-top: 20px;
}
.popup .modal-data .notify-form-container input[type=email] {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  border-radius: 30px;
  border: solid thin #d1d1d1;
  margin-bottom: 20px;
  text-align: center;
}
.popup .modal-data .notify-form-container input[type=submit] {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .popup .popup-logo {
    max-width: 150px;
  }
  .popup .modal-head {
    font-size: 24px;
  }
  .popup .modal-data {
    font-size: 18px;
  }
  .popup .modal-data .notify-form-container input[type=submit] {
    font-size: 20px;
  }
}

.form-response-message {
  font-size: 18px;
}
.form-response-message .success-msg {
  color: #288C44;
}
.form-response-message .error-msg {
  color: #FF393C;
}

@media (max-width: 991px) {
  .page-home .sec-nav {
    background-color: transparent;
  }
  .page-home a .bi-search {
    color: #fff;
  }
  .page-home.offcanvas-open .sec-nav {
    background-color: #fff;
  }
  .page-home.offcanvas-open a .bi-search {
    color: #000;
  }
  .page-home.scrolled .sec-nav {
    background-color: #fff;
  }
  .page-home.scrolled a .bi-search {
    color: #000;
  }
}
.mobile-home-hero {
  display: none;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-image: url("https://dev.prosecco.com/wp-content/uploads/2025/03/prosecco-most-trusted-brand.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-home-hero h1, .mobile-home-hero p, .mobile-home-hero a {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-home-hero {
    display: flex;
  }
}/*# sourceMappingURL=style.min.css.map */