/* 
Theme Name: Quattrolinee - WP Starter Theme
Author: web@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 1.3.1
*/
/* 
// Example usage
.container {
    // Default, mobile first
    padding: 0 15px;

    // 576px window width and more
    @include sm {
        padding: 0 20px;
    }

    // 992px window width and more
    @include lg {
        padding: 0 40px;
    }

    // 1200px window width and more
    @include xl {
        padding: 0 60px;
    }

    // 1600px window width and more withc custom rwd
    @include rwd(1623) {
        padding: 0 80px;
    }
} 
*/
body {
  box-sizing: border-box;
  font-family: "Raleway";
  scroll-behavior: smooth;
}
body p {
  margin: 0;
}
body form p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  body .border-lg-right {
    border-right: 1px solid #EFEFEF;
  }
}
body .bg-green {
  background-color: #6CAD79;
}
body .btn:focus {
  box-shadow: none !important;
}
body .hide {
  display: none;
  opacity: 0;
}

.accordion {
  border-bottom: 1px solid #2D2926;
}
.accordion .accordion-title {
  font-size: 1rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.accordion .accordion-title .plus {
  position: relative;
  height: 0.9375rem;
  width: 0.9375rem;
}
.accordion .accordion-title .plus::after {
  border-top: 1px solid #2D2926;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: rotate(90deg);
  transition: transform 0.225s ease-in-out;
  width: 100%;
}
.accordion .accordion-title .plus::before {
  border-top: 1px solid #2D2926;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.accordion .accordion-hidden-section {
  height: 0px;
  overflow: hidden;
  padding-right: 20%;
  padding-left: 20%;
  transition: opacity 0.8s, height 0.8s;
}
.accordion .accordion-hidden-section .accordion-list {
  padding-inline-start: 0;
  list-style: none;
}
.accordion .accordion-hidden-section .accordion-list li {
  font-size: 1.25rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  list-style-type: none;
  padding-bottom: 0.625rem;
}
.accordion .accordion-hidden-section .accordion-list li:last-child {
  padding-bottom: 1.875rem;
}
.accordion .accordion-hidden-section .accordion-list ul {
  padding-inline-start: 0;
}
.accordion .accordion-hidden-section .accordion-list ul .list-item {
  font-size: 1.25rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: "Raleway";
  list-style-type: none;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-hidden-section .accordion-list ul .list-item {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.accordion .accordion-hidden-section .accordion-list ul .list-item:last-child {
  padding-bottom: 1.875rem;
}
.accordion.open .accordion-title {
  font-size: 1rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  text-decoration: underline;
}
.accordion.open .accordion-title .plus::after {
  transform: rotate(0deg);
}

.button a {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  border-radius: 1.5625rem;
  border: 1px solid #fff;
  padding: 0.625rem 2.1875rem;
}
.button a:hover {
  background-color: #fff;
  color: #6CAD79;
}

.hangar-header {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Raleway";
  color: #ffffff;
  height: 24.375rem;
  padding-bottom: 3.25rem;
  padding-left: 7%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hangar-header {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .hangar-header {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.hangar-header .title {
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .hangar-header {
    padding-bottom: 3.25rem;
    padding-left: 8.75rem;
  }
}
.hangar-header .link-back {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.375rem;
  font-family: "Raleway";
  position: absolute;
  top: 4.0625rem;
  text-transform: uppercase;
  z-index: 3;
}
.hangar-header .link-back span img {
  height: 0.875rem;
  width: 1.25rem;
  margin: auto 1.25rem auto 0;
}
.hangar-header .background-header {
  background: transparent url(./assets/images/loghi/5.svg) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hangar-header .background-filter {
  background-color: #6CAD79;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.category-card {
  cursor: pointer;
  height: 15vw;
  margin-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .category-card:nth-child(n+6) {
    margin-bottom: 0;
  }
  .category-card:nth-child(2n) {
    padding-right: 0.5rem;
  }
  .category-card:nth-child(2n+3) {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .category-card:nth-child(n+5) {
    margin-bottom: 0;
  }
  .category-card:nth-child(2n) {
    padding-left: unset;
    padding-right: unset;
  }
  .category-card:nth-child(2n+1) {
    padding-right: unset;
  }
  .category-card:nth-child(3n+2) {
    padding-right: 0.5rem;
    padding-left: 0;
  }
  .category-card:nth-child(3n) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .category-card:nth-child(3n+4) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
.category-card:last-child {
  margin-bottom: 0;
}
.category-card .card-container {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  align-items: center;
  background-color: #6CAD79;
  background-size: cover;
  background-position: center;
  border-radius: 1.875rem;
  box-shadow: 0px 20px 20px hsl(0, 0%, 76%);
  color: #fff;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .category-card .card-container {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .category-card .card-container {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .category-card .card-container {
    display: block;
  }
}
.category-card .card-container .title {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .category-card .card-container .title {
    padding-top: 2.8125rem;
    padding-left: 2.5rem;
  }
}
.category-card .card-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.category-card .card-container:hover {
  transform: translateY(-1.25rem);
  transition: transform 0.225s ease-in;
}

.section {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section {
    padding-left: 14vw;
    padding-right: 14vw;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.section .border-hangar {
  border-bottom: 1px solid #939393;
}
.section.section--secondary {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 992px) {
  .section.section--secondary {
    padding-left: 7.3vw;
    padding-right: 7.3vw;
  }
}
.section.section--header {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .section.section--header {
    padding-left: 7.3vw;
    padding-right: 7.3vw;
  }
}

.box-numeri {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .box-numeri {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
.box-numeri .round_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.625rem;
  width: 5.625rem;
  background-color: #a0deac;
  color: white;
  border-radius: 50%;
}
.box-numeri .spacer_community_card {
  width: 35%;
  height: 2px;
  background-color: #2D2926;
  border-radius: 1px;
}
.box-numeri .counter-value {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  .box-numeri .counter-value {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .box-numeri .counter-value {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.box-numeri .title {
  font-size: 1.25rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Raleway";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .box-numeri .title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.book {
  display: flex;
  flex-flow: column;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .book {
    margin-bottom: 5.625rem;
  }
}
.book .image {
  padding-bottom: 2.1875rem;
}
.book .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 36vw;
}
@media screen and (min-width: 992px) {
  .book .image img {
    width: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .book .image img {
    width: 13.5vw;
  }
}
.book .editor {
  font-size: 1rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 0.625rem;
  text-decoration: underline;
}
.book .book-title {
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}
.book .author {
  font-size: 1.125rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 2.1875rem;
  text-transform: uppercase;
}
.book .book-description {
  font-size: 1rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 1.25rem;
}
.book .book-btn {
  margin-top: auto;
}
.book.book-hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .book.book-white {
    margin-bottom: 0;
  }
}
.book.book-white .image img {
  width: 32vw;
}
@media screen and (min-width: 992px) {
  .book.book-white .image img {
    width: 16vw;
  }
}
@media screen and (min-width: 1200px) {
  .book.book-white .image img {
    width: 12.5vw;
  }
}
.book.book-white .editor {
  color: #fff;
}
.book.book-white .editor:hover {
  color: #fff !important;
  text-decoration: underline;
}
.book.book-white .book-title {
  color: #fff;
}
.book.book-white .book-title:hover {
  color: #fff !important;
  text-decoration: underline;
}
.book.book-white .author {
  color: #fff;
}
.book.book-white .book-description {
  color: #fff;
}
.book.book-white .book-btn .btn-more {
  border: 1px solid #fff;
}
.book.book-white .book-btn .btn-more:hover {
  background-color: #fff;
  color: #6CAD79;
}
@media screen and (min-width: 992px) {
  .book:nth-child(2n+1) {
    padding-right: 6.875rem;
    padding-left: 0;
  }
  .book:nth-child(2n+2) {
    padding-left: 6.875rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .book:nth-child(2n+1) {
    padding-right: unset;
    padding-left: unset;
  }
  .book:nth-child(2n+2) {
    padding-left: unset;
    padding-right: unset;
  }
  .book:nth-child(3n+1) {
    padding-right: 7vw;
    padding-left: 0;
  }
  .book:nth-child(3n+2) {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }
  .book:nth-child(3n+3) {
    padding-left: 7vw;
    padding-right: 0;
  }
  .book.book-white:nth-child(3n+1) {
    padding-right: unset;
    padding-left: unset;
  }
  .book.book-white:nth-child(3n+2) {
    padding-right: unset;
    padding-left: unset;
  }
  .book.book-white:nth-child(3n+3) {
    padding-left: unset;
    padding-right: unset;
  }
  .book.book-white:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .book.book-white:nth-child(4n+2) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .book.book-white:nth-child(4n+3) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .book.book-white:nth-child(4n+4) {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}

.section.section--homepage {
  padding-bottom: 0;
}
.section.section--homepage p {
  margin: 0;
}
.section.section--homepage .news-container {
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section.section--homepage .news-container {
    padding-bottom: 5.625rem;
  }
}
.section.section--homepage .news-container .title {
  font-size: 1.5rem;
  color: #6CAD79;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section.section--homepage .news-container .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--homepage .news-container .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section.section--homepage .news-container .section--news .news-image {
  min-height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section.section--homepage .news-container .section--news .news-image {
    width: 100%;
    min-height: 14vw;
  }
}
.section.section--homepage .news-container .section--news .title {
  font-size: 1.5rem;
  color: #2D2926;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .section.section--homepage .news-container .section--news .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--homepage .news-container .section--news .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section.section--homepage .news-container .section--events .eventi-image {
  max-height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section.section--homepage .news-container .section--events .eventi-image {
    height: 14vw;
  }
}
.section.section--homepage .news-container .section--events .title {
  font-size: 1.5rem;
  color: #2D2926;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .section.section--homepage .news-container .section--events .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--homepage .news-container .section--events .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section.section--desc-page {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section.section--desc-page {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media screen and (min-width: 992px) {
  .section.section--desc-page .left {
    padding-right: 4rem !important;
  }
}
.section.section--desc-page .left .image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section.section--desc-page .left .image {
    min-height: 32vw;
    height: 100%;
  }
}
.section.section--desc-page .right {
  display: flex;
  flex-flow: column;
}
.section.section--desc-page .right .title {
  font-size: 2rem;
  color: #6CAD79;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Raleway";
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section.section--desc-page .right .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--desc-page .right .title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.section.section--desc-page .right .page-name {
  font-size: 1.25rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section.section--desc-page .right .page-name {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.section.section--desc-page .right .subtitle {
  font-size: 1.5rem;
  color: #2D2926;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section.section--desc-page .right .subtitle {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--desc-page .right .subtitle {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section.section--desc-page .right .subtitle p {
  line-height: 2rem;
}
.section.section--desc-page .right .description {
  font-size: 1rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 1.25rem;
}
.section.section--desc-page .right .btn-container {
  margin-top: auto;
  padding-top: 2.5rem;
}
.section.section--hp-libri {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}
.section.section--hp-libri a:hover {
  color: white !important;
}
@media screen and (min-width: 992px) {
  .section.section--hp-libri {
    padding-bottom: 5.625rem;
    padding-top: 5.625rem;
  }
}
.section.section--numeri {
  background-color: #6CAD79;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section.section--numeri {
    padding-bottom: 5.625rem;
    padding-top: 5.625rem;
  }
}
.section.section--numeri .row {
  margin-left: 0;
  margin-right: 0;
}

.header-about {
  background-image: url(./assets/images/loghi/5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 24.375rem;
  padding-bottom: 3.25rem;
  padding-left: 8.75rem;
}

.about-description {
  background-color: #EFEFEF;
  position: relative;
}
.about-description .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about-description .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .about-description .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.about-description .description {
  font-size: 1.125rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
}

.section--about-cta {
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(-5.625rem);
}
.section--about-cta .about-cta {
  padding: 1.5625rem 1.875rem;
  position: relative;
  transform: translateY(-6.875rem);
  background: #6CAD79;
}
@media screen and (min-width: 992px) {
  .section--about-cta .about-cta {
    padding: 3.25rem 8.625rem;
    background: none;
  }
}
.section--about-cta .about-cta .about-cta-info {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .section--about-cta .about-cta .about-cta-info {
    width: 50%;
  }
}
.section--about-cta .about-cta .about-cta-info .label {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 1rem;
}
.section--about-cta .about-cta .about-cta-info .title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .section--about-cta .about-cta .about-cta-info .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--about-cta .about-cta .about-cta-info .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.section--about-cta .about-cta .about-cta-info .subtitle {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 3.75rem;
}
.section--about-cta .about-cta picture {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section--about-cta .about-cta picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section--about-cta .about-cta picture {
    display: block;
  }
}

.section--about-us {
  padding-top: 0;
  padding-bottom: 0;
}
.section--about-us .title {
  font-size: 2rem;
  color: #6CAD79;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Raleway";
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section--about-us .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--about-us .title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.section--about-us .subtitle {
  font-family: "Raleway";
}
.section--about-us .description {
  padding-bottom: 2.8125rem;
}
.section--about-us .border-hangar {
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section--about-us .border-hangar {
    padding-bottom: 5.625rem;
  }
}
.section--about-us .carousel .owl-carousel .item iframe {
  width: 100%;
  height: 250px;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 992px) {
  .section--about-us .carousel .owl-carousel .item iframe {
    height: 30vw;
  }
}
.section--about-us .carousel .owl-carousel .owl-nav {
  margin-top: 0;
  padding-top: 4.5625rem;
  text-align: left;
}
.section--about-us .carousel .owl-carousel .owl-nav button {
  background: url("./assets/images/nav-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.25rem;
  margin: 0;
  margin-right: 1.125rem;
  width: 2.25rem;
}
@media screen and (min-width: 992px) {
  .section--about-us .carousel .owl-carousel .owl-nav button {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.section--about-us .carousel .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.section--about-us .carousel .owl-carousel .owl-nav button:focus {
  outline: none;
}

.section--past-editions {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section--past-editions {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.section--past-editions .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .section--past-editions .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--past-editions .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section--past-editions .accordion-section-img {
  height: 100%;
  width: 100%;
}
.section--past-editions .accordion-container {
  border-top: 1px solid #2D2926;
}
.section--past-editions .winner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--past-editions .winner .winner-link {
  height: 1.75rem;
  width: 1.75rem;
}
.section--past-editions .winner .winner-link .link-image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section--ibt {
  background-color: #6CAD79;
  position: relative;
}
.section--ibt .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--ibt .info .title {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .section--ibt .info .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--ibt .info .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section--ibt .info .description {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-bottom: 4.6875rem;
}
.section--ibt .info .button {
  padding-bottom: 4.6875rem;
  position: relative;
  z-index: 2;
}
.section--ibt .info .editions {
  padding-top: 1.5625rem;
  border-top: 1px solid #fff;
  position: relative;
  z-index: 2;
}
.section--ibt .info .editions .single-edition {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  text-decoration: underline;
  width: auto;
  margin-right: 1.25rem;
}
.section--ibt picture {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75%;
  width: 100%;
}
.section--ibt picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--scrollable {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}
.section--scrollable .left-content {
  position: sticky;
  top: 1.25rem;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  padding-bottom: 0;
}
.section--scrollable .left-content .title {
  font-size: 2rem;
  color: #6CAD79;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Raleway";
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .section--scrollable .left-content .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--scrollable .left-content .title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .section--scrollable .left-content {
    top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .section--scrollable .left-content .title {
    padding-bottom: 1.25rem;
  }
}
.section--scrollable .left-content::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #fff 30%, rgba(0, 0, 0, 0) 70%);
  bottom: -3.75rem;
  left: 0;
  right: 0;
  height: 3.75rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .section--scrollable .left-content::after {
    display: none;
  }
}
.section--scrollable .right-list {
  position: relative;
}
.section--scrollable .right-list .list-element {
  border-bottom: 1px solid #939393;
}
.section--scrollable .right-list .list-element .image-col {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .section--scrollable .right-list .list-element .image-col {
    width: 8em;
    height: 8em;
  }
}
.section--scrollable .right-list .list-element h4 {
  font-family: "Raleway";
}
.section--scrollable .right-list::after {
  content: "";
  display: block;
  position: sticky;
  background: linear-gradient(to top, #ffffff 30%, rgba(0, 0, 0, 0) 70%);
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.75rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .section--scrollable .right-list::after {
    height: 5.625rem;
  }
}
.section--scrollable::before {
  content: "";
  display: block;
  position: sticky;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 2.8125rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .section--scrollable::before {
    background: linear-gradient(to bottom, #ffffff 30%, rgba(0, 0, 0, 0) 70%);
    height: 5.625rem;
  }
}

.section--publisher {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section--publisher {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.section--publisher .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .section--publisher .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--publisher .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section--publisher .accordion-container {
  border-top: 1px solid #2D2926;
}
.section--publisher .accordion-container .accordion .accordion-title {
  font-size: 1.375rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  .section--publisher .accordion-container .accordion .accordion-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .section--publisher .accordion-container .accordion .accordion-title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
.section--publisher .accordion-container .accordion .accordion-title .plus {
  height: 1.875rem;
  width: 1.875rem;
  transform: translateY(-50%);
}
.section--publisher .accordion-container .accordion .accordion-hidden-section {
  padding-left: 10%;
  padding-right: 10%;
}
.section--publisher .accordion-container .accordion .accordion-hidden-section .publisher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--publisher .accordion-container .accordion .accordion-hidden-section .publisher .publisher-link {
  height: 1.75rem;
  width: 1.75rem;
}
.section--publisher .accordion-container .accordion .accordion-hidden-section .publisher .publisher-link .link-image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--publisher .accordion-container .accordion.open .accordion-title {
  text-decoration: none;
}

#filterbooks .back-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1.125rem;
}
#filterbooks .back-link svg {
  width: 1em;
  height: auto;
  transform: translateX(3px);
  transition: transform 0.225s ease-in;
}
#filterbooks .back-link:hover svg {
  transform: translateX(0);
}
#filterbooks .pubblicazioni_search {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  border: 2px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: 1.875rem;
}
#filterbooks .pubblicazioni_search:focus {
  border: 2px solid #fff;
  box-shadow: none;
  outline: none;
}
#filterbooks .pubblicazioni_search::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
#filterbooks .pubblicazioni_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
@media (max-width: 991px) {
  #filterbooks .pubblicazioni_search {
    font-size: 1rem;
  }
}
#filterbooks .search-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0.5em;
  padding: 0;
  border: none;
  color: #fff;
}
#filterbooks .search-btn svg {
  width: 3.125rem;
  height: auto;
  overflow: visible;
}
#filterbooks .search-btn:focus {
  box-shadow: none;
}
#filterbooks #results-text {
  color: #939393;
  letter-spacing: -0.32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#filterbooks #results-text .divisor:last-child {
  display: none;
}
#filterbooks .filter-reset-btn {
  text-decoration: underline;
  color: #6CAD79;
  padding: 0;
  white-space: nowrap;
}
#filterbooks .filter-reset-btn:focus {
  box-shadow: none;
}
#filterbooks .sidebar {
  top: 0;
  overflow-y: auto;
  height: calc(100vh - 17.9375rem);
  height: calc(100dvh - 17.9375rem);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1607843137);
}
#filterbooks .sidebar.sticky {
  position: sticky;
}
@media (min-width: 992px) {
  #filterbooks .sidebar.sticky {
    height: 100vh;
    height: 100dvh !important;
  }
}
#filterbooks .sidebar .sidebar-content {
  overflow: hidden;
  position: relative;
}
#filterbooks .sidebar .sidebar-content .overflow-content {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
#filterbooks .sidebar .sidebar-content .overflow-content::-webkit-scrollbar {
  display: none;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-title,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-title {
  font-size: 1.375rem;
  font-weight: 600;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-btn,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-btn {
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-btn svg,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-btn svg {
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
  margin-left: auto;
  transition: all 0.1s linear;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-btn svg .st1,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-btn svg .st1 {
  stroke: #6CAD79;
  stroke-width: 1.5;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-btn:hover,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-btn:hover {
  color: #6CAD79;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-btn:hover svg .st1,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-btn:hover svg .st1 {
  stroke: #fff;
  fill: #6CAD79;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-checkbox:checked + label,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-checkbox:checked + label {
  font-weight: bold;
  color: #6CAD79;
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-checkbox:checked + label svg,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-checkbox:checked + label svg {
  transform: rotate(45deg);
}
#filterbooks .sidebar .sidebar-content .overflow-content .category-list .filter-checkbox:checked + label svg .st1,
#filterbooks .sidebar .sidebar-content .overflow-content .argument-list .filter-checkbox:checked + label svg .st1 {
  stroke: #fff;
  fill: #6CAD79;
}
#filterbooks .sidebar .sidebar-content::after {
  background-image: linear-gradient(to top, #fff 35%, rgba(255, 255, 255, 0));
  content: "";
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#filterbooks .sidebar .editor-filter-btn {
  cursor: pointer;
  color: white;
  padding: 0;
}
@media (max-width: 991px) {
  #filterbooks .sidebar {
    height: calc(100vh - 265px) !important;
    height: calc(100dvh - 16.5625rem) !important;
  }
}
#filterbooks #editor-filters {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
#filterbooks #editor-filters.open {
  opacity: 1;
  z-index: 2;
}
#filterbooks #editor-filters .editor-filters-content {
  position: relative;
  width: 90vw;
  height: 90vh;
  max-width: 75rem;
  background-color: #fff;
  border-radius: 0.8125rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-top: 3em;
  padding-left: 5em;
  padding-right: 5em;
}
#filterbooks #editor-filters .editor-filters-content .close-btn {
  position: absolute;
  top: 2em;
  right: 2em;
  border-radius: 50%;
  cursor: pointer;
}
#filterbooks #editor-filters .editor-filters-content .close-btn svg {
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
}
#filterbooks #editor-filters .editor-filters-content .efc-title {
  color: #6CAD79;
  font-weight: bold;
  font-size: 2.5rem;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container {
  position: relative;
  height: calc(90vh - 8em);
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .scroll-navigation {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: center;
  color: #6CAD79;
  font-size: 1.875rem;
  font-weight: 600;
  z-index: 3;
  overflow-y: auto;
  padding-bottom: 1em;
  scrollbar-width: none;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .scroll-navigation::-webkit-scrollbar {
  display: none;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .overflow-content {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 3em;
  scrollbar-width: none;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .overflow-content::-webkit-scrollbar {
  display: none;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .overflow-content .filter-radio:checked + label {
  font-weight: bold;
  color: #6CAD79;
}
#filterbooks #editor-filters .editor-filters-content .efc-overflow-container .overflow-content .filter-radio-btn {
  position: relative;
  width: 100%;
  cursor: pointer;
}
#filterbooks #editor-filters .editor-filters-content::after {
  background-image: linear-gradient(to top, #fff 35%, rgba(255, 255, 255, 0));
  content: "";
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0.8125rem;
}
@media (max-width: 991px) {
  #filterbooks #editor-filters .editor-filters-content {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }
  #filterbooks #editor-filters .editor-filters-content .efc-overflow-container {
    height: calc(90vh - 7em);
  }
}
#filterbooks #show-response .book-item .book-img {
  height: 15em;
}
#filterbooks #show-response .book-item .book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#filterbooks #show-response .book-item .editor-link {
  text-decoration: underline;
}
#filterbooks #show-response .pagination {
  position: relative;
}
#filterbooks #show-response .pagination .pages {
  background-color: #fff;
  z-index: 1;
}
#filterbooks #show-response .pagination .pages .current-page {
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
}
#filterbooks #show-response .pagination .buttons {
  background-color: #fff;
  z-index: 1;
  height: 100%;
  min-width: 8rem;
}
#filterbooks #show-response .pagination .buttons .page-change,
#filterbooks #show-response .pagination .buttons .arrow {
  padding: 0;
}
#filterbooks #show-response .pagination .buttons .page-change svg,
#filterbooks #show-response .pagination .buttons .arrow svg {
  width: 2.625rem;
  height: 2.625rem;
  aspect-ratio: 1/1;
}
#filterbooks #show-response .pagination .buttons .page-change svg.inactive,
#filterbooks #show-response .pagination .buttons .arrow svg.inactive {
  opacity: 0.5;
}
#filterbooks #show-response .pagination .buttons .page-change svg.reverse,
#filterbooks #show-response .pagination .buttons .arrow svg.reverse {
  transform: rotate(-180deg);
}
#filterbooks #show-response .pagination .buttons .page-change.previous,
#filterbooks #show-response .pagination .buttons .arrow.previous {
  margin-right: 1em;
}
#filterbooks #show-response .pagination .buttons .arrow {
  cursor: unset;
}
#filterbooks #show-response .pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #EFEFEF;
  z-index: 0;
}

.section .button-container {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section .button-container {
    padding-top: 5.625rem;
  }
}
.section .button-container .button {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: "Raleway";
  background-color: #6CAD79;
  border: 1px solid #6CAD79;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .section .button-container .button {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.section .button-container .button:hover {
  background-color: #fff;
  color: #6CAD79;
}
.section.section--info {
  background-color: #EFEFEF;
}
.section.section--categories .label {
  font-size: 2rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 2rem;
  font-family: "Raleway";
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .section.section--categories .label {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--categories .label {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .section.section--categories .label {
    margin-bottom: 5.625rem;
  }
}
.section.section--form {
  background-color: #EFEFEF;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.section.section--form .form-container {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}
@media screen and (min-width: 992px) {
  .section.section--form .form-container {
    padding-bottom: 5.625rem;
    padding-right: 9.375rem;
    padding-top: 5.625rem;
  }
}
.section.section--form .form-container .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section.section--form .form-container .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--form .form-container .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section.section--form .form-container .sub-title {
  font-size: 1.25rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: "Raleway";
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .section.section--form .form-container .sub-title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.section.section--form .form-container form {
  position: relative;
}
.section.section--form .form-container input,
.section.section--form .form-container textarea {
  background-color: #EFEFEF;
  border: 1px solid #707070;
  color: #707070;
}
.section.section--form .form-container input::-moz-placeholder, .section.section--form .form-container textarea::-moz-placeholder {
  color: #707070;
}
.section.section--form .form-container input::placeholder,
.section.section--form .form-container textarea::placeholder {
  color: #707070;
}
@media screen and (min-width: 768px) {
  .section.section--form .form-container input[type=submit] {
    border: 1px solid #6CAD79;
    bottom: 2.1875rem;
    color: #6CAD79;
    position: absolute;
    right: 0;
  }
}
.section.section--form .form-container input[type=submit]:hover {
  background-color: #6CAD79;
  color: #fff;
}
.section.section--form .form-container input[type=checkbox] {
  width: auto;
}
.section.section--form .image-container img {
  border-radius: 25px 0 0 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.last-news .title {
  font-size: 1.5rem;
  color: #6CAD79;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  .last-news .title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .last-news .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.last-news .news-title {
  font-size: 1.5rem;
  color: #2D2926;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  .last-news .news-title {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .last-news .news-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.img_home1 {
  margin: auto;
}

.section.section--single-editore {
  background-color: #EFEFEF;
  padding-top: 8.125rem;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 992px) {
  .section.section--single-editore .left {
    border-right: 1px solid #939393;
  }
}
.section.section--single-editore .right {
  padding-top: 3.125rem;
}
@media screen and (min-width: 992px) {
  .section.section--single-editore .right {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    padding-top: 0;
  }
}
.section.section--single-editore .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
}
@media screen and (min-width: 768px) {
  .section.section--single-editore .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--single-editore .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section.section--single-editore .description {
  font-size: 1.125rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
}
.section.section--single-editore .image-comm {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 2.1875rem;
}
.section.section--single-editore .link {
  font-size: 1.125rem;
  color: #6CAD79;
  font-weight: 700;
  line-height: 1.375rem;
  font-family: "Raleway";
  text-decoration: underline;
}
.section.section--single-editore .location {
  font-size: 1.125rem;
  color: #6CAD79;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
}
.section.section--single-editore .email {
  font-size: 1.125rem;
  color: #6CAD79;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  padding-top: 2.1875rem;
}
.section.section--single-editore .social {
  padding-top: 2.1875rem;
}
.section.section--single-editore .social .social_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1875rem;
  width: 2.1875rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  color: #6CAD79;
}
.section.section--single-editore .social .social_btn.btn_t, .section.section--single-editore .social .social_btn.btn_fb, .section.section--single-editore .social .social_btn.btn_li {
  border: 1px solid #6CAD79;
}
.section.section--single-editore .social .social_btn:hover {
  background-color: #6CAD79;
  color: #fff;
}
.section.section--single-editore .video-container {
  padding-top: 10vw;
}
.section.section--single-editore .video-container .embed-container {
  border-radius: 1.5625rem;
  height: 250px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .section.section--single-editore .video-container .embed-container {
    height: 38vw;
  }
}
.section.section--single-editore-libri {
  padding-top: 6.875rem;
}
.section.section--single-editore-libri .title {
  font-size: 1.625rem;
  color: #2D2926;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: "Source Serif Pro";
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .section.section--single-editore-libri .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .section.section--single-editore-libri .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.section.section--single-editore-libri .discover-more {
  border-top: 1px solid #939393;
  padding-bottom: 3.75rem;
  padding-top: 1.875rem;
}
.section.section--single-editore-libri .discover-more #discover-more-btn {
  font-size: 1.25rem;
  color: #939393;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Raleway";
  cursor: pointer;
  margin: 0 auto;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .section.section--single-editore-libri .discover-more #discover-more-btn {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.section.section--single-editore-libri .discover-more #discover-more-btn:hover {
  color: #707070;
}

h1 {
  font-size: 2rem;
  color: #2D2926;
  font-weight: 400;
  line-height: 2rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}

h2 {
  font-size: 1.5rem;
  color: #2D2926;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.5rem;
  font-family: "Raleway";
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

h4 {
  font-family: "Source Serif Pro";
}

.text-md {
  font-size: 20px;
}

a {
  color: inherit;
}
a:link {
  text-decoration: none;
}
a:hover {
  color: inherit;
}

.red {
  color: #6CAD79;
}

.white {
  color: #ffffff;
}

.rounded {
  border-radius: 50px !important;
  transition: 0.5s;
}
.rounded:hover {
  background: #6CAD79;
  color: #ffffff;
  transition: 0.5s;
}

.rounded2 {
  border-radius: 50px !important;
  transition: 0.5s;
}
.rounded2:hover {
  background: #6CAD79;
  color: #ffffff;
  transition: 0.5s;
}

#header-logo .logo-hangar {
  width: 98px;
  background: url("assets/images/loghi/logo-header.png") no-repeat;
  background-size: 98px;
}

header #header-logo .logo-hangar {
  width: 280px;
  height: 50px;
  background: url("assets/images/loghi/logo-header.png") no-repeat;
  background-size: contain;
  background-position: center left;
  padding: 0;
}

ul {
  display: flex;
  justify-content: space-between;
}
ul li a {
  color: #2D2926;
  transition: 0.5s;
}
ul li a:hover {
  color: #2D2926;
  transition: 0.5s;
}

.menu-navigazione-container ul li:last-of-type {
  margin-left: 1rem !important;
}
.menu-navigazione-container ul li:last-of-type a:before {
  content: "";
  display: inline-flex;
  position: absolute;
  background: url(assets/images/loghi/login.svg) no-repeat;
  width: 25px;
  height: 20px;
  margin-right: 5px;
  top: 0;
  left: -1.875rem;
}

#header-menu nav ul li {
  margin: 0px 0.8rem;
  list-style: none;
  position: relative;
}

.menu-navigazione-container {
  margin-top: 1.5rem;
}

nav ul li a {
  font-weight: bold;
}

.btn-blog {
  border-radius: 50px;
  padding: 0px 20px;
  background-color: transparent;
  border: 1px solid #2D2926;
}
.btn-blog:focus {
  background-color: #6CAD79;
  border: 1px solid #6CAD79;
  color: #ffffff;
}
.btn-blog:hover {
  background-color: #6CAD79;
  border: 1px solid #6CAD79;
  color: #ffffff;
}

.btn-more {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  font-family: "Raleway";
  border-radius: 50px;
  padding: 10px 35px;
  background-color: #6CAD79;
  border: 1px solid #6CAD79;
  color: #ffffff;
  transition: 0.5s;
}
@media screen and (min-width: 992px) {
  .btn-more {
    padding: 15px 70px;
  }
}
.btn-more a {
  color: #fff;
}
.btn-more:hover {
  background: #fff;
  color: #6CAD79;
  transition: 0.5s;
}
.btn-more:hover a {
  color: #fff;
}

.btn-more-comm {
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #6CAD79;
  border: 0.1px solid #6CAD79;
  color: #ffffff;
  transition: 0.5s;
}
.btn-more-comm:hover {
  background: #6CAD79;
  border: 0.1px solid #6CAD79;
  color: #fff;
  transition: 0.5s;
}

.btn-white {
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #6CAD79;
  transition: 0.5s;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transition: 0.5s;
}

.btn-search {
  border-radius: 50px;
  padding: 0px 20px;
  margin: 0.5rem 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
.btn-search:focus {
  border: 1px solid #2D2926;
  background-color: transparent;
  color: #ffffff;
  transition: 0.5s;
}
.btn-search:hover {
  background-color: #6CAD79;
  color: #ffffff;
  transition: 0.5s;
}

.product-btn-blog {
  border: none;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}

.logo-footer {
  background: url(./assets/images/loghi/20.svg) no-repeat;
  display: block;
  height: 100px;
}

.zoom img {
  transition: transform 0.5s ease;
  overflow: hidden;
}
.zoom img:hover {
  transform: scale(1.5);
  transition: 0.5s;
}

.zoom-out {
  transition: 0.3s;
}
.zoom-out:hover {
  transform: scale(0.9);
  transition: 0.3s;
}

.bord .border-top {
  border-top: 1px solid #dee2e6 !important;
  margin: 0 3rem !important;
}

.wpcf7-text,
.wpcf7-textarea {
  border-radius: 25px;
  border: 1px solid #464646;
  padding: 10px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: none;
}

.wpcf7 input[type=checkbox] {
  width: auto;
  margin-right: 0.625rem;
}

.wpcf7-submit {
  border-radius: 50px;
  border: 1px solid #6CAD79;
  color: #ffffff;
  background-color: #6CAD79;
  padding: 10px 60px;
}

.slide {
  position: relative;
  z-index: 1;
}

.slider-content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.owl-carousel {
  display: inline-flex;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style the accordion panel. Note: hidden by default */
.immagine_comm {
  width: 100%;
  height: auto;
}

.circle-bg {
  background-color: #6CAD79;
  border-radius: 50%;
  cursor: pointer;
  display: table;
  left: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

.icon {
  color: white;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

.outer-icons {
  left: 100%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.outer-icons i {
  color: white;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  transform: translate(-50%, -50%);
}

.one {
  background-color: #55acee;
  left: -70px;
}

.two {
  background-color: #3b5998;
  left: 0px;
  bottom: -115px;
}

.three {
  background-color: #dc4e41;
  left: 60px;
  bottom: -150px;
}

.four {
  background-color: #0077b5;
  left: 70px;
}

/* PAGINATION */
.prev {
  margin-right: auto;
}

.next {
  margin-left: auto;
}

.page-numbers {
  padding: 0 5px;
}

span[aria-current=page] {
  color: #6CAD79;
  text-decoration: underline;
}

.inactive {
  color: #dee2e6;
}

.search-interface {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: transform 0.375s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.375s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
  opacity: 0;
}

.search-interface.open {
  transform: translateX(0%);
  opacity: 1;
}

.search-interface .close-search-interface {
  position: absolute;
  top: 2rem;
  right: 4rem;
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
}

.search-interface .search-form {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 2rem;
}

.search-interface .search-form input {
  width: 90%;
  color: #ffffff;
  line-height: 70px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-left-width: 4px;
  padding-left: 1rem;
}

.search-interface .search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-interface .search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-interface .search_result {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  height: 100%;
  position: relative;
}

.search-interface .search_result .search_result_excerpt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.search-interface .search_result .search_result_dot {
  position: absolute;
  left: 0;
  top: 3rem;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-width: 1px;
  padding: 0rem;
}

.search-interface .search_result a {
  color: #ffffff;
}

.search-interface .search_result a:hover {
  color: #ffffff;
}

.search-interface #result_search,
.search-interface #suggested_search {
  overflow-y: auto;
  max-height: 65vh;
}

.wpas-text {
  width: 100%;
  border-radius: 50px;
  background: #6CAD79;
  color: #ffffff !important;
  border: 1px solid #fff;
  padding: 1.5rem 1rem 1.2rem 40px;
}
.wpas-text::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.wpas-text::placeholder {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.wpas-text:hover {
  background: #6CAD79;
  transition: 0.5s;
  border: 1px solid #6CAD79;
}
.wpas-text:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.wpas-text:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.wpas-text:focus {
  background: #6CAD79;
  color: #ffffff;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}

#search_community_box .wpas-text {
  width: 100%;
  border-radius: 50px;
  background: white;
  color: #2D2926 !important;
  border: 1px solid #2D2926;
  padding: 1.2rem 1rem 1.2rem 40px;
}
#search_community_box .wpas-text::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2D2926;
}
#search_community_box .wpas-text::placeholder {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2D2926;
}
#search_community_box .wpas-text:hover {
  background: #6CAD79;
  transition: 0.5s;
  border: 1px solid #6CAD79;
}
#search_community_box .wpas-text:hover::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
#search_community_box .wpas-text:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
#search_community_box .wpas-text:focus {
  background: #6CAD79;
  color: #ffffff;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}

.search_lens {
  background-image: url(./assets/images/loghi/18.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -50px;
  background-position: 98%;
  background-size: 4%, 4%;
}

#wp-advanced-search {
  width: 100%;
}

.blog_img_box img {
  width: 100%;
}

.pagination_controls {
  list-style: none;
}
.pagination_controls li:last-child {
  margin-right: 30px;
}

#menu-navigazione a:hover {
  color: #6CAD79;
}
#menu-navigazione .current-menu-item a {
  color: #6CAD79;
}

a:hover {
  color: #6CAD79;
}

.hamburger {
  position: relative;
}
.hamburger #hamburger_icon {
  position: absolute;
  right: -90px;
  top: -20px;
}
.hamburger #hamburger_icon i {
  font-size: 40px;
}

#hamburger_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hamburger_menu a {
  margin: 10px 0;
  font-size: 25px;
  font-weight: bold;
}

.wpcf7-form-control-wrap input {
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

#pub_text_search_edit {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #2D2926;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#pub_text_search_edit:focus {
  border: 2px solid #2D2926;
  box-shadow: none;
  outline: none;
}

select.pubblicazioni_search {
  -moz-text-align-last: center;
       text-align-last: center;
}

.src_btn_pubblicazioni {
  height: 60px;
  border-radius: 30px;
  border: 2px solid #2D2926;
  background-color: white;
}
.src_btn_pubblicazioni:focus {
  border: 2px solid #2D2926;
  background-color: white;
  color: #2D2926;
}

#pubblicazioni_search_box {
  color: white;
}
#pubblicazioni_search_box .post {
  color: #2D2926;
}

#editrice_box {
  color: white;
}
#editrice_box #editrice_box_inner {
  color: #2D2926;
  border-radius: 30px;
  border: 2px solid #2D2926;
}
#editrice_box #editrice_box_inner .editore_select {
  cursor: pointer;
}
#editrice_box #editrice_box_inner .editore_select:hover {
  background-color: rgba(0, 0, 0, 0.1607843137);
}

.reset_search {
  color: #2D2926;
}

.search_icon_pub {
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #menu-navigazione li {
    margin: 0 0.8rem !important;
  }
}
.news-img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}