/* @import url('http://example.com/example_style.css'); */

/**** VARIABLES ****/

:root{
  --color-primary: #D12420;
  --color-primary-contrast: #ffffff;
  --single-post-bg: #DCBFA629;
  --illy-beige: #DCBFA6;
  --cappuccino: #C6B9AE;
  --milk: #F6F0EC;
  --dark-roast: #512C1F;
  --dark-gray: #4C4D4F;
}

/**** GENERAL CLASSES ****/
.illy-badge-primary .btn--accent.btn--fill,
.illy-container .badge--accent {
    background: #fff !important;
    color: var(--color-primary) !important;
}


/**** HEADER NAV ****/

.im_header .header__section--main{
    max-width: 1186px;
    margin: 0 auto;
    background: var(--color-primary);
    margin-top: 30px;
    border-radius:1.5rem !important;
  z-index:10;
}

.illy-floating-header-nav .nav--light .nav__link {
  color: #fff !important;
}

.header--overlap:not(.header--sticky-active) .header__section--main {
    background: var(--color-primary) !important;
}
/******** FINE HEADER NAV *********/

/****** BLOG POST - SINGLE *******/

.im-blog-card--custom{
  background: var(--single-post-bg) !important;
  box-shadow: 0 8px 0px var(--color-primary), 0 8px 16px rgba(34, 35, 38, .05) !important;
  border-radius: 24px;
}


.im-go-card .go-card__body {
  background: var(--color-primary) !important;
  padding-block: 12px !important;
}
.im-go-card .go-card__body .go-card__txt .go-card__title{
  color: #fff !important;
  font-size: 1rem !important;
}

.im-go-card .go-card__arrow {
    color: #fff !important;
}

.title-red {
  color: var(--color-primary) !important;
}

/****** FINE BLOG POST - SINGLE *******/


/**** BLOG LISTING *********/
.illy-blog-listing__container .blog-hero-1__contents {
    margin-left: auto;
}

.illy-blog-listing__container.blog-toolbar-1 {
    background-color: transparent !important;
    padding-top: 48px;
    padding-bottom: 16px;
}

.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container > div{
    font-size: 14px;
}
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container .drop-down{
    width: 100%;
}
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container .drop-down button,
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container input{
    color: var(--dark-gray);
    background: var(--single-post-bg);
    height: 45px;
    border-radius: 12px;
}
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container .drop-down button {
    border: 1px solid var(--illy-beige);
    font-size: 14px;
}
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container .search-box input{
    box-shadow: 0px 1px 0px var(--illy-beige);
    border: none;
}
.illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container .search-box input::placeholder{
    color: var(--dark-gray);
}

.illy-blog-listing__section .blog-listing-2 section {
    padding-top: 48px;
    padding-bottom: 0px;
}
.illy-blog-listing__section  .blog-card,
.im-blog-card--custom.blog-card {
    margin-bottom: 32px;
}
.illy-blog-listing__section .blog-card__info,
.im-blog-card--custom .blog-card__info {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--cappuccino);
    color: var(--dark-gray);
    font-size: 12px;
}
.illy-blog-listing__section .blog-card__info .blog-card__date:after,
.im-blog-card--custom .blog-card__info .blog-card__date:after{
    background: var(--dark-gray);
}

.illy-blog-listing__banner-container {
    background-color: var(--color-primary);
    border-radius: 40px;
}
.illy-blog-listing__banner-container .img-txt__col--img .img-txt__col-content img{
    border-radius: 40px 0 0 40px;
}
.illy-blog-listing__banner-container .img-txt__col--txt .img-txt__col-content{
    padding-inline-start: 0 !important;
    max-width: 440px;
    margin: auto;
}
.illy-blog-listing__banner-container .img-txt__col-content h2{
    margin-bottom: 8px;
    line-height: 36px;
}
.illy-blog-listing__banner-container .img-txt__col-content a.btn.btn--default {
    height: 45px;
    width: 150px;
    border-radius: 4px;
}

@media(min-width:768px){
    .illy-blog-listing__container.illy__searchbar.blog-toolbar-1 .illy__filters-container > div{
        width: calc(33% - 12px);
    }
}
@media(max-width:768px){
    .illy-blog-listing__container .blog-hero-1__contents {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .illy-blog-listing__container.blog-toolbar-1 {
        padding-top: 40px;
        padding-bottom: 16px;
    }
    .illy-blog-listing__section .blog-listing-2 {
        padding-top: 16px;
    }
    .illy-blog-listing__banner-container {
        border-radius: 0px;
        background-color: var(--milk);
        margin-bottom: -64px;
    }
    .illy-blog-listing__banner-container .img-txt__col--img .img-txt__col-content img {
        border-radius: 0px;
    }
    .illy-blog-listing__banner-container .img-txt__col--img {
        margin-bottom: 0px;
    }
    .illy-blog-listing__banner-container .img-txt__col.img-txt__col--txt {
        padding: 32px;
    }
    .illy-blog-listing__banner-container .img-txt__txt * {
        color: var(--dark-roast) !important;
    }
    .illy-blog-listing__banner-container .img-txt__col-content a.btn.btn--default {
        background: var(--color-primary);
        color: var(--milk);
        width: 100%;
    }
}
/****** FINE BLOG LISTING *******/


/**** BLOG POST - OTHER POSTS *********/
.row-fluid-wrapper.row-depth-1.row-number-23.dnd-section:has(#other-posts__section) {
    padding-top: 0px !important;
    margin-top: -48px !important;
}
.illy-container .blog-listing-3__other-post {
  display: flex;
  align-items: center;
  padding-inline-end: 1.11rem;
  min-height: 150px;
}
.illy-container .blog-listing-3__other-img {
  height: 100%;
  width: 48%;
  order: 1;
  margin-inline-end: 24px;
}
#other-posts__section .blog-listing-3__tags {
  margin-top: 8px;
}
.illy-container .blog-listing-3__other-img div,
.illy-container .blog-listing-3__other-img img {
    border-radius: 24px 0 0 24px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-listing-3__other-contents {
    width: 52%;
    order: 2;
}
@media(max-width:767px){
    .row-fluid-wrapper.row-depth-1.row-number-23.dnd-section:has(#other-posts__section) {
      padding-bottom: 32px !important;
      padding-top: 0px !important;
    }
    .illy-container .blog-listing-3__other-post {
        margin-bottom: 32px !important;
    }
    .illy-container .blog-listing-3__other-img {
        width: 30%;
    }
    .blog-listing-3__other-contents {
        width: 70%;
    }
}
/****** FINE BLOG POST - OTHER POSTS *******/

/**** HOME PAGE *********/
#hp-search-section .hs-search-field__form{
    max-width: 800px;
    margin: 0 auto;
}
#hp-search-section .hs-search-field__input {
    min-height: 45px;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 142%;
    margin-right: -25px;
    border: none;
}
#hp-search-section .hs-search-field__button {
    background: transparent;
    border: none;
    left: -25px;
    position: relative;
}
#hp-search-section .hs-search-field__bar button svg {
    height: 24px;
}

/**** FINE HOME PAGE ****/

/**** FOOTER ****/

  .illy-footer-outer  {
    
    background-color:#F2E9DA;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:px;
    padding-bottom:px;
  }
.footer {
    background-color: rgba(242, 233, 218, 1.0) !important;
}

.page-center{
  max-width:1070px !important;
  width:100% !important;     
  margin:0 auto !important;      
  padding: 0 20px !important;     
  box-sizing:border-box !important;      
  float:none !important; 
}

.illy-footer-outer {
  border-top: 0.625rem solid #D12420;
}

.illy-footer-inner{
  padding:60px 0px 45px;
}
.illy-footer-page-list-mobile{
  display:none;
}
.illy-footer-page-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.illy-footer-page-list-main-desktop {
  flex: 0 24%;
}
.illy-footer-page-list-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.illy-footer-page-list-inner {
  flex: 0 77%;
}
.illy-footer-social-icons {
  flex: 0 15%;
}
-------------------
#accordian {
  width: 350px;
  margin: 0 auto;
}
.illy-footer-page-list-heading {
  position: relative;
}
.illy-footer-page-list-heading:before {
  content: "";
  background:url("https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Footer%20%202023/plus.svg");
  background-size:20px;
  background-repeat:no-repeat;
  height:20px;
  width:20px;
  color: var(--dark-roast);
  font-size: 18px;
  right: 0;
  top:20px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
  padding:12px 0;
}
/* .illy-footer-page-list-heading.activeFilter:before {
  display: none;
} */
#accordian .coloractive .illy-footer-page-list-heading:after {
  content: "";
  background:url("https://143450854.fs1.hubspotusercontent-eu1.net/hubfs/143450854/Footer%20%202023/mines.svg");
  background-size:20px;
  background-repeat:no-repeat;
  height:20px;
  width:20px;
  color: #fff;
  font-size: 18px;
  transform: rotate(180deg);
  right: 0;
  top:20px;
  position: absolute;
  transition: all 0.6s ease;
  padding:12px 0;
}
#accordian .coloractive .illy-footer-page-list-heading:before{
  display:none;
}
.illy-footer-page-list-elements-outer {
  display: none;
  padding: 0 0 10px 0;
}
.illy-footer-social-icons-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-social-icons {
    margin-bottom: 10px;
}
.footer-social-icons a {
  padding: 4px 6px 0px;
}
.footer-social-icons svg {
  fill: var(--dark-roast);
  height:18px;
  text-align: center;
  width: 17px;
}
.illy-footer-page-list-heading-desktop h3{
  color: var(--dark-roast);
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  float: none;
  margin-bottom: 0;
}
.illy-footer-page-list-heading h3{
  padding:12px 0 ;
  color: var(--dark-roast);
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  float: none;
  margin: 0;
  border-top: var(--cappuccino) .0625rem solid;
}
.illy-footer-page-list-elements-desktop a{
  display: inline-flex;
}
.illy-footer-page-list-elements-desktop a{
  color: #74604e;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 0;
  text-decoration:none;
  margin:0px;
}
.illy-footer-page-list-elements-desktop a:hover {
  text-decoration: underline;
}
.illy-footer-social-icons-heading, .illy-footer-pago-heading{
  width: 160px;
}
.illy-footer-social-icons-heading h3, .illy-footer-pago-heading h3{
  font-size: 12px;
  color: var(--dark-roast);
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration:none;
  margin:0px;
  padding-bottom: 10px;

}
.illy-footer-line{
  content:'';
  max-width:1200px!important;
  border-bottom:.0625rem solid var(--cappuccino);
  margin:0 auto;
  max-width: 1050px !important;
  width: 100% !important;
}
.illy-footer-contact-button {
  margin-bottom: 20px;
  width: 160px!important;
  /*   border: 1px solid #fff;
  border-radius: 25px; */
  text-align: center;
}
.illy-footer-contact-button a{
  text-decoration:none;
}

.illy-footer-contact-button {
  border: .04rem solid #74604e;
}

.illy-footer-contact-button h3 {
  color: var(--dark-roast);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  float: none;  

  border-radius: 5px;
  text-align: center;
  margin:0 0 20px 0;
}

.illy-footer-contact-button :hover h3{
  color: white;
  background: var(--dark-roast);
} 
.illy-footer-global-btn a {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 7px 15px;
  margin: 8px 0;
  text-decoration:none;
}

.illy-footer-global-btn a h3 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  color: var(--dark-roast);
  margin: 0 0 0 10px;
}
.illy-footer-global-btn a:hover h3{
  color: #63666a;
}

.illy-footer-global-btn a img {
  height: 25px!important;
  width: auto!important;
}
.illy-footer-portal-legalinfo {
  padding: 0 0 5px ;
  text-align: center;
}
.illy-footer-portal-link a,
.illy-footer-legal-info a{
  text-decoration: none;
  font-weight: 400;
  font-size:12px;
  line-height:19px;
  color: var(--dark-roast);
  border-bottom: 1px solid var(--dark-roast);
}

.illy-footer-legal-info h3 {
  font-weight: 600;
  line-height:24px;
  font-size:12px;
  margin:0;
  color:#fff;
}

.footer-copyright {
    margin: 15px 0 25px 0;
}
.illy-footer-bottom-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  padding:25px 0px 25px;
  font-family: "Manrope", San-serif;
}
/* .illy-footer-bottom-content{
flex: 0 77%;
display: flex;
align-items: center;
} */
.illy-footer-portal-language.portal-language {
   flex: 0 15%;
}
.illy-footer-portal-language.portal-language a {
  color: var(--dark-roast);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.illy-footer-portal-legalinfo{
  flex: 0 60%;
  font-size: 10px;
  color: var(--dark-roast);
}
.illy-footer-appstore-button{
  flex: 0 20%;
  text-align: center;
  margin-bottom: 0px;
}
.illy-footer-share-social-icons{
  flex: 0 20% !important;
}
.illy-footer-appstore{
  width:120px;
  margin-bottom: 10px;
}
.illy-footer-pago-image-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.illy-footer-pago-images{
  flex:0 23%;
}
.illy-footer-social-icons-help {
  padding-top: 10px;
}
.illy-footer-social-icons-pago {
  padding-top: 16px;
}
.illy-footer-social-icons-apps {
  padding-top: 24px;
}
.illy-footer-social-icons-help .illy-footer-page-list-elements-desktop {
  width: 150px;
  height: 30px;
  border: 1px solid var(--cappuccino);
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 8px;
}
.illy-footer-social-icons-help .illy-footer-page-list-elements-desktop a{
  padding: 0px;
  line-height: 30px;
  vertical-align: bottom;
  height: 30px;
  color: var(--dark-roast);
}
.illy-footer-social-icons-help .illy-footer-page-list-elements-desktop a img{
  width: 16px;
  margin-right: 4px;
}
.illy-footer-portal-link span {
  color: #ffffff!important;
  padding: 0 5px;
}
------------------------------
html,body, .body-wrapper, .header-wrapper-outer {
    height: 100%;
}

main#main-content {
    min-height: 100%;
    /* margin-bottom: -539px;
    padding-bottom: 539px; */
}

h2.heading__element {
  text-align: left;
}

.badge--medium.badge--accent {
  background: var(--color-primary-contrast) !important;
  color: var(--color-primary) !important;
}

.illy-footer-logo {
  display: none;
}

@media(max-width:1000px){
   .illy-footer-outer .page-center {
    display: none;
  }
  .page-center {
    padding: 0 20px 20px !important;
  }
  .illy-footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .illy-footer-page-list-inner {
    flex: 0 100%;
  }
  .illy-footer-social-icons {
    flex: 0 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .illy-footer-contact-button h3 {
   margin:20px 0 0;
  }
/*   .illy-footer-social-icons-button {
    padding-top: 15px;
  } */
  .illy-footer-social-icons-inner {
    margin: 0 0 0 auto;
  }

  .illy-footer-social-icons-heading h3 {
    /*     width: 180px; */
    margin: 0 0 0 auto;
  }
  .illy-footer-page-list-mobile{
    display:block;
  }
  .illy-footer-page-list{
    display:none;
  }
  .illy-footer-page-list-elements-mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .illy-footer-page-list-elements {
    flex: 0 50%;
    padding: 0 0 7px 0;
  }
  .illy-footer-page-list-elements a {
    font-weight: 500;
    color: var(--dark-roast);
    font-size: 12px;
    line-height: 13px;
    text-decoration:none;
    margin:0px;
  }
  /*   .illy-footer-bottom-content {
  display: block;
} */
  .illy-footer-portal-legalinfo {
    padding: 0;
  }
  -----------  
  .portal-legalinfo{
    order:1!important;
    margin-top: 30px;
  } 
  .illy-footer-social-icons {
    order: 2!important;
  }
  .portal-language{
    order:3!important;
    margin: auto;
    margin-top: 8px;
    text-align: center;
  }
  .illy-footer-portal-link,
  .illy-footer-cookie-link {
    display: none;
  }
  
  .footer-copyright {
    margin: 0;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .illy-footer-bottom-wrapper {
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }
  .illy-footer-global-btn {
    flex: 0 30%;
  }
  .illy-footer-appstore-button {
    flex: 0 40%;
  }
  .illy-footer-portal-legalinfo{
    flex: 0 100%;
  }
  .illy-footer-social-icons-appstore {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .appstore-1{
    order:1;
  }
  .appstore-2{
    order:0;
  }
}
@media(max-width:767px){
  /* hp */
  /* Hero */
  #custom-hero--hp {
      margin-top: 205px !important;
      margin-bottom: -80px !important;
  }
  #custom-hero--hp .module__inner .section-intro{
      text-align: left;
  }
  #custom-hero--hp .module__inner .display {
    line-height: 1.3rem;
  }

  /* Description section */
  .content_bucket-row-1-background-layers:has(#custom-description__hp) {
    background-size: 60% !important;
    padding-bottom: 124px;
  }

  /* Explore categories */
  .content_bucket-row-2-padding:has(#explore__carousel) {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-11:has(#explore__carousel) {
    padding-top: 0px !important;
    margin-top: -60px;
  }

  /* Searchbar */
  .content_bucket-row-3-padding:has(#home-page-search-bar--container) {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 0px !important;
  }

  /* Footer */
  .illy-footer-social-icons {
    display: block!important;
    flex: 0 100%!important;
    padding-top: 0px;
  }
  .illy-footer-page-list-elements-mobile {
    display: block;
  }
  .illy-footer-pago-heading h3 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .illy-footer-social-icons-heading h3 {
    margin: 0  auto;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .illy-footer-pago-image-inner {
    width: 185px;
    margin: 0 auto;
  }
  .illy-footer-social-icons-heading, .illy-footer-pago-heading {
    margin: 0 auto;
  }
  .illy-footer-social-icons-inner {
    margin: 0  auto;
  }
  .footer-social-icons a {
    padding: 8px 6px 6px;
}
  .illy-footer-inner {
    padding: 0;
  }
  /*   .illy-footer-bottom-content {
  text-align: center;
  padding-top: 60px;
} */

  .illy-footer-contact-button h3 {
    display: inline-block;
    margin: 3px;
    padding: 12px 15px;
    width:150px;
  }
  .illy-footer-contact-button {
    /*     width: auto!important; */
  }
  .illy-footer-social-icons-button {
    display: none;
    width: 310px;
    margin: 0 auto;
    padding-top: 35px;
  }
  ------
  .illy-footer-global-btn {
    flex: 0 100%;
  }
  .illy-footer-appstore-button {
    flex: 0 100%;
  }
  .illy-footer-portal-legalinfo {
    flex: 0 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .illy-footer-global-btn a {
    margin: 40px auto 0;
  }
  .illy-footer-social-icons-appstore {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .illy-footer-social-icons-appstore {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .appstore-1{
    order:0!important;
  }
  .appstore-2{
    order:1!important;
  }
  .illy-footer-portal-link span {
    display:none;
  }
  .illy-footer-legal-info {
    text-align: center;
  }
  .illy-footer-portal-link {
    text-align: center;
    width: 160px;
  }
  .illy-footer-legal-info h3 {
    padding-top: 10px;
    line-height: 16px;
  }
  ------
}

.blog-gestito {
  margin-top: 20px;
}



@media(max-width:479px){
  .illy-footer-contact-button {
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
  .illy-footer-contact-button h3 {
    padding: 12px 8px;
    width:135px;
  }
  .illy-footer-social-icons-button {
    width: 280px;
  }
}