/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 18px;
  }
  section {
    padding: 6rem 0;
  }
  section.section-margin {
    margin-bottom: 6rem;
  }
  .row {
    margin-bottom: 6rem;
  }
  .col-center {
    width: 50%;
    max-width: 50%;
  }
  figure.img-big {
    height: 750px;
    min-height: 750px;
  }
  figure.img-half {
    height: 365px;
    min-height: 365px;
  }
  .box-wine {
    padding: 3rem;
    height: 750px;
  }
  footer {
    margin-top: 6rem;
  }
}
@media (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  .col-pad {
    padding: 0 3rem;
  }
  .col-pad-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .col-center {
    width: 60%;
    max-width: 60%;
  }
  .hero-banner {
    padding: 0 3rem;
  }
  figure.img-box {
    height: 300px;
    min-height: 300px;
  }
  h1 {
    font-size: 6rem;
  }
  .text-blog h2 {
    font-size: 1.8rem;
  }
  p {
    font-size: 0.9rem;
  }
  footer .row-footer:first-of-type {
    padding: 4rem 3rem;
  }
  footer .row-footer {
    padding: 3rem 3rem;
  }
  footer .col-footer {
    width: 30%;
  }
  footer .col-footer:first-of-type {
    width: 40%;
  }
  footer .row-footer:first-of-type .col-footer {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 6rem;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  p {
    font-size: 0.85rem;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 6rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
  section.section-first {
    height: 800px;
    min-height: 800px;
  }
  section.section-blog {
    padding-top: 10rem;
  }
  section {
    padding: 6rem 0;
  }
  section.section-pad {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  section.nopadding {
    padding-top: 6rem !important;
  }
  .col-center {
    width: 100%;
    max-width: 100%;
    padding: 0 3rem;
  }
  figure.img-box {
    height: 500px;
    min-height: 500px;
  }
  figure.img-big {
    height: 500px;
    min-height: 500px;
  }
  figure.img-half {
    height: 240px;
    min-height: 240px;
  }
  h1 {
    font-size: 5rem;
  }
  h2, h3, h4, .text-intro p {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem;
  }
  .wineclub-banner {
    padding: 8rem 0;
  }
  footer {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 6rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
  .el-margin {
    margin-top: 6rem;
  }
  section.section-blog .el-margin {
    margin-top: 3rem;
  }
  h1 {
    font-size: 3rem;
  }
  .hero-banner h5 {
    margin-bottom: 1.5rem;
  }
  figure.img-big {
    height: 450px;
    min-height: 450px;
  }
  figure.img-box {
    height: 300px;
    min-height: 300px;
  }
  .box-wine {
    padding: 3rem;
    height: 500px;
    margin: 0;
  }
  .box-blog {
    margin: 0;
  }
  .text-wine p {
    font-size: 1rem;
    font-weight: 300;
    color: var(--grey-color);
  }
  .img-wine-big {
    height: 700px;
  }
  footer .logo-footer {
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  footer h4, footer h4 a {
    font-size: 1.2rem;
  }
  footer .col-footer {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.15);
  }
  footer .col-footer:first-of-type {
    width: 100%;
    margin-top: 0;
  }
  footer .row-footer:first-of-type .col-footer {
    width: 100%;
  }
}